Home
last modified time | relevance | path

Searched refs:s11 (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/Zend/asm/
H A Djump_riscv64_sysv_elf_gas.S83 # save s0-s11, ra
95 sd s11, 0xb8(sp)
121 # load s0-s11,ra
133 ld s11, 0xb8(sp)
/PHP-8.1/ext/standard/
H A Dstring.c249 zend_string *s11, *s22; in php_spn_common_handler() local
254 Z_PARAM_STR(s11) in php_spn_common_handler()
261 size_t remain_len = ZSTR_LEN(s11); in php_spn_common_handler()
290 RETURN_LONG(php_strspn(ZSTR_VAL(s11) + start /*str1_start*/, in php_spn_common_handler()
292 ZSTR_VAL(s11) + start + len /*str1_end*/, in php_spn_common_handler()
296 RETURN_LONG(php_strcspn(ZSTR_VAL(s11) + start /*str1_start*/, in php_spn_common_handler()
298 ZSTR_VAL(s11) + start + len /*str1_end*/, in php_spn_common_handler()

Completed in 22 milliseconds