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

/vbox/src/VBox/Devices/USB/testcase/
H A DtstOhciRegisterAccess.cpp200 for (unsigned iByte = 0; iByte < 4 && !pszError && !fTryAgain; iByte++)
206 uPtrReg.pu8[iByte] = (uint8_t)(uChangedValue >> iByte * 8);
209 uExpectedValue = (uChangedValue & UINT32_C(0xff) << iByte * 8) & s_aRegs[i].fMask;
213 pszError = s_apsz[iByte];
332 for (unsigned iByte = 0; iByte < 4 && !pszError && !fTryAgain; iByte
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c1763 const GLint iByte = (i + srcPacking->skipPixels) / 8; local
1765 const GLubyte b = srcRow[iByte];
1778 const GLint iByte = (i + srcPacking->skipPixels) / 8; local
1780 const GLubyte b = srcRow[iByte];

Completed in 38 milliseconds