Searched refs:FLAG64_UNSAFE (Results 1 – 2 of 2) sorted by relevance
481 #define FLAG64_UNSAFE(x) ((unsigned)(x) < 64 ? (((uint64_t) 1ULL) << (unsigned)(x)) : 0) macro
477 bool is_post_base_glyph = (FLAG64_UNSAFE (info[i].use_category()) & POST_BASE_FLAGS64) || in reorder_syllable()