Searched defs:opcode_current (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_pack.h39 unsigned char *opcode_start, *opcode_current, *opcode_end; member in struct:__anon16107
201 CRASSERT(buffer->opcode_start - buffer->opcode_current >= 0);
202 return buffer->opcode_start - buffer->opcode_current;
228 fitsInMTU = (((pc->buffer.data_current - pc->buffer.opcode_current - 1
232 opcodesFit = (pc->buffer.opcode_current - num_opcode >= pc->buffer.opcode_end);
431 *(pc->buffer.opcode_current--) = (unsigned char) opcode

Completed in 43 milliseconds