HomeSort by: relevance | last modified time | path
    Searched defs:swapped (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/bsd/nsd/dist/simdzone/src/westmere/
ip4.h 164 __m128i swapped = _mm_shuffle_epi32(acc, _MM_SHUFFLE(1,0,3,2)); local
165 acc = _mm_adds_epu16(acc, swapped);
  /src/sys/arch/arm/fdt/
arm_simplefb.c 196 bool swapped = false; local
221 swapped = true;
252 sc->sc_swapped = swapped;
  /src/sys/dev/dkwedge/
dkwedge_bsdlabel.c 279 int error, swapped; local
307 swapped = 1;
309 swapped = 0;
311 npartitions = (swapped) ? bswap16(lp->d_npartitions)
336 if (swapped)
  /src/sys/dev/raidframe/
rf_driver.c 302 bool swapped = false; local
452 swapped = compswapped;
453 else if (swapped != compswapped)
463 if (swapped)
464 printf("raid%d: Using swapped-endian component labels.\n",
  /src/external/bsd/ipf/dist/lib/
ipft_pc.c 60 static int pfd = -1, swapped = 0; variable
103 swapped = 1;
154 if (swapped) {
  /src/external/bsd/libpcap/dist/
sf-pcap.c 203 SWAPPED,
231 int swapped = 0; local
241 * number for a pcap savefile, or for a byte-swapped pcap
253 swapped = 1;
277 * If it's a byte-swapped capture file, byte-swap the header.
279 if (swapped) {
331 p->swapped = swapped;
406 ps->lengths_swapped = SWAPPED;
414 ps->lengths_swapped = SWAPPED;
    [all...]
sf-pcapng.c 294 if (p->swapped) {
362 if (p->swapped)
429 if (p->swapped) {
577 if (p->swapped)
778 int swapped = 0; local
856 swapped = 1;
885 p->swapped = swapped;
954 if (p->swapped) {
1026 if (p->swapped) {
    [all...]
pcap-int.h 255 int swapped; member in struct:pcap
  /src/sys/arch/powerpc/booke/
booke_machdep.c 630 bool swapped = false; local
631 while (gap > 1 || swapped) {
649 swapped = false;
654 swapped = true;
  /src/sys/arch/powerpc/stand/mkbootimage/
mkbootimage.c 459 uint32_t swapped[128]; local
578 memcpy(swapped, &bootrec, sizeof(rs6000_boot_record_t));
580 swapped[i] = sa_htobe32(swapped[i]);
581 write(rs6000_fd, swapped, sizeof(rs6000_boot_record_t));
582 memcpy(swapped, &confrec, sizeof(rs6000_config_record_t));
584 swapped[i] = sa_htobe32(swapped[i]);
585 write(rs6000_fd, swapped, sizeof(rs6000_config_record_t));
687 uint32_t swapped[128] local
    [all...]
  /src/sys/kern/
subr_disk_mbr.c 593 int swapped = 0; local
642 swapped = 1;
661 if (swapped)
677 if (swapped)
  /src/sys/arch/mac68k/include/
bus.h 85 int swapped; member in struct:bus_space_handle_s
  /src/external/gpl3/gcc.old/dist/gcc/
profile.cc 850 bool swapped = false;
858 swapped = true;
861 if (!swapped)
849 bool swapped = false; local
tree-data-ref.cc 1755 dump_printf (MSG_NOTE, " SWAPPED");
1974 dr_with_seg_len_pair_t. If we ended up combining swapped and
1982 unsigned int swapped = (alias_pair->flags & swap_mask);
1983 if (swapped == DR_ALIAS_SWAPPED)
1985 else if (swapped != DR_ALIAS_UNSWAPPED)
1981 unsigned int swapped = (alias_pair->flags & swap_mask); local
reload.cc 3027 int swapped;
3044 for (swapped = 0; swapped < (commutative >= 0 ? 2 : 1); swapped++)
3061 if (swapped)
3263 if ((swapped && (m != commutative || i != commutative + 1))
3264 /* If we are matching as if two operands were swapped,
3266 with swapped.
3302 The pointers in operand_loc are not swapped; swap
3304 if (swapped && i == commutative
3014 int swapped; local
    [all...]
optabs.cc 1270 /* Return whether OP0 and OP1 should be swapped when expanding a commutative
4665 constant and Y is not a constant, then the comparison is swapped to
4721 enum rtx_code swapped = swap_condition (comparison);
4738 if (code_to_optab (swapped)
4739 && (libfunc = optab_libfunc (code_to_optab (swapped), mode)))
4742 comparison = swapped;
4921 bool swapped = false;
4929 swapped = true;
4979 if (swapped)
4993 the reversed REV_COMPARISON with swapped OP2 and OP3. As oppose
4705 enum rtx_code swapped = swap_condition (comparison); local
4903 bool swapped = false; local
    [all...]
  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 336 CASES+= variable-swapped
337 LINES.variable-swapped= \
338 'SWAPPED=' \
339 '.ifndef SWAPPED' \
342 # expect: Parse_PushInput: variable-swapped.tmp:1
343 # expect: Parse_PushInput: variable-swapped.tmp:1
  /src/external/gpl3/binutils/dist/bfd/
coff-sh.c 1007 bool swapped;
1021 if (! sh_align_loads (abfd, sec, internal_relocs, contents, &swapped))
1024 if (swapped)
2193 instructions can be swapped safely. */
2482 optimistically hope that it will be swapped
2551 swapped, we must adjust it. It would be incorrect to do this
2650 swapped. */
1006 bool swapped; local
peXXigen.c 3989 bool swapped;
3996 swapped = false;
4012 swapped = true;
4052 swapped = true;
4147 while (swapped);
3985 bool swapped; local
elf32-sh.c 765 bool swapped;
780 &swapped))
783 if (swapped)
1424 swapped, we must adjust it. It would be incorrect to do this
762 bool swapped; local
  /src/external/gpl3/binutils.old/dist/bfd/
coff-sh.c 1008 bool swapped;
1022 if (! sh_align_loads (abfd, sec, internal_relocs, contents, &swapped))
1025 if (swapped)
2195 instructions can be swapped safely. */
2484 optimistically hope that it will be swapped
2553 swapped, we must adjust it. It would be incorrect to do this
2652 swapped. */
1007 bool swapped; local
peXXigen.c 3979 bool swapped;
3986 swapped = false;
4002 swapped = true;
4042 swapped = true;
4137 while (swapped);
3975 bool swapped; local
elf32-sh.c 765 bool swapped;
780 &swapped))
783 if (swapped)
1424 swapped, we must adjust it. It would be incorrect to do this
762 bool swapped; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 468 bool swapped = false;
529 swapped = true, array_expr = p2, index_exp = i1;
545 if (swapped
467 bool swapped = false; local
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 3983 Flag swapped=0; local
3989 swapped=1;
4009 if (!swapped) res->bits^=negate;

Completed in 135 milliseconds

1 2