Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c221 sljit_u8 *offsets_ptr = offsets; in call_with_args() local
236 *offsets_ptr = (sljit_u8)offset; in call_with_args()
242 *offsets_ptr = (sljit_u8)offset; in call_with_args()
265 offsets_ptr++; in call_with_args()
287 --offsets_ptr; in call_with_args()
297 SLJIT_ASSERT((*offsets_ptr >> 2) == 2); in call_with_args()
309 } else if (*offsets_ptr < 254) in call_with_args()
311 else if (*offsets_ptr == 254) in call_with_args()
319 else if (*offsets_ptr < 254) in call_with_args()
321 else if (*offsets_ptr == 254) in call_with_args()
[all …]

Completed in 5 milliseconds