Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h24 static const size_t kMapSizeInWords = kMapSizeInBits / kBitsInWord; member
60 for (size_t i = 0; i < kMapSizeInWords; i++) in ForEach()
68 ATTRIBUTE_ALIGNED(512) uintptr_t Map[kMapSizeInWords];