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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp1841 uint32_t const cHashBits = cProbeLocs * 2 - 1; local
1842 uint32_t *pbmHash = (uint32_t *)RTMemAllocZ(RT_ALIGN_32(cHashBits, 64) / 8 );
1889 uint32_t const iHashBit = RTStrHash1(psz) % cHashBits;

Completed in 39 milliseconds