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

/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-1.cpp40 size_t const cbInstrs = uEndPtr - (uintptr_t)pabInstrs; local
41 for (size_t off = 0; off < cbInstrs;)
102 size_t const cbInstrs = uEndPtr - (uintptr_t)pabInstrs; local
107 for (size_t off = 0; off < cbInstrs; cInstrs++)
/vbox/src/VBox/VMM/VMMR3/
H A DCSAM.cpp886 uint32_t cbInstrs = 0; local
899 if (cbInstrs + cbCurInstr >= SIZEOF_NEARJUMP32)
910 cbInstrs += cbCurInstr;

Completed in 50 milliseconds