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

/vbox/src/VBox/Runtime/testcase/
H A DtstLdr.cpp220 const uint32_t *pu32J = (const uint32_t *)aLoads[j].pvBits; local
222 for (uint32_t off = 0; off < cbImage; off += 4, pu32J++, pu32I++)
223 if (*pu32J != *pu32I)
224 RTPrintf(" %08x %08x != %08x\n", off, *pu32J, *pu32I);

Completed in 48 milliseconds