/Zephyr-latest/include/zephyr/sys/ |
D | check.h | 14 #define CHECKIF(expr) \ argument 15 __ASSERT_NO_MSG(!(expr)); \ 21 #define CHECKIF(expr) \ argument 22 if (expr)
|
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/ |
D | tests.h | 14 #define AWAIT(expr) do { \ argument 16 for (i = 0; !(expr) && i < 10000; i++) { \ 20 zassert_true(i < 10000, "timeout waiting for %s", #expr); \
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/common/ |
D | utils.h | 21 #define WAIT_FOR_EXPR(var, expr) \ argument 22 while (atomic_get(&var) expr) { \ 42 #define ASSERT(expr, ...) \ argument 44 if (!(expr)) { \
|
/Zephyr-latest/boards/snps/hsdk/support/ |
D | openocd.cfg | 36 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}] 61 set _coreid [expr {$_coreid + 1}] 62 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}] 76 set _coreid [expr {$_coreid + 1}] 77 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}] 92 set _coreid [expr {$_coreid + 1}] 93 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}] 107 set _coreid [expr {$_coreid + 1}] 108 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}]
|
D | openocd-2-cores.cfg | 36 set _dbgbase [expr 0x00000000 | ($_coreid << 13)] 61 set _coreid [expr $_coreid + 1] 62 set _dbgbase [expr 0x00000000 | ($_coreid << 13)] 76 set _coreid [expr $_coreid + 1] 77 set _dbgbase [expr 0x00000000 | ($_coreid << 13)]
|
/Zephyr-latest/boards/snps/hsdk4xd/support/ |
D | openocd.cfg | 36 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}] 61 set _coreid [expr {$_coreid + 1}] 62 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}] 76 set _coreid [expr {$_coreid + 1}] 77 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}] 92 set _coreid [expr {$_coreid + 1}] 93 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}] 107 set _coreid [expr {$_coreid + 1}] 108 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}]
|
/Zephyr-latest/include/zephyr/internal/ |
D | syscall_handler.h | 350 #define K_OOPS(expr) \ argument 352 if (expr) { \ 372 #define K_SYSCALL_VERIFY_MSG(expr, fmt, ...) ({ \ argument 373 bool expr_copy = !(expr); \ 395 #define K_SYSCALL_VERIFY(expr) K_SYSCALL_VERIFY_MSG(expr, #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/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/peripheral/src/ |
D | bs_bt_utils.h | 27 #define ASSERT(expr, ...) \ argument 29 if (!(expr)) { \
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | bs_bt_utils.h | 27 #define ASSERT(expr, ...) \ argument 29 if (!(expr)) { \
|
/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/tests/bsim/babblekit/include/babblekit/ |
D | testcase.h | 91 #define TEST_ASSERT(expr, ...) \ argument 93 if (!(expr)) { \
|
/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/l2cap/credits_seg_recv/src/ |
D | common.h | 54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/common/ |
D | utils.h | 34 #define ASSERT(expr, ...) \ argument 36 if (!(expr)) { \
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/ |
D | bs_bt_utils.h | 44 #define ASSERT(expr, ...) \ argument 46 if (!(expr)) { \
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc/src/ |
D | utils.h | 38 #define ASSERT(expr, ...) \ argument 40 if (!(expr)) { \
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/common/ |
D | utils.h | 38 #define ASSERT(expr, ...) \ argument 40 if (!(expr)) { \
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/common/ |
D | utils.h | 38 #define ASSERT(expr, ...) \ argument 40 if (!(expr)) { \
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/ |
D | bs_bt_utils.h | 46 #define ASSERT(expr, ...) \ argument 48 if (!(expr)) { \
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/ |
D | bs_bt_utils.h | 46 #define ASSERT(expr, ...) \ argument 48 if (!(expr)) { \
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | utils.h | 35 #define ASSERT(expr, ...) \ argument 37 if (!(expr)) { \
|