Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/libudis86/
H A Dudis86.c190 return (u->inp_buf == NULL) ? in ud_insn_ptr()
191 u->inp_sess : u->inp_buf + (u->inp_buf_index - u->inp_ctr); in ud_insn_ptr()
352 u->inp_buf = NULL; in ud_inp_init()
384 u->inp_buf = buf; in ud_set_input_buffer()
423 if (u->inp_buf == NULL) { in ud_input_skip()
H A Dtypes.h180 const uint8_t* inp_buf; member
H A Ddecode.c85 if (u->inp_buf != NULL) { in inp_peek()
87 return u->inp_buf[u->inp_buf_index]; in inp_peek()
108 if (u->inp_buf != NULL) { in inp_next()
111 return (u->inp_curr = u->inp_buf[u->inp_buf_index++]); in inp_next()

Completed in 12 milliseconds