Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/libudis86/
H A Dudis86.c358 u->inp_peek = UD_EOI; in ud_inp_init()
426 if (c == UD_EOI) { in ud_input_skip()
H A Ddecode.c89 } else if (u->inp_peek != UD_EOI) { in inp_peek()
93 if ((c = u->inp_hook(u)) != UD_EOI) { in inp_peek()
115 if (c != UD_EOI || (c = u->inp_hook(u)) != UD_EOI) { in inp_next()
116 u->inp_peek = UD_EOI; in inp_next()
H A Dtypes.h250 #define UD_EOI (-1) macro

Completed in 14 milliseconds