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

1 2 3

  /src/external/lgpl3/gmp/dist/mpn/generic/
gcd_subdiv_step.c 82 int swapped; local
91 swapped = 0;
110 swapped ^= 1;
118 swapped ^= 1;
124 hook (ctx, bp, bn, NULL, 0, swapped ^ 1);
150 hook (ctx, NULL, 0, &one, 1, swapped);
153 hook (ctx, bp, bn, NULL, 0, swapped);
157 hook (ctx, NULL, 0, &one, 1, swapped);
162 swapped ^= 1;
167 hook (ctx, NULL, 0, &one, 1, swapped);
    [all...]
  /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/crypto/external/bsd/heimdal/dist/lib/hcrypto/
md5.c 221 uint32_t swapped[16]; local
224 swapped[2*i+0] = swap_uint32_t(us[i].a);
225 swapped[2*i+1] = swap_uint32_t(us[i].b);
227 calc(m, 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/dist/gcc/
profile.cc 862 bool swapped = false;
870 swapped = true;
873 if (!swapped)
861 bool swapped = false; local
tree-data-ref.cc 1768 dump_printf (MSG_NOTE, " SWAPPED");
1987 dr_with_seg_len_pair_t. If we ended up combining swapped and
1995 unsigned int swapped = (alias_pair->flags & swap_mask);
1996 if (swapped == DR_ALIAS_SWAPPED)
1998 else if (swapped != DR_ALIAS_UNSWAPPED)
1994 unsigned int swapped = (alias_pair->flags & swap_mask); local
  /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
  /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
  /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
  /src/external/gpl3/gdb/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
  /src/external/gpl3/gdb.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

Completed in 126 milliseconds

1 2 3