Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-bit-page.hh152 *codepoint = i * ELT_BITS + elt_get_max (*p); in previous()
173 return i * ELT_BITS + elt_get_max (v[i]); in get_max()
184 static unsigned int elt_get_max (const elt_t &elt) { return hb_bit_storage (elt) - 1; } in elt_get_max() function
/third_party/chromium/patch/
D0001-cve.patch29081 static unsigned int elt_get_max (const elt_t &elt) { return hb_bit_storage (elt) - 1; }