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

/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp3378 uint8_t const *pbIntRedirBitmap = &abBuf[offIoBitmap - 32]; local
3380 bool fPrev = ASMBitTest(pbIntRedirBitmap, 0); /* LE/BE issue */
3383 bool fThis = ASMBitTest(pbIntRedirBitmap, i);

Completed in 60 milliseconds