Searched defs:_cond (Results 1 – 4 of 4) sorted by relevance
| /external/harfbuzz_ng/util/ |
| D | options.hh | 82 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed… argument 83 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond)) argument 84 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond)) argument
|
| /external/chromium_org/third_party/harfbuzz-ng/src/ |
| D | hb-private.hh | 95 #define _ASSERT_STATIC1(_line, _cond) typedef int _static_assert_on_line_##_line##_failed[(_cond)?1… argument 96 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond)) argument 97 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond)) argument 99 #define ASSERT_STATIC_EXPR(_cond)((void) sizeof (char[(_cond) ? 1 : -1])) argument 100 #define ASSERT_STATIC_EXPR_ZERO(_cond) (0 * sizeof (char[(_cond) ? 1 : -1])) argument
|
| /external/harfbuzz_ng/src/ |
| D | hb-private.hh | 162 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed… argument 163 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond)) argument 164 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond)) argument 166 #define ASSERT_STATIC_EXPR(_cond)((void) sizeof (char[(_cond) ? 1 : -1])) argument 167 #define ASSERT_STATIC_EXPR_ZERO(_cond) (0 * sizeof (char[(_cond) ? 1 : -1])) argument
|
| /external/valgrind/main/VEX/priv/ |
| D | guest_arm64_helpers.c | 98 #define NOTE_EVAL(_cc_op, _cond) \ argument
|