Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-map.cc187 unsigned int global_bit_shift = 8 * sizeof (hb_mask_t) - 1; in compile() local
188 unsigned int global_bit_mask = 1u << global_bit_shift; in compile()
268 if (!info->max_value || next_bit + bits_needed >= global_bit_shift) in compile()
314 map->shift = global_bit_shift; in compile()