Home
last modified time | relevance | path

Searched defs:dd (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/hash/
H A Dhash_ripemd.c222 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 Dtm2unixtime.c202 timelib_sll y, ddd, mi, mm, dd, g; in magic_date_calc() local
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp527 double dd = intl_zval_to_millis(elem, &err, "msgfmt_format"); in umsg_format_helper() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c492 int dd, i; in find_minlength() local
/php-src/Zend/
H A Dzend_strtod.c2321 int b2, bbits, d2, dd, dig, dsign, i, j, nd, nd0, p2, p5, speccase; local
3700 ZEND_API char *zend_dtoa(double dd, int mode, int ndigits, int *decpt, bool *sign, char **rve) in zend_dtoa()

Completed in 26 milliseconds