Searched refs:pbNext (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-2.cpp50 uint8_t *pbNext; /**< The next byte. (read) */ member in struct:MYDISSTATE
182 memcpy(&pState->Dis.abInstr[offInstr], pState->pbNext, cbToRead);
184 pState->pbNext += cbToRead;
197 memcpy(&pState->Dis.abInstr[offInstr], pState->pbNext, pState->cbLeft);
200 pState->pbNext += pState->cbLeft;
250 State.pbNext = pbFile;
283 State.cbLeft += State.pbNext - State.pbInstr;
285 State.pbNext = State.pbInstr;
342 State.cbInstr = State.pbNext - State.pbInstr;

Completed in 43 milliseconds