Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_long.h66 # define ZEND_STRTOL(s0, s1, base) _strtoi64((s0), (s1), (base)) argument
67 # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) argument
78 # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base)) argument
79 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) argument
85 # define ZEND_STRTOL(s0, s1, base) strtol((s0), (s1), (base)) argument
86 # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) argument
H A Dzend_strtod.c1798 CONST unsigned char *decpt, *s0, *s, *s1; local
2314 (rv, s0, bc) in bigcomp() argument
2530 CONST char *s, *s0, *s1; local
3747 char *s, *s0; in zend_dtoa() local
/php-src/ext/random/
H A Dengine_xoshiro256starstar.c64 uint64_t s0 = 0, s1 = 0, s2 = 0, s3 = 0; in jump() local
85 …256starstar_seed256(php_random_status_state_xoshiro256starstar *state, uint64_t s0, uint64_t s1, u… in php_random_xoshiro256starstar_seed256()
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c3603 unsigned int s3, s2, s1, s0; local
/php-src/ext/standard/
H A Dstring.c4071 uint8x16_t s0 = vceqq_u8(x, vdupq_n_u8('\0')); local

Completed in 34 milliseconds