Searched refs:kMapSizeInWords (Results 1 – 1 of 1) sorted by relevance
24 static const size_t kMapSizeInWords = kMapSizeInBits / kBitsInWord; member60 for (size_t i = 0; i < kMapSizeInWords; i++) in ForEach()68 uintptr_t Map[kMapSizeInWords] __attribute__((aligned(512)));