Searched refs:SWAP (Results 1 - 25 of 124) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/aes/
H A Daes_locl.h66 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
67 # define GETU32(p) SWAP(*((u32 *)(p)))
68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/aes/
H A Daes_locl.h66 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
67 # define GETU32(p) SWAP(*((u32 *)(p)))
68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/aes/
H A Daes_locl.h66 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
67 # define GETU32(p) SWAP(*((u32 *)(p)))
68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/aes/
H A Daes_locl.h66 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
67 # define GETU32(p) SWAP(*((u32 *)(p)))
68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/aes/
H A Daes_locl.h66 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
67 # define GETU32(p) SWAP(*((u32 *)(p)))
68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/aes/
H A Daes_locl.h66 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
67 # define GETU32(p) SWAP(*((u32 *)(p)))
68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Drc4.c40 #define SWAP(k,x,y) \ macro
56 SWAP(key, i, j);
72 SWAP(key, x, y);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Drc4.c40 #define SWAP(k,x,y) \ macro
56 SWAP(key, i, j);
72 SWAP(key, x, y);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Drc4.c40 #define SWAP(k,x,y) \ macro
56 SWAP(key, i, j);
72 SWAP(key, x, y);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/common/
H A Dqsort.c30 #define SWAP(a, b, size) \ macro
126 SWAP (mid, lo, size);
128 SWAP (mid, hi, size);
132 SWAP (mid, lo, size);
151 SWAP (left_ptr, right_ptr, size);
223 SWAP (tmp_ptr, base_ptr, size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/ldb/common/
H A Dqsort.c29 #define SWAP(a, b, size) \ macro
125 SWAP (mid, lo, size);
127 SWAP (mid, hi, size);
131 SWAP (mid, lo, size);
150 SWAP (left_ptr, right_ptr, size);
222 SWAP (tmp_ptr, base_ptr, size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/ldb/common/
H A Dqsort.c30 #define SWAP(a, b, size) \ macro
126 SWAP (mid, lo, size);
128 SWAP (mid, hi, size);
132 SWAP (mid, lo, size);
151 SWAP (left_ptr, right_ptr, size);
223 SWAP (tmp_ptr, base_ptr, size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/ldb/common/
H A Dqsort.c29 #define SWAP(a, b, size) \ macro
125 SWAP (mid, lo, size);
127 SWAP (mid, hi, size);
131 SWAP (mid, lo, size);
150 SWAP (left_ptr, right_ptr, size);
222 SWAP (tmp_ptr, base_ptr, size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/ldb/common/
H A Dqsort.c30 #define SWAP(a, b, size) \ macro
126 SWAP (mid, lo, size);
128 SWAP (mid, hi, size);
132 SWAP (mid, lo, size);
151 SWAP (left_ptr, right_ptr, size);
223 SWAP (tmp_ptr, base_ptr, size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/ldb/common/
H A Dqsort.c29 #define SWAP(a, b, size) \ macro
125 SWAP (mid, lo, size);
127 SWAP (mid, hi, size);
131 SWAP (mid, lo, size);
150 SWAP (left_ptr, right_ptr, size);
222 SWAP (tmp_ptr, base_ptr, size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/x86/
H A Dx86util.asm25 SWAP %3, %4
33 SWAP %2, %3
50 SWAP %2, %3
67 SWAP %2, %5
68 SWAP %4, %7
94 SWAP %2, %5
95 SWAP %4, %7
252 SWAP %4, %3, %5
274 SWAP %4, %5
339 SWAP
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/x86/
H A Dx86util.asm25 SWAP %3, %4
33 SWAP %2, %3
50 SWAP %2, %3
67 SWAP %2, %5
68 SWAP %4, %7
94 SWAP %2, %5
95 SWAP %4, %7
252 SWAP %4, %3, %5
274 SWAP %4, %5
339 SWAP
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/x86/
H A Dx86util.asm25 SWAP %3, %4
33 SWAP %2, %3
50 SWAP %2, %3
67 SWAP %2, %5
68 SWAP %4, %7
94 SWAP %2, %5
95 SWAP %4, %7
252 SWAP %4, %3, %5
274 SWAP %4, %5
339 SWAP
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/intl/
H A DgettextP.h62 # define W(flag, data) ((flag) ? SWAP (data) : (data))
68 # define SWAP(i) bswap_32 (i) macro
71 SWAP (i)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/intl/
H A DgettextP.h62 # define W(flag, data) ((flag) ? SWAP (data) : (data))
68 # define SWAP(i) bswap_32 (i) macro
71 SWAP (i)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/intl/
H A DgettextP.h62 # define W(flag, data) ((flag) ? SWAP (data) : (data))
68 # define SWAP(i) bswap_32 (i) macro
71 SWAP (i)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Drldefs.h153 #if !defined (SWAP)
154 # define SWAP(s, e) do { int t; t = s; s = e; e = t; } while (0) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Drldefs.h153 #if !defined (SWAP)
154 # define SWAP(s, e) do { int t; t = s; s = e; e = t; } while (0) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Drldefs.h153 #if !defined (SWAP)
154 # define SWAP(s, e) do { int t; t = s; s = e; e = t; } while (0) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ez-ipupdate/
H A Dmd5.c46 # define SWAP(n) \ macro
49 # define SWAP(n) (n) macro
80 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
81 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
82 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
83 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
109 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
110 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
287 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \

Completed in 364 milliseconds

12345