Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-use.cc421 #define POST_BASE_FLAGS64 (FLAG64 (USE_FM) | \ in reorder_syllable_use()
422 FLAG64 (USE_FAbv) | \ in reorder_syllable_use()
423 FLAG64 (USE_FBlw) | \ in reorder_syllable_use()
424 FLAG64 (USE_FPst) | \ in reorder_syllable_use()
425 FLAG64 (USE_MAbv) | \ in reorder_syllable_use()
426 FLAG64 (USE_MBlw) | \ in reorder_syllable_use()
427 FLAG64 (USE_MPst) | \ in reorder_syllable_use()
428 FLAG64 (USE_MPre) | \ in reorder_syllable_use()
429 FLAG64 (USE_VAbv) | \ in reorder_syllable_use()
430 FLAG64 (USE_VBlw) | \ in reorder_syllable_use()
[all …]
Dhb.hh480 #define FLAG64(x) (ASSERT_STATIC_EXPR_ZERO ((unsigned)(x) < 64) + (((uint64_t) 1ULL) << (unsigned)(… macro