Searched refs:SWAP (Results 26 - 50 of 124) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Dalign.c57 #define SWAP(a, b) (t = (a), (a) = (b), (b) = t) macro
584 SWAP(data.v[0], data.v[7]);
585 SWAP(data.v[1], data.v[6]);
586 SWAP(data.v[2], data.v[5]);
587 SWAP(data.v[3], data.v[4]);
591 SWAP(data.v[0], data.v[3]);
592 SWAP(data.v[1], data.v[2]);
593 SWAP(data.v[4], data.v[7]);
594 SWAP(data.v[5], data.v[6]);
598 SWAP(dat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dalign.c57 #define SWAP(a, b) (t = (a), (a) = (b), (b) = t) macro
584 SWAP(data.v[0], data.v[7]);
585 SWAP(data.v[1], data.v[6]);
586 SWAP(data.v[2], data.v[5]);
587 SWAP(data.v[3], data.v[4]);
591 SWAP(data.v[0], data.v[3]);
592 SWAP(data.v[1], data.v[2]);
593 SWAP(data.v[4], data.v[7]);
594 SWAP(data.v[5], data.v[6]);
598 SWAP(dat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dsha1.c41 # define SWAP(n) (n) macro
43 # define SWAP(n) \ macro
89 set_uint32 (r + 0 * sizeof ctx->A, SWAP (ctx->A));
90 set_uint32 (r + 1 * sizeof ctx->B, SWAP (ctx->B));
91 set_uint32 (r + 2 * sizeof ctx->C, SWAP (ctx->C));
92 set_uint32 (r + 3 * sizeof ctx->D, SWAP (ctx->D));
93 set_uint32 (r + 4 * sizeof ctx->E, SWAP (ctx->E));
113 ctx->buffer[size - 2] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
114 ctx->buffer[size - 1] = SWAP (ctx->total[0] << 3);
341 x[t] = SWAP (*word
[all...]
H A Dmd5.c56 # define SWAP(n) \ macro
59 # define SWAP(n) (n) macro
102 set_uint32 (r + 0 * sizeof ctx->A, SWAP (ctx->A));
103 set_uint32 (r + 1 * sizeof ctx->B, SWAP (ctx->B));
104 set_uint32 (r + 2 * sizeof ctx->C, SWAP (ctx->C));
105 set_uint32 (r + 3 * sizeof ctx->D, SWAP (ctx->D));
125 ctx->buffer[size - 2] = SWAP (ctx->total[0] << 3);
126 ctx->buffer[size - 1] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
349 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dsha1.c41 # define SWAP(n) (n) macro
43 # define SWAP(n) \ macro
89 set_uint32 (r + 0 * sizeof ctx->A, SWAP (ctx->A));
90 set_uint32 (r + 1 * sizeof ctx->B, SWAP (ctx->B));
91 set_uint32 (r + 2 * sizeof ctx->C, SWAP (ctx->C));
92 set_uint32 (r + 3 * sizeof ctx->D, SWAP (ctx->D));
93 set_uint32 (r + 4 * sizeof ctx->E, SWAP (ctx->E));
113 ctx->buffer[size - 2] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
114 ctx->buffer[size - 1] = SWAP (ctx->total[0] << 3);
341 x[t] = SWAP (*word
[all...]
H A Dmd5.c56 # define SWAP(n) \ macro
59 # define SWAP(n) (n) macro
102 set_uint32 (r + 0 * sizeof ctx->A, SWAP (ctx->A));
103 set_uint32 (r + 1 * sizeof ctx->B, SWAP (ctx->B));
104 set_uint32 (r + 2 * sizeof ctx->C, SWAP (ctx->C));
105 set_uint32 (r + 3 * sizeof ctx->D, SWAP (ctx->D));
125 ctx->buffer[size - 2] = SWAP (ctx->total[0] << 3);
126 ctx->buffer[size - 1] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
349 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dsha1.c41 # define SWAP(n) (n) macro
43 # define SWAP(n) \ macro
89 set_uint32 (r + 0 * sizeof ctx->A, SWAP (ctx->A));
90 set_uint32 (r + 1 * sizeof ctx->B, SWAP (ctx->B));
91 set_uint32 (r + 2 * sizeof ctx->C, SWAP (ctx->C));
92 set_uint32 (r + 3 * sizeof ctx->D, SWAP (ctx->D));
93 set_uint32 (r + 4 * sizeof ctx->E, SWAP (ctx->E));
113 ctx->buffer[size - 2] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
114 ctx->buffer[size - 1] = SWAP (ctx->total[0] << 3);
341 x[t] = SWAP (*word
[all...]
H A Dmd5.c56 # define SWAP(n) \ macro
59 # define SWAP(n) (n) macro
102 set_uint32 (r + 0 * sizeof ctx->A, SWAP (ctx->A));
103 set_uint32 (r + 1 * sizeof ctx->B, SWAP (ctx->B));
104 set_uint32 (r + 2 * sizeof ctx->C, SWAP (ctx->C));
105 set_uint32 (r + 3 * sizeof ctx->D, SWAP (ctx->D));
125 ctx->buffer[size - 2] = SWAP (ctx->total[0] << 3);
126 ctx->buffer[size - 1] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
349 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
84 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
85 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
86 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
87 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
308 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
84 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
85 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
86 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
87 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
308 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
84 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
85 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
86 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
87 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
308 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/ppc/
H A Dmpegvideo_altivec.c35 #define SWAP(a,b) \ macro
227 SWAP(row0, alt0);
228 SWAP(row1, alt1);
229 SWAP(row2, alt2);
230 SWAP(row3, alt3);
231 SWAP(row4, alt4);
232 SWAP(row5, alt5);
233 SWAP(row6, alt6);
234 SWAP(row7, alt7);
241 SWAP(row
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/ppc/
H A Dmpegvideo_altivec.c35 #define SWAP(a,b) \ macro
227 SWAP(row0, alt0);
228 SWAP(row1, alt1);
229 SWAP(row2, alt2);
230 SWAP(row3, alt3);
231 SWAP(row4, alt4);
232 SWAP(row5, alt5);
233 SWAP(row6, alt6);
234 SWAP(row7, alt7);
241 SWAP(row
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/ppc/
H A Dmpegvideo_altivec.c35 #define SWAP(a,b) \ macro
227 SWAP(row0, alt0);
228 SWAP(row1, alt1);
229 SWAP(row2, alt2);
230 SWAP(row3, alt3);
231 SWAP(row4, alt4);
232 SWAP(row5, alt5);
233 SWAP(row6, alt6);
234 SWAP(row7, alt7);
241 SWAP(row
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_md5.c44 # define SWAP(n) \ macro
47 # define SWAP(n) (n) macro
124 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
125 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
126 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
127 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
153 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
154 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/src/
H A Dne_md5.c44 # define SWAP(n) \ macro
47 # define SWAP(n) (n) macro
124 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
125 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
126 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
127 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
153 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
154 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/src/
H A Dne_md5.c44 # define SWAP(n) \ macro
47 # define SWAP(n) (n) macro
124 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
125 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
126 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
127 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
153 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
154 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/crypto/
H A Daes_i.h107 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
108 #define GETU32(p) SWAP(*((u32 *)(p)))
109 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/crypto/
H A Daes_i.h107 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
108 #define GETU32(p) SWAP(*((u32 *)(p)))
109 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/crypto/
H A Daes_i.h107 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
108 #define GETU32(p) SWAP(*((u32 *)(p)))
109 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Derror.c198 #define SWAP { tmp = m1; m1 = m2; m2 = tmp; } macro
254 SWAP;
267 SWAP;
273 SWAP;
282 SWAP;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Derror.c198 #define SWAP { tmp = m1; m1 = m2; m2 = tmp; } macro
254 SWAP;
267 SWAP;
273 SWAP;
282 SWAP;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Derror.c198 #define SWAP { tmp = m1; m1 = m2; m2 = tmp; } macro
254 SWAP;
267 SWAP;
273 SWAP;
282 SWAP;

Completed in 304 milliseconds

12345