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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOLib.cpp1047 const int intsize = sizeof(unsigned int) * 8; local
1049 for (shift = 1; shift < intsize; shift++) {
1051 return (IOAlignment)(intsize - shift);

Completed in 200 milliseconds