Home
last modified time | relevance | path

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

123

/Zephyr-latest/include/zephyr/sys/
Dcheck.h14 #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/
Dtests.h14 #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/
Dutils.h21 #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/
Dopenocd.cfg36 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)}]
Dopenocd-2-cores.cfg36 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/
Dopenocd.cfg36 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/
Dsyscall_handler.h350 #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/
Dconfig_autogen.h26 #define static_assert(expr, msg...) BUILD_ASSERT((expr), "" msg) 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/peripheral/src/
Dbs_bt_utils.h27 #define ASSERT(expr, ...) \ argument
29 if (!(expr)) { \
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/
Dbs_bt_utils.h27 #define ASSERT(expr, ...) \ argument
29 if (!(expr)) { \
/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/tests/bsim/babblekit/include/babblekit/
Dtestcase.h91 #define TEST_ASSERT(expr, ...) \ argument
93 if (!(expr)) { \
/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/l2cap/credits_seg_recv/src/
Dcommon.h54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/common/
Dutils.h34 #define ASSERT(expr, ...) \ argument
36 if (!(expr)) { \
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/
Dbs_bt_utils.h44 #define ASSERT(expr, ...) \ argument
46 if (!(expr)) { \
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc/src/
Dutils.h38 #define ASSERT(expr, ...) \ argument
40 if (!(expr)) { \
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/common/
Dutils.h38 #define ASSERT(expr, ...) \ argument
40 if (!(expr)) { \
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/common/
Dutils.h38 #define ASSERT(expr, ...) \ argument
40 if (!(expr)) { \
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dbs_bt_utils.h46 #define ASSERT(expr, ...) \ argument
48 if (!(expr)) { \
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
Dbs_bt_utils.h46 #define ASSERT(expr, ...) \ argument
48 if (!(expr)) { \
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dutils.h35 #define ASSERT(expr, ...) \ argument
37 if (!(expr)) { \

123