Searched defs:s3 (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/random/ |
H A D | engine_xoshiro256starstar.c | 63 uint64_t s0 = 0, s1 = 0, s2 = 0, s3 = 0; in jump() local 84 … inline void seed256(php_random_status *status, uint64_t s0, uint64_t s1, uint64_t s2, uint64_t s3) in seed256()
|
/PHP-8.3/ext/phar/ |
H A D | makestub.php | 31 $s3 = substr($s, strlen($s2) + 4 + strlen($s1) + strlen('index.php')); variable
|
/PHP-8.3/ext/standard/html_tables/ |
H A D | html_table_gen.php | 523 $s3 = hexdec($el[1]) & 0x3F; variable
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 3586 unsigned int s3, s2, s1, s0; local
|
/PHP-8.3/Zend/ |
H A D | zend_operators.c | 3269 ZEND_API int ZEND_FASTCALL zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3) /* {{{ */ in zend_binary_zval_strncmp()
|
/PHP-8.3/ext/standard/ |
H A D | string.c | 3780 uint8x16_t s3 = vceqq_u8(x, vdupq_n_u8('\\')); local
|
Completed in 60 milliseconds