Home
last modified time | relevance | path

Searched refs:expr (Results 1 – 5 of 5) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/include/
A Dassert.h12 void _assert_log(const char *expr, const char *file, const int line,
24 #define assert(expr) ((void)0) argument
26 #define assert(expr) \ argument
27 ((expr) ? (void)0 : _assert_trap(#expr, __FILE__, __LINE__, __func__))
50 #define __static_assert_1(expr) _Static_assert(expr, "") argument
51 #define __static_assert_2(expr, msg) _Static_assert(expr, msg) argument
/optee_os-3.20.0/lib/libutee/
A Dassert.c13 void _assert_log(const char *expr __maybe_unused, in _assert_log()
19 expr, file, line, func); in _assert_log()
/optee_os-3.20.0/core/kernel/
A Dassert.c13 void __nostackcheck _assert_log(const char *expr __maybe_unused, in _assert_log()
20 expr, file, line, func); in _assert_log()
/optee_os-3.20.0/core/arch/riscv/kernel/
A Dlink.mk60 expr 0`cat $(1)` + 1 >$(1); \
/optee_os-3.20.0/core/arch/arm/kernel/
A Dlink.mk149 expr 0`cat $(1)` + 1 >$(1); \

Completed in 3 milliseconds