Searched defs:ASSERT_STATIC_EXPR_ZERO (Results 1 - 2 of 2) sorted by last modified time

/external/harfbuzz_ng/src/
H A Dhb-private.hh167 #define ASSERT_STATIC_EXPR_ZERO(_cond) (0 * sizeof (char[(_cond) ? 1 : -1])) macro
839 #define FLAG_RANGE(x,y) (ASSERT_STATIC_EXPR_ZERO ((x) < (y)) + FLAG(y+1) - FLAG(x))
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh206 #define ASSERT_STATIC_EXPR_ZERO(_cond) (0 * sizeof (char[(_cond) ? 1 : -1])) macro
889 #define FLAG_RANGE(x,y) (ASSERT_STATIC_EXPR_ZERO ((x) < (y)) + FLAG(y+1) - FLAG(x))

Completed in 151 milliseconds