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

/vbox/src/VBox/Devices/PC/ACPI/
H A DVBoxAcpi.cpp187 unsigned idxLengthByte = 1; local
191 while (idxLengthByte <= cLengthBytesFollow)
193 cBytes |= pabAmlPkgLength[idxLengthByte] << (4*idxLengthByte);
194 idxLengthByte++;

Completed in 289 milliseconds