Searched refs:kMapSizeInBits (Results 1 – 1 of 1) sorted by relevance
21 static const size_t kMapSizeInBits = 65371; // Prime. member26 static const size_t kNumberOfItems = kMapSizeInBits;33 uintptr_t Idx = Value < kMapSizeInBits ? Value : Value % kMapSizeInBits; in AddValue()43 assert(Idx < kMapSizeInBits); in Get()