Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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 uintptr_t Map[kMapSizeInWords] __attribute__((aligned(512)));