/Zephyr-latest/include/zephyr/sys/ |
D | check.h | 14 #define CHECKIF(expr) \ argument 21 #define CHECKIF(expr) \ argument
|
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/ |
D | tests.h | 14 #define AWAIT(expr) do { \ argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/ |
D | bs_macro.h | 23 #define EXPECT_ZERO(expr) bt_testlib_expect_zero((expr), __FILE__, __LINE__) argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | bs_bt_utils.h | 27 #define ASSERT(expr, ...) \ argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/ |
D | bs_bt_utils.h | 27 #define ASSERT(expr, ...) \ argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/common/ |
D | utils.h | 21 #define WAIT_FOR_EXPR(var, expr) \ argument 42 #define ASSERT(expr, ...) \ argument
|
/Zephyr-latest/modules/hal_rpi_pico/pico/ |
D | config_autogen.h | 26 #define static_assert(expr, msg...) BUILD_ASSERT((expr), "" msg) argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/ |
D | bs_macro.h | 26 #define EXPECT_ZERO(expr) bt_testlib_expect_zero((expr), __FILE__, __LINE__) argument
|
/Zephyr-latest/include/zephyr/internal/ |
D | syscall_handler.h | 350 #define K_OOPS(expr) \ argument 372 #define K_SYSCALL_VERIFY_MSG(expr, fmt, ...) ({ \ argument 395 #define K_SYSCALL_VERIFY(expr) K_SYSCALL_VERIFY_MSG(expr, #expr) argument
|
/Zephyr-latest/tests/bsim/babblekit/include/babblekit/ |
D | testcase.h | 91 #define TEST_ASSERT(expr, ...) \ argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | utils.h | 35 #define ASSERT(expr, ...) \ argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/ |
D | common.h | 54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/ |
D | common.h | 54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | common.h | 54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/ |
D | bs_bt_utils.h | 46 #define ASSERT(expr, ...) \ argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/ |
D | common.h | 54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/ |
D | bs_bt_utils.h | 46 #define ASSERT(expr, ...) \ argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/ |
D | bs_bt_utils.h | 33 #define BSIM_ASSERT(expr, ...) \ argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/ |
D | bs_bt_utils.h | 44 #define ASSERT(expr, ...) \ argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/ |
D | bs_bt_utils.h | 48 #define ASSERT(expr, ...) \ argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/security_changed_callback/src/ |
D | bs_bt_utils.h | 45 #define ASSERT(expr, ...) \ argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/common/ |
D | utils.h | 34 #define ASSERT(expr, ...) \ argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/common/ |
D | bs_bt_utils.h | 52 #define ASSERT(expr, ...) \ argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc/src/ |
D | utils.h | 38 #define ASSERT(expr, ...) \ argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/common/ |
D | utils.h | 38 #define ASSERT(expr, ...) \ argument
|