OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ASSERT_STATIC_EXPR_ZERO
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh
97
#define
ASSERT_STATIC_EXPR_ZERO
(_cond) (0 * sizeof (char[(_cond) ? 1 : -1]))
811
#define FLAG_RANGE(x,y) (
ASSERT_STATIC_EXPR_ZERO
((x) < (y)) + FLAG(y+1) - FLAG(x))
/external/harfbuzz_ng/src/
hb-private.hh
97
#define
ASSERT_STATIC_EXPR_ZERO
(_cond) (0 * sizeof (char[(_cond) ? 1 : -1]))
811
#define FLAG_RANGE(x,y) (
ASSERT_STATIC_EXPR_ZERO
((x) < (y)) + FLAG(y+1) - FLAG(x))
Completed in 566 milliseconds