Searched defs:bit_shift (Results 1 – 3 of 3) sorted by relevance
56 const int bit_shift = 8 * (birth_size - offset - 1); in operator ()() local69 const int bit_shift = 8 * (first_name_offset - offset - 1); in operator ()() local
29 const unsigned bit_shift = detail::rough_log_2_size(max_count) - variable