Searched refs:s11 (Results 1 – 2 of 2) sorted by relevance
83 # save s0-s11, ra95 sd s11, 0xb8(sp)121 # load s0-s11,ra133 ld s11, 0xb8(sp)
212 zend_string *s11, *s22; in php_spn_common_handler() local217 Z_PARAM_STR(s11) in php_spn_common_handler()224 size_t remain_len = ZSTR_LEN(s11); in php_spn_common_handler()253 RETURN_LONG(php_strspn(ZSTR_VAL(s11) + start /*str1_start*/, in php_spn_common_handler()255 ZSTR_VAL(s11) + start + len /*str1_end*/, in php_spn_common_handler()259 RETURN_LONG(php_strcspn(ZSTR_VAL(s11) + start /*str1_start*/, in php_spn_common_handler()261 ZSTR_VAL(s11) + start + len /*str1_end*/, in php_spn_common_handler()
Completed in 16 milliseconds