Searched refs:asm_buf_fill (Results 1 – 3 of 3) sorted by relevance
123 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()
198 size_t asm_buf_fill; member
1257 u->asm_buf_fill = 0; /* set translation buffer index to 0 */ in ud_decode()
Completed in 18 milliseconds