Home
last modified time | relevance | path

Searched defs:digits (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/bcmath/libbcmath/src/
H A Dconvert.c155 uint32_t digits = bc_expand_lut(LUT[lower]) << 16 | bc_expand_lut(LUT[upper]); in bc_write_bcd_representation() local
158 uint32_t digits = bc_expand_lut(LUT[upper]) << 16 | bc_expand_lut(LUT[lower]); in bc_write_bcd_representation() local
H A Dstr2num.c131 size_t digits = ptr - integer_ptr; in bc_str2num() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dconv.c33 static const lxb_char_t *digits = (const lxb_char_t *) "0123456789"; in lexbor_conv_int64_to_data() local
/php-src/ext/standard/
H A Dmath.c877 static const char digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in _php_math_longtobase() local
908 static const char digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in _php_math_longtobase_pwr2() local
943 static const char digits[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in _php_math_zvaltobase() local
H A Dpack.c898 size_t digits = buf + sizeof(buf) - 1 - res; in PHP_FUNCTION() local
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c360 unsigned char *digits = p + 1; in mb_htmlent_to_wchar() local
/php-src/ext/json/
H A Djson_encoder.c33 static const char digits[] = "0123456789abcdef"; variable
/php-src/Zend/
H A Dzend_ini.c590 static const char *zend_ini_consume_quantity_prefix(const char *const digits, const char *const str… in zend_ini_consume_quantity_prefix()
623 char *digits = str; in zend_ini_parse_quantity_internal() local
H A Dzend_strtod.c4508 char *digits, *dst, *src; in zend_gcvt() local
H A Dzend_operators.c3523 int digits = 0, dp_or_e = 0; local
/php-src/ext/fileinfo/libmagic/
H A Dder.c186 uint8_t digits, i; in getlength() local
/php-src/main/
H A Dsnprintf.c382 const char *digits = (format == 'X') ? upper_digits : low_digits; in ap_php_conv_p2() local
/php-src/ext/dom/lexbor/lexbor/css/
H A Dproperty.h357 lxb_css_value_integer_t digits; member

Completed in 75 milliseconds