Searched defs:s0 (Results 1 – 5 of 5) sorted by relevance
/php-src/Zend/ |
H A D | zend_long.h | 66 # 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 D | zend_strtod.c | 1794 CONST unsigned char *decpt, *s0, *s, *s1; local 2310 (rv, s0, bc) in bigcomp() argument 2526 CONST char *s, *s0, *s1; local 3743 char *s, *s0; in zend_dtoa() local
|
/php-src/ext/random/ |
H A D | engine_xoshiro256starstar.c | 64 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 D | apprentice.c | 3603 unsigned int s3, s2, s1, s0; local
|
/php-src/ext/standard/ |
H A D | string.c | 4039 uint8x16_t s0 = vceqq_u8(x, vdupq_n_u8('\0')); local
|
Completed in 53 milliseconds