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

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
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)); }
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A DgettextP.h54 # define W(flag, data) ((flag) ? SWAP (data) : (data))
60 # define SWAP(i) bswap_32 (i) macro
63 SWAP (i)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dalign.c184 #define SWAP(a, b) (t = (a), (a) = (b), (b) = t) macro
295 SWAP(data.v[2], data.v[3]);
297 SWAP(data.v[0], data.v[3]);
298 SWAP(data.v[1], data.v[2]);
308 SWAP(data.v[2], data.v[3]);
310 SWAP(data.v[0], data.v[3]);
311 SWAP(data.v[1], data.v[2]);
/asus-wl-520gu-7.0.1.45/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; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dalign.c182 #define SWAP(a, b) (t = (a), (a) = (b), (b) = t) macro
320 SWAP(data.v[6], data.v[7]);
322 SWAP(data.v[4], data.v[7]);
323 SWAP(data.v[5], data.v[6]);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmd5sum.c144 #define SWAP(n) (n) macro
146 #define SWAP(n) ((n << 24) | ((n&65280)<<8) | ((n&16711680)>>8) | (n>>24)) macro
195 *(md5_uint32 *) & ctx->buffer[bytes + pad] = SWAP(ctx->total[0] << 3);
197 SWAP( ((ctx->total[1] << 3) | (ctx->total[0] >> 29)) );
208 ((md5_uint32 *) resbuf)[0] = SWAP(ctx->A);
209 ((md5_uint32 *) resbuf)[1] = SWAP(ctx->B);
210 ((md5_uint32 *) resbuf)[2] = SWAP(ctx->C);
211 ((md5_uint32 *) resbuf)[3] = SWAP(ctx->D);
413 cwp[i] = SWAP(words[i]);
485 a += FF (b, c, d) + (*cwp++ = SWAP (*word
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Ddnfb.c108 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) macro
326 outw(SWAP(0x3), AP_ROP_1);
H A Ddn_cfb4.c107 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) macro
328 outw(SWAP(0x3), AP_ROP_1);
H A Ddn_cfb8.c108 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) macro
314 outw(SWAP(0x3), AP_ROP_1);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/xmon/
H A Dxmon.c1504 #define SWAP(a, b, t) ((t) = (a), (a) = (b), (b) = (t)) macro
1513 SWAP(val[0], val[1], t);
1516 SWAP(val[0], val[3], t);
1517 SWAP(val[1], val[2], t);
1520 SWAP(val[0], val[7], t);
1521 SWAP(val[1], val[6], t);
1522 SWAP(val[2], val[5], t);
1523 SWAP(val[3], val[4], t);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dxmon.c1115 #define SWAP(a, b, t) ((t) = (a), (a) = (b), (b) = (t)) macro
1124 SWAP(val[0], val[1], t);
1127 SWAP(val[0], val[3], t);
1128 SWAP(val[1], val[2], t);

Completed in 88 milliseconds