Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 4 of 4) sorted by relevance

/subsys/bluetooth/controller/hal/
A Ddebug.h12 #define LL_ASSERT(cond) \ argument
17 #define LL_ASSERT_MSG(cond, fmt, ...) \ argument
24 #define LL_ASSERT(cond) \ argument
26 #define LL_ASSERT_MSG(cond, fmt, ...) \ argument
31 #define LL_ASSERT_INFO1(cond, param) \ argument
33 #define LL_ASSERT_INFO2(cond, param1, param2) \ argument
36 #define LL_ASSERT_INFO1(cond, param) \ argument
38 #define LL_ASSERT_INFO2(cond, param1, param2) \ argument
/subsys/testsuite/ztest/include/zephyr/
A Dztest_assert.h35 static inline bool z_zassert_(bool cond, const char *file, int line) in z_zassert_()
49 static inline bool z_zassume_(bool cond, const char *file, int line) in z_zassume_()
63 static inline bool z_zexpect_(bool cond, const char *file, int line) in z_zexpect_()
275 #define zassert_true(cond, ...) zassert(cond, #cond " is false", ##__VA_ARGS__) argument
282 #define zassert_false(cond, ...) zassert(!(cond), #cond " is true", ##__VA_ARGS__) argument
289 #define zassert_ok(cond, ...) zassert(!(cond), #cond " is non-zero", ##__VA_ARGS__) argument
429 #define zassume_true(cond, ...) zassume(cond, #cond " is false", ##__VA_ARGS__) argument
439 #define zassume_false(cond, ...) zassume(!(cond), #cond " is true", ##__VA_ARGS__) argument
449 #define zassume_ok(cond, ...) zassume(!(cond), #cond " is non-zero", ##__VA_ARGS__) argument
605 #define zexpect_true(cond, ...) zexpect(cond, #cond " is false", ##__VA_ARGS__) argument
[all …]
/subsys/bluetooth/common/
A Dassert.h22 #define BT_ASSERT(cond) \ argument
30 #define BT_ASSERT_MSG(cond, fmt, ...) \ argument
39 #define BT_ASSERT(cond) __ASSERT_NO_MSG(cond) argument
40 #define BT_ASSERT_MSG(cond, msg, ...) __ASSERT(cond, msg, ##__VA_ARGS__) argument
/subsys/net/ip/
A Dtp_priv.h25 #define tp_assert(cond, fmt, args...) do { \ argument

Completed in 16 milliseconds