Searched refs:SWAP (Results 51 - 75 of 81) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dunwind-dw2-fde.c472 #define SWAP(x,y) do { const fde * tmp = x; x = y; y = tmp; } while (0)
492 SWAP (a[i], a[j]);
528 SWAP (a[0], a[m]);
531 #undef SWAP
470 #define SWAP macro
529 #undef SWAP macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dsim-endian.h246 /* SWAP */
315 #define SWAP(VARIABLE) \ macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dunwind-dw2-fde.c474 #define SWAP(x,y) do { const fde * tmp = x; x = y; y = tmp; } while (0)
494 SWAP (a[i], a[j]);
530 SWAP (a[0], a[m]);
533 #undef SWAP
472 #define SWAP macro
531 #undef SWAP macro
H A Dtree-ssa-loop-niter.c46 #define SWAP(X, Y) do { void *tmp = (X); (X) = (Y); (Y) = tmp; } while (0) macro
557 SWAP (iv0, iv1);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dutil.c147 SWAP (from, to);
H A Dtext.c126 SWAP (from, to);
1255 SWAP (start, end);
1634 SWAP (rl_point, rl_mark);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dvstream.c1233 #define SWAP(type,a,b) do { type temp = (a); (a) = (b); (b) = (temp); } while (0) macro
1282 SWAP(int, stream->read_fd, stream2->read_fd);
1283 SWAP(int, stream->write_fd, stream2->write_fd);
1287 SWAP(int, stream->fd, stream2->fd);
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/mac68k/
H A Dmsg.md.pl213 {* Nie zdefiniowano partycji dla SWAP!\n}
216 {* Zdefiniowano kilka partycji dla SWAP\n}
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcamellia.c95 # define SWAP(x) _byteswap_ulong(x) macro
97 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
99 # define GETU32(p) SWAP(*((u32 *)(p)))
100 # define PUTU32(p,v) (*((u32 *)(p)) = SWAP((v)))
/netbsd-6-1-5-RELEASE/sys/sys/
H A Ddisklabel.h332 x(SWAP, 1, "swap", NULL, NULL) /* swap */ \
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/msdos/
H A Dmakefile11 .SWAP
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_hpux10.c96 #define SWAP "/dev/dmem" macro
H A Dm_hpux8.c89 #define SWAP "/dev/dmem" macro
H A Dm_hpux9.c102 #define SWAP "/dev/dmem" macro
H A Dm_macosx.c78 #define SWAP NULL macro
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dmodify.c692 #define SWAP(a,b,tmp) tmp=(a);(a)=(b);(b)=tmp macro
701 #define EXCH(x,y) SWAP(ix[x],ix[y],itmp)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.h1078 typedef enum { MOVL, SWAP, NEGW, NOTW, NOTB, MOVQ, MVS, MVZ }
1067 typedef enum { MOVL, SWAP, NEGW, NOTW, NOTB, MOVQ, MVS, MVZ } enumerator in enum:__anon4439
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_compare.c134 SWAP (exp_x, exp_y, exp_t); // put the larger exp in y,
135 SWAP (sig_x, sig_y, sig_t); // and the smaller exp in x
1264 SWAP (exp_x, exp_y, exp_t); // put the larger exp in y,
1265 SWAP (sig_x, sig_y, sig_t); // and the smaller exp in x
H A Dbid128_compare.c132 SWAP (exp_x, exp_y, exp_t); // put the larger exp in y,
133 SWAP (sig_x.w[1], sig_y.w[1], sig_t.w[1]); // and the smaller exp in x
134 SWAP (sig_x.w[0], sig_y.w[0], sig_t.w[0]); // and the smaller exp in x
1782 SWAP (exp_x, exp_y, exp_t); // put the larger exp in y,
1783 SWAP (sig_x.w[1], sig_y.w[1], sig_t.w[1]); // and the smaller exp in x
1784 SWAP (sig_x.w[0], sig_y.w[0], sig_t.w[0]); // and the smaller exp in x
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68k/
H A Dm68k.c1464 typedef enum { MOVL, SWAP, NEGW, NOTW, NOTB, MOVQ, MVS, MVZ } CONST_METHOD;
1499 return SWAP;
1527 case SWAP :
1685 case SWAP :
1456 typedef enum { MOVL, SWAP, NEGW, NOTW, NOTB, MOVQ, MVS, MVZ } CONST_METHOD; enumerator in enum:__anon3104
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-endian.h81 /* SWAP */
160 #define SWAP(VARIABLE) \ macro
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf_table.c86 #define SWAP(type, a1, a2) \ macro
1735 SWAP(struct radix_node_head *, kt->pfrkt_ip4,
1737 SWAP(struct radix_node_head *, kt->pfrkt_ip6,
1739 SWAP(int, kt->pfrkt_cnt, shadow->pfrkt_cnt);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dcamellia-ntt.c67 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
68 # define GETU32(p) SWAP(*((u32 *)(p)))
69 # define PUTU32(ct, st) {*((u32 *)(ct)) = SWAP((st));}
H A Drijndael-alg-fst.c725 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
728 #define GETU32(p) SWAP(*((uint32_t *)(p)))
729 #define PUTU32(ct, st) { *((uint32_t *)(ct)) = SWAP((st)); }
/netbsd-6-1-5-RELEASE/sys/crypto/rijndael/
H A Drijndael-alg-fst.c724 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
727 #define GETU32(p) SWAP(*((u32 *)(p)))
728 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }

Completed in 274 milliseconds

1234