Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 25 of 39) sorted by relevance

12

/Zephyr-latest/include/zephyr/sys/
Dcheck.h14 #define CHECKIF(expr) \ argument
21 #define CHECKIF(expr) \ argument
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/
Dtests.h14 #define AWAIT(expr) do { \ argument
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/
Dbs_macro.h23 #define EXPECT_ZERO(expr) bt_testlib_expect_zero((expr), __FILE__, __LINE__) argument
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/
Dbs_bt_utils.h27 #define ASSERT(expr, ...) \ argument
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/
Dbs_bt_utils.h27 #define ASSERT(expr, ...) \ argument
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/common/
Dutils.h21 #define WAIT_FOR_EXPR(var, expr) \ argument
42 #define ASSERT(expr, ...) \ argument
/Zephyr-latest/modules/hal_rpi_pico/pico/
Dconfig_autogen.h26 #define static_assert(expr, msg...) BUILD_ASSERT((expr), "" msg) argument
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/
Dbs_macro.h26 #define EXPECT_ZERO(expr) bt_testlib_expect_zero((expr), __FILE__, __LINE__) argument
/Zephyr-latest/include/zephyr/internal/
Dsyscall_handler.h350 #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/
Dtestcase.h91 #define TEST_ASSERT(expr, ...) \ argument
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dutils.h35 #define ASSERT(expr, ...) \ argument
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dcommon.h54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dcommon.h54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dcommon.h54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dbs_bt_utils.h46 #define ASSERT(expr, ...) \ argument
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dcommon.h54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
Dbs_bt_utils.h46 #define ASSERT(expr, ...) \ argument
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dbs_bt_utils.h33 #define BSIM_ASSERT(expr, ...) \ argument
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/
Dbs_bt_utils.h44 #define ASSERT(expr, ...) \ argument
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dbs_bt_utils.h48 #define ASSERT(expr, ...) \ argument
/Zephyr-latest/tests/bsim/bluetooth/host/security/security_changed_callback/src/
Dbs_bt_utils.h45 #define ASSERT(expr, ...) \ argument
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/common/
Dutils.h34 #define ASSERT(expr, ...) \ argument
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/common/
Dbs_bt_utils.h52 #define ASSERT(expr, ...) \ argument
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc/src/
Dutils.h38 #define ASSERT(expr, ...) \ argument
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/common/
Dutils.h38 #define ASSERT(expr, ...) \ argument

12