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

/vbox/src/VBox/Runtime/testcase/
H A DtstLdr.cpp215 const uint8_t *pu8I = (const uint8_t *)aLoads[i].pvBits; local
216 for (uint32_t off = 0; off < cbImage; off++, pu8J++, pu8I++)
217 if (*pu8J != *pu8I)
218 RTPrintf(" %08x %02x != %02x\n", off, *pu8J, *pu8I);

Completed in 43 milliseconds