Home
last modified time | relevance | path

Searched refs:kMapSizeInBits (Results 1 – 1 of 1) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerValueBitMap.h21 static const size_t kMapSizeInBits = 65371; // Prime. member
26 static const size_t kNumberOfItems = kMapSizeInBits;
33 uintptr_t Idx = Value < kMapSizeInBits ? Value : Value % kMapSizeInBits; in AddValue()
43 assert(Idx < kMapSizeInBits); in Get()