Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c76 sljit_u8 *offsets_ptr = offsets; in call_with_args() local
86 *offsets_ptr = (sljit_u8)offset; in call_with_args()
92 *offsets_ptr = (sljit_u8)offset; in call_with_args()
115 offsets_ptr++; in call_with_args()
137 --offsets_ptr; in call_with_args()
147 SLJIT_ASSERT((*offsets_ptr >> 2) == 2); in call_with_args()
151 } else if (*offsets_ptr < 254) in call_with_args()
153 else if (*offsets_ptr == 254) in call_with_args()
161 else if (*offsets_ptr < 254) in call_with_args()
163 else if (*offsets_ptr == 254) in call_with_args()
[all …]

Completed in 6 milliseconds