Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dsha1.c144 #define HH(a, b, c, d, e, w) { \ macro
308 HH(a, b, c, d, e, W(40)); /* 41 */
309 HH(e, a, b, c, d, W(41)); /* 42 */
310 HH(d, e, a, b, c, W(42)); /* 43 */
311 HH(c, d, e, a, b, W(43)); /* 44 */
312 HH(b, c, d, e, a, W(44)); /* 45 */
313 HH(a, b, c, d, e, W(45)); /* 46 */
314 HH(e, a, b, c, d, W(46)); /* 47 */
315 HH(d, e, a, b, c, W(47)); /* 48 */
316 HH(c, d, e, a, b, W(48)); /* 49 */
[all …]
/PHP-7.4/ext/intl/tests/
H A Dbug74298.phpt15 'yyyy-MM-dd HH:mm:ss.SSSSSS'
24 'yyyy-MM-dd HH:mm:ss.SSSSSS'
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_variant5.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_datetime_variant4.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_variant5.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";
H A Ddateformat_formatObject_calendar_variant4.phpt19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
/PHP-7.4/ext/hash/
H A Dhash_md.c251 #define HH(a, b, c, d, x, s, ac) { \ macro
397 HH(a, b, c, d, x[5], S31, 0xfffa3942); /* 33 */
398 HH(d, a, b, c, x[8], S32, 0x8771f681); /* 34 */
401 HH(a, b, c, d, x[1], S31, 0xa4beea44); /* 37 */
402 HH(d, a, b, c, x[4], S32, 0x4bdecfa9); /* 38 */
403 HH(c, d, a, b, x[7], S33, 0xf6bb4b60); /* 39 */
406 HH(d, a, b, c, x[0], S32, 0xeaa127fa); /* 42 */
407 HH(c, d, a, b, x[3], S33, 0xd4ef3085); /* 43 */
408 HH(b, c, d, a, x[6], S34, 0x4881d05); /* 44 */
409 HH(a, b, c, d, x[9], S31, 0xd9d4d039); /* 45 */
[all …]
H A Dhash_sha.c187 #define HH(a, b, c, d, e, w) { \ macro
270 HH(a, b, c, d, e, W(40)); /* 41 */ in SHA1Transform()
271 HH(e, a, b, c, d, W(41)); /* 42 */ in SHA1Transform()
272 HH(d, e, a, b, c, W(42)); /* 43 */ in SHA1Transform()
273 HH(c, d, e, a, b, W(43)); /* 44 */ in SHA1Transform()
274 HH(b, c, d, e, a, W(44)); /* 45 */ in SHA1Transform()
275 HH(a, b, c, d, e, W(45)); /* 46 */ in SHA1Transform()
276 HH(e, a, b, c, d, W(46)); /* 47 */ in SHA1Transform()
277 HH(d, e, a, b, c, W(47)); /* 48 */ in SHA1Transform()
278 HH(c, d, e, a, b, W(48)); /* 49 */ in SHA1Transform()
[all …]
/PHP-7.4/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
/PHP-7.4/ext/date/lib/
H A Dparse_date.re751 case 2: /* HH */
755 case 4: /* H:MM, HH:M, HHMM */
766 case 5: /* HH:MM */

Completed in 31 milliseconds