Searched defs:ROUND (Results 1 - 8 of 8) sorted by relevance

/external/dropbear/libtomcrypt/notes/etc/
H A Dsaferp_optimizer.c20 #define ROUND(b, i) \ macro
60 /* do 8 rounds of ROUND; LT; */
62 /* ROUND(..., x*2) */
99 /* do 4 rounds of ROUND; LT; */
101 /* ROUND(..., x*2) */
139 /* do 4 rounds of ROUND; LT; */
141 /* ROUND(..., x*2) */
/external/dropbear/libtomcrypt/src/ciphers/
H A Dnoekeon.c128 #define ROUND(i) \ macro
136 ROUND(r);
139 #undef ROUND macro
183 #define ROUND(i) \ macro
191 ROUND(r);
194 #undef ROUND macro
/external/dropbear/libtomcrypt/src/ciphers/safer/
H A Dsaferp.c34 /* ROUND(b,i)
47 #define ROUND(b, i) \ macro
141 ROUND(b, i);
159 #undef ROUND macro
160 #define ROUND(b, i) _round(b, i, skey) macro
347 ROUND(b, 0); LT(b, ct);
348 ROUND(ct, 2); LT(ct, b);
349 ROUND(b, 4); LT(b, ct);
350 ROUND(ct, 6); LT(ct, b);
351 ROUND(
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Ddirhash.c61 #define ROUND(f, a, b, c, d, x, s) \ macro
75 ROUND(F, a, b, c, d, in[0] + K1, 3);
76 ROUND(F, d, a, b, c, in[1] + K1, 7);
77 ROUND(F, c, d, a, b, in[2] + K1, 11);
78 ROUND(F, b, c, d, a, in[3] + K1, 19);
79 ROUND(F, a, b, c, d, in[4] + K1, 3);
80 ROUND(F, d, a, b, c, in[5] + K1, 7);
81 ROUND(F, c, d, a, b, in[6] + K1, 11);
82 ROUND(F, b, c, d, a, in[7] + K1, 19);
85 ROUND(
110 #undef ROUND macro
[all...]
/external/chromium/base/third_party/nss/
H A Dsha512.cc286 #define ROUND(n,a,b,c,d,e,f,g,h) \ macro
295 ROUND(t+0,a,b,c,d,e,f,g,h)
296 ROUND(t+1,h,a,b,c,d,e,f,g)
297 ROUND(t+2,g,h,a,b,c,d,e,f)
298 ROUND(t+3,f,g,h,a,b,c,d,e)
299 ROUND(t+4,e,f,g,h,a,b,c,d)
300 ROUND(t+5,d,e,f,g,h,a,b,c)
301 ROUND(t+6,c,d,e,f,g,h,a,b)
302 ROUND(t+7,b,c,d,e,f,g,h,a)
306 ROUND(
388 #undef ROUND macro
[all...]
/external/wpa_supplicant/
H A Daes.c939 #define ROUND(i,d,s) \ macro
947 ROUND(1,t,s);
948 ROUND(2,s,t);
949 ROUND(3,t,s);
950 ROUND(4,s,t);
951 ROUND(5,t,s);
952 ROUND(6,s,t);
953 ROUND(7,t,s);
954 ROUND(8,s,t);
955 ROUND(
973 #undef ROUND macro
1006 #define ROUND macro
1040 #undef ROUND macro
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Daes.c948 #define ROUND(i,d,s) \ macro
956 ROUND(1,t,s);
957 ROUND(2,s,t);
958 ROUND(3,t,s);
959 ROUND(4,s,t);
960 ROUND(5,t,s);
961 ROUND(6,s,t);
962 ROUND(7,t,s);
963 ROUND(8,s,t);
964 ROUND(
982 #undef ROUND macro
1016 #define ROUND macro
1050 #undef ROUND macro
[all...]
/external/freetype/src/smooth/
H A Dftgrays.c262 #define ROUND( x ) ( ( (x) + ONE_PIXEL / 2 ) & -ONE_PIXEL ) macro

Completed in 360 milliseconds