Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_long.h65 # define ZEND_STRTOL(s0, s1, base) _strtoi64((s0), (s1), (base)) argument
66 # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) argument
77 # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base)) argument
78 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) argument
84 # define ZEND_STRTOL(s0, s1, base) strtol((s0), (s1), (base)) argument
85 # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) argument
H A Dzend_strtod.c1812 CONST unsigned char *decpt, *s0, *s, *s1; local
2328 (rv, s0, bc) in bigcomp() argument
2544 CONST char *s, *s0, *s1; local
3767 char *s, *s0; local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c3400 unsigned int s3, s2, s1, s0; local
/PHP-7.4/ext/standard/
H A Dstring.c4084 uint8x16_t s0 = vceqq_u8(x, vdupq_n_u8('\0')); local

Completed in 30 milliseconds