Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_mips.h288 int lastpos = sec->pos; in dasm_link() local
290 while (pos != lastpos) { in dasm_link()
H A Ddasm_ppc.h292 int lastpos = sec->pos; in dasm_link() local
294 while (pos != lastpos) { in dasm_link()
H A Ddasm_arm.h308 int lastpos = sec->pos; in dasm_link() local
310 while (pos != lastpos) { in dasm_link()
H A Ddasm_arm64.h363 int lastpos = sec->pos; in dasm_link() local
365 while (pos != lastpos) { in dasm_link()
H A Ddasm_x86.h308 int lastpos = sec->pos; in dasm_link() local
310 while (pos != lastpos) { in dasm_link()

Completed in 17 milliseconds