Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c453 sljit_u8 *offsets_ptr = offsets; in call_with_args() local
463 *offsets_ptr = (sljit_u8)offset; in call_with_args()
469 *offsets_ptr = (sljit_u8)offset; in call_with_args()
492 offsets_ptr++; in call_with_args()
514 --offsets_ptr; in call_with_args()
524 SLJIT_ASSERT((*offsets_ptr >> 2) == 2); in call_with_args()
528 } else if (*offsets_ptr < 254) in call_with_args()
530 else if (*offsets_ptr == 254) in call_with_args()
538 else if (*offsets_ptr < 254) in call_with_args()
540 else if (*offsets_ptr == 254) in call_with_args()
[all …]

Completed in 6 milliseconds