Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb.hh481 #define FLAG64_UNSAFE(x) ((unsigned)(x) < 64 ? (((uint64_t) 1ULL) << (unsigned)(x)) : 0) macro
Dhb-ot-shape-complex-use.cc445 bool is_post_base_glyph = (FLAG64_UNSAFE (info[i].use_category()) & POST_BASE_FLAGS64) || in reorder_syllable_use()