Searched refs:FLAG64 (Results 1 – 2 of 2) sorted by relevance
453 #define POST_BASE_FLAGS64 (FLAG64 (USE_FM) | \ in reorder_syllable()454 FLAG64 (USE_FAbv) | \ in reorder_syllable()455 FLAG64 (USE_FBlw) | \ in reorder_syllable()456 FLAG64 (USE_FPst) | \ in reorder_syllable()457 FLAG64 (USE_MAbv) | \ in reorder_syllable()458 FLAG64 (USE_MBlw) | \ in reorder_syllable()459 FLAG64 (USE_MPst) | \ in reorder_syllable()460 FLAG64 (USE_MPre) | \ in reorder_syllable()461 FLAG64 (USE_VAbv) | \ in reorder_syllable()462 FLAG64 (USE_VBlw) | \ in reorder_syllable()[all …]
480 #define FLAG64(x) (ASSERT_STATIC_EXPR_ZERO ((unsigned)(x) < 64) + (((uint64_t) 1ULL) << (unsigned)(… macro