/external/dng_sdk/source/ |
dng_fingerprint.h | 227 // FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 252 static inline void GG (uint32 &a,
|
/external/ppp/pppd/ |
md5.c | 73 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */ 80 #define GG(a, b, c, d, x, s, ac) \ 236 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */ 237 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */ 238 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */ 239 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */ 240 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */ 241 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */ 242 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */ 243 GG ( b, c, d, a, in[ 4], S24, UL(3889429448)); /* 24 * [all...] |
/external/python/cpython3/Modules/ |
md5module.c | 112 #define GG(a,b,c,d,M,s,t) \ 156 GG(a,b,c,d,W[1],5,0xf61e2562UL) 157 GG(d,a,b,c,W[6],9,0xc040b340UL) 158 GG(c,d,a,b,W[11],14,0x265e5a51UL) 159 GG(b,c,d,a,W[0],20,0xe9b6c7aaUL) 160 GG(a,b,c,d,W[5],5,0xd62f105dUL) 161 GG(d,a,b,c,W[10],9,0x02441453UL) 162 GG(c,d,a,b,W[15],14,0xd8a1e681UL) 163 GG(b,c,d,a,W[4],20,0xe7d3fbc8UL) 164 GG(a,b,c,d,W[9],5,0x21e1cde6UL [all...] |
/external/clang/test/SemaCXX/ |
attr-noreturn.cpp | 82 struct GG : EE {}; 99 GG g; 115 const GG& gg = GG(); local
|
/external/toybox/generated/ |
globals.h | 1221 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU; member in struct:ps_data
|