Home
last modified time | relevance | path

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

/PHP-8.2/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.h309 int lastpos = sec->pos; in dasm_link() local
311 while (pos != lastpos) { in dasm_link()
H A Ddasm_arm64.h378 int lastpos = sec->pos; in dasm_link() local
380 while (pos != lastpos) { in dasm_link()
H A Ddasm_x86.h310 int lastpos = sec->pos; in dasm_link() local
312 while (pos != lastpos) { in dasm_link()

Completed in 14 milliseconds