Searched refs:kMasks (Results 1 – 1 of 1) sorted by relevance
94 const uint64_t kMasks[] = { in CountSetBitsFallBack() local103 for (unsigned i = 0; i < (sizeof(kMasks) / sizeof(kMasks[0])); i++) { in CountSetBitsFallBack()105 value = ((value >> shift) & kMasks[i]) + (value & kMasks[i]); in CountSetBitsFallBack()