Home
last modified time | relevance | path

Searched refs:HH (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/standard/
H A Dsha1.c150 #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(d, e, a, b, c, W(47)); /* 48 */
322 HH(c, d, e, a, b, W(48)); /* 49 */
[all …]
/PHP-5.5/ext/hash/
H A Dhash_md.c253 #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 */
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 */
408 HH(d, a, b, c, x[0], S32, 0xeaa127fa); /* 42 */
409 HH(c, d, a, b, x[3], S33, 0xd4ef3085); /* 43 */
410 HH(b, c, d, a, x[6], S34, 0x4881d05); /* 44 */
411 HH(a, b, c, d, x[9], S31, 0xd9d4d039); /* 45 */
[all …]
H A Dhash_sha.c191 #define HH(a, b, c, d, e, w) { \ macro
274 HH(a, b, c, d, e, W(40)); /* 41 */ in SHA1Transform()
275 HH(e, a, b, c, d, W(41)); /* 42 */ in SHA1Transform()
276 HH(d, e, a, b, c, W(42)); /* 43 */ in SHA1Transform()
277 HH(c, d, e, a, b, W(43)); /* 44 */ in SHA1Transform()
278 HH(b, c, d, e, a, W(44)); /* 45 */ in SHA1Transform()
279 HH(a, b, c, d, e, W(45)); /* 46 */ in SHA1Transform()
280 HH(e, a, b, c, d, W(46)); /* 47 */ in SHA1Transform()
281 HH(d, e, a, b, c, W(47)); /* 48 */ in SHA1Transform()
282 HH(c, d, e, a, b, W(48)); /* 49 */ in SHA1Transform()
[all …]
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_millisecond_dates.phpt14 "On {0,time,yyyy-MM-dd G 'at' HH:mm:ss.SSS zzz} something odd happened");
H A Dresourcebundle_null_mandatory_args_variant2.phpt25 string(13) "HH:mm:ss zzzz"
H A Ddateformat_formatObject_datetime.phpt18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant2.phpt18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant4.phpt18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant3.phpt19 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar.phpt18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant2.phpt18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant4.phpt18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant3.phpt19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
/PHP-5.5/ext/date/tests/
H A Dexamine_diff.inc22 * (can include time HH:MM:SS) or a DateTime object
24 * (can include time HH:MM:SS) or a DateTime object

Completed in 42 milliseconds