Searched defs:HH (Results 1 - 9 of 9) sorted by relevance

/external/ppp/pppd/
H A Dmd5.c73 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
85 #define HH(a, b, c, d, x, s, ac) \ macro
258 HH ( a, b, c, d, in[ 5], S31, UL(4294588738)); /* 33 */
259 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */
260 HH ( c, d, a, b, in[11], S33, UL(1839030562)); /* 35 */
261 HH ( b, c, d, a, in[14], S34, UL(4259657740)); /* 36 */
262 HH ( a, b, c, d, in[ 1], S31, UL(2763975236)); /* 37 */
263 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */
264 HH ( c, d, a, b, in[ 7], S33, UL(4139469664)); /* 39 */
265 HH (
[all...]
/external/skia/gm/
H A Darithmode.cpp20 #define HH 32 macro
23 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(WW, HH));
27 SkPoint pts[] = { {0, 0}, {SkIntToScalar(WW), SkIntToScalar(HH)} };
39 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(WW, HH));
43 SkPoint pts[] = { {0, SkIntToScalar(HH)}, {SkIntToScalar(WW), 0} };
103 const SkRect rect = SkRect::MakeWH(WW, HH);
123 canvas->translate(0, HH + 12);
158 canvas->translate(0, HH + 12);
/external/dng_sdk/source/
H A Ddng_fingerprint.h227 // FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
270 static inline void HH (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.
110 #define HH(a, b, c, d, x, s, ac) { \ macro
285 HH (a, b, c, d, x[ 5], S31, 0xfffa3942); /* 33 */
286 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
287 HH (c, d, a, b, x[11], S33, 0x6d9d6122); /* 35 */
288 HH (b, c, d, a, x[14], S34, 0xfde5380c); /* 36 */
289 HH (a, b, c, d, x[ 1], S31, 0xa4beea44); /* 37 */
290 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
291 HH (c, d, a, b, x[ 7], S33, 0xf6bb4b60); /* 39 */
292 HH (
[all...]
/external/syslinux/com32/libutil/
H A Dmd5.c54 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
67 #define HH(a, b, c, d, x, s, ac) { \ macro
227 HH(a, b, c, d, x[5], S31, 0xfffa3942); /* 33 */
228 HH(d, a, b, c, x[8], S32, 0x8771f681); /* 34 */
229 HH(c, d, a, b, x[11], S33, 0x6d9d6122); /* 35 */
230 HH(b, c, d, a, x[14], S34, 0xfde5380c); /* 36 */
231 HH(a, b, c, d, x[1], S31, 0xa4beea44); /* 37 */
232 HH(d, a, b, c, x[4], S32, 0x4bdecfa9); /* 38 */
233 HH(c, d, a, b, x[7], S33, 0xf6bb4b60); /* 39 */
234 HH(
[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 */
93 #define HH(a, b, c, d, x, s, ac) \ macro
273 HH ( a, b, c, d, in[ 5], S31, UL(4294588738)); /* 33 */
274 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */
275 HH ( c, d, a, b, in[11], S33, UL(1839030562)); /* 35 */
276 HH ( b, c, d, a, in[14], S34, UL(4259657740)); /* 36 */
277 HH ( a, b, c, d, in[ 1], S31, UL(2763975236)); /* 37 */
278 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */
279 HH ( c, d, a, b, in[ 7], S33, UL(4139469664)); /* 39 */
280 HH (
[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/boringssl/src/crypto/poly1305/
H A Dpoly1305_vec.c73 uint64_t HH[10]; member in union:poly1305_state_internal_t::__anon695
704 st->HH[0] = ((t0) | (t1 << 26)) & UINT64_C(0xfffffffffff);
705 st->HH[1] = ((t1 >> 18) | (t2 << 8) | (t3 << 34)) & UINT64_C(0xfffffffffff);
706 st->HH[2] = ((t3 >> 10) | (t4 << 16)) & UINT64_C(0x3ffffffffff);
782 /* st->HH will either be 0 or have the combined result */
783 h0 = st->HH[0];
784 h1 = st->HH[1];
785 h2 = st->HH[2];
/external/clang/test/SemaCXX/
H A Dattr-noreturn.cpp83 struct HH : virtual DD {}; struct in namespace:destructor_tests
100 HH h;
116 const HH& hh = HH();

Completed in 2049 milliseconds