Searched refs:kBitsPerCharTableShift (Results 1 – 1 of 1) sorted by relevance
1806 static const int kBitsPerCharTableShift = 5; variable1807 static const size_t kBitsPerCharTableMultiplier = 1u << kBitsPerCharTableShift;1820 bits_min = (bits_min + roundup) >> kBitsPerCharTableShift; in AllocateFor()