Home
last modified time | relevance | path

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

/PHP-8.3/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.c1802 CONST unsigned char *decpt, *s0, *s, *s1; local
2318 (rv, s0, bc) in bigcomp() argument
2534 CONST char *s, *s0, *s1; local
3751 char *s, *s0; in zend_dtoa() local
/PHP-8.3/ext/random/
H A Dengine_xoshiro256starstar.c63 uint64_t s0 = 0, s1 = 0, s2 = 0, s3 = 0; in jump() local
84 static inline void seed256(php_random_status *status, uint64_t s0, uint64_t s1, uint64_t s2, uint64… in seed256()
/PHP-8.3/ext/fileinfo/libmagic/
H A Dapprentice.c3586 unsigned int s3, s2, s1, s0; local
/PHP-8.3/ext/standard/
H A Dstring.c3777 uint8x16_t s0 = vceqq_u8(x, vdupq_n_u8('\0')); local

Completed in 40 milliseconds