Searched refs:HH (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/ext/date/tests/ |
| H A D | examine_diff.inc | 22 * (can include time HH:MM:SS) or a DateTime object 24 * (can include time HH:MM:SS) or a DateTime object
|
| /PHP_5_3/ext/hash/ |
| H A D | hash_md.c | 240 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 253 #define HH(a, b, c, d, x, s, ac) { \ macro 399 HH(a, b, c, d, x[5], S31, 0xfffa3942); /* 33 */ 400 HH(d, a, b, c, x[8], S32, 0x8771f681); /* 34 */ 401 HH(c, d, a, b, x[11], S33, 0x6d9d6122); /* 35 */ 402 HH(b, c, d, a, x[14], S34, 0xfde5380c); /* 36 */ 403 HH(a, b, c, d, x[1], S31, 0xa4beea44); /* 37 */ 404 HH(d, a, b, c, x[4], S32, 0x4bdecfa9); /* 38 */ 405 HH(c, d, a, b, x[7], S33, 0xf6bb4b60); /* 39 */ 406 HH( [all...] |
| H A D | hash_sha.c | 179 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 191 #define HH(a, b, c, d, e, w) { \ macro 274 HH(a, b, c, d, e, W(40)); /* 41 */ 275 HH(e, a, b, c, d, W(41)); /* 42 */ 276 HH(d, e, a, b, c, W(42)); /* 43 */ 277 HH(c, d, e, a, b, W(43)); /* 44 */ 278 HH(b, c, d, e, a, W(44)); /* 45 */ 279 HH(a, b, c, d, e, W(45)); /* 46 */ 280 HH(e, a, b, c, d, W(46)); /* 47 */ 281 HH( [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | sha1.c | 138 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 150 #define HH(a, b, c, d, e, w) { \ macro 314 HH(a, b, c, d, e, W(40)); /* 41 */ 315 HH(e, a, b, c, d, W(41)); /* 42 */ 316 HH(d, e, a, b, c, W(42)); /* 43 */ 317 HH(c, d, e, a, b, W(43)); /* 44 */ 318 HH(b, c, d, e, a, W(44)); /* 45 */ 319 HH(a, b, c, d, e, W(45)); /* 46 */ 320 HH(e, a, b, c, d, W(46)); /* 47 */ 321 HH( [all...] |
Completed in 5 milliseconds