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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp1889 uint32_t const iHashBit = RTStrHash1(psz) % cHashBits; local
1890 if (ASMBitTestAndSet(pbmHash, iHashBit))

Completed in 38 milliseconds