Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-set.hh119 *codepoint = i * ELT_BITS + elt_get_min (*p); in next()
152 return i * ELT_BITS + elt_get_min (v[i]); in get_min()
167 static unsigned int elt_get_min (const elt_t &elt) { return hb_ctz (elt); } in elt_get_min() function