Searched defs:FLAG_SAFE (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-private.hh931 * (FLAG_SAFE(x) & (FLAG(x1) | FLAG(x2) | FLAG(x3)))
934 #define FLAG_SAFE(x) (1U << (x)) macro
935 #define FLAG_UNSAFE(x) ((x) < 32 ? FLAG_SAFE(x) : 0)

Completed in 160 milliseconds