Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h21 static const size_t kMapSizeInBits = 1 << 16; member
24 static const size_t kMapSizeInWords = kMapSizeInBits / kBitsInWord;
34 uintptr_t Idx = Value % kMapSizeInBits; in AddValue()
49 assert(Idx < kMapSizeInBits); in Get()
55 size_t SizeInBits() const { return kMapSizeInBits; } in SizeInBits()