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

/external/ppp/pppd/
H A Dmd5.c73 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
80 #define GG(a, b, c, d, x, s, ac) \ macro
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 (
[all...]
/external/dng_sdk/source/
H A Ddng_fingerprint.h227 // FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
252 static inline void GG (uint32 &a, function in class:dng_md5_printer
/external/libjpeg-turbo/md5/
H A Dmd5.c97 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
105 #define GG(a, b, c, d, x, s, ac) { \ macro
263 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
264 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
265 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
266 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
267 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
268 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
269 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
270 GG (
[all...]
/external/syslinux/com32/libutil/
H A Dmd5.c54 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
62 #define GG(a, b, c, d, x, s, ac) { \ macro
205 GG(a, b, c, d, x[1], S21, 0xf61e2562); /* 17 */
206 GG(d, a, b, c, x[6], S22, 0xc040b340); /* 18 */
207 GG(c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
208 GG(b, c, d, a, x[0], S24, 0xe9b6c7aa); /* 20 */
209 GG(a, b, c, d, x[5], S21, 0xd62f105d); /* 21 */
210 GG(d, a, b, c, x[10], S22, 0x2441453); /* 22 */
211 GG(c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
212 GG(
[all...]
/external/syslinux/core/lwip/src/netif/ppp/
H A Dmd5.c81 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
88 #define GG(a, b, c, d, x, s, ac) \ macro
251 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
252 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
253 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */
254 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */
255 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
256 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
257 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */
258 GG (
[all...]
/external/clang/test/CodeGen/
H A D2002-07-14-MiscTests3.c148 double EE, double FF, double GG, double HH,
151 return X + Y + Z + AA + BB + CC + DD + EE + FF + GG + HH
146 MathFunc(double X, double Y, double Z, double AA, double BB, double CC, double DD, double EE, double FF, double GG, double HH, double aAA, double aBB, double aCC, double aDD, double aEE, double aFF) argument
/external/clang/test/SemaCXX/
H A Dattr-noreturn.cpp82 struct GG : EE {}; struct in namespace:destructor_tests
99 GG g;
115 const GG& gg = GG();
/external/toybox/generated/
H A Dglobals.h1259 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU; member in struct:ps_data

Completed in 234 milliseconds