Searched defs:dd (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/hash/ |
H A D | hash_ripemd.c | 222 uint32_t aa = state[0], bb = state[1], cc = state[2], dd = state[3]; in RIPEMD128Transform() local 314 uint32_t aa = state[4], bb = state[5], cc = state[6], dd = state[7]; in RIPEMD256Transform() local 413 uint32_t aa = state[0], bb = state[1], cc = state[2], dd = state[3], ee = state[4]; in RIPEMD160Transform() local 513 uint32_t aa = state[5], bb = state[6], cc = state[7], dd = state[8], ee = state[9]; in RIPEMD320Transform() local
|
/php-src/ext/date/lib/ |
H A D | tm2unixtime.c | 202 timelib_sll y, ddd, mi, mm, dd, g; in magic_date_calc() local
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 527 double dd = intl_zval_to_millis(elem, &err, "msgfmt_format"); in umsg_format_helper() local
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_study.c | 492 int dd, i; in find_minlength() local
|
/php-src/Zend/ |
H A D | zend_strtod.c | 2317 int b2, bbits, d2, dd, dig, dsign, i, j, nd, nd0, p2, p5, speccase; local 3703 ZEND_API char *zend_dtoa(double dd, int mode, int ndigits, int *decpt, bool *sign, char **rve) in zend_dtoa()
|
Completed in 22 milliseconds