Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/libudis86/
H A Dsyn.c123 avail = u->asm_buf_size - u->asm_buf_fill - 1 /* nullchar */; in ud_asmprintf()
124 ret = vsnprintf((char*) u->asm_buf + u->asm_buf_fill, avail, fmt, ap); in ud_asmprintf()
126 u->asm_buf_fill = u->asm_buf_size - 1; in ud_asmprintf()
128 u->asm_buf_fill += ret; in ud_asmprintf()
H A Dtypes.h198 size_t asm_buf_fill; member
H A Ddecode.c1257 u->asm_buf_fill = 0; /* set translation buffer index to 0 */ in ud_decode()

Completed in 25 milliseconds