Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.5.0/include/zephyr/sys/
Dcheck.h14 #define CHECKIF(expr) \ argument
21 #define CHECKIF(expr) \ argument
Dring_buffer.h145 #define RING_BUF_ITEM_SIZEOF(expr) DIV_ROUND_UP(sizeof(expr), sizeof(uint32_t)) argument
/Zephyr-Core-3.5.0/tests/boards/intel_adsp/smoke/src/
Dtests.h14 #define AWAIT(expr) do { \ argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/legacy/src/
Dbs_bt_utils.h27 #define ASSERT(expr, ...) \ argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/peripheral/src/
Dbs_bt_utils.h27 #define ASSERT(expr, ...) \ argument
/Zephyr-Core-3.5.0/modules/hal_rpi_pico/pico/
Dconfig_autogen.h26 #define static_assert(expr, msg...) BUILD_ASSERT((expr), "" msg) argument
/Zephyr-Core-3.5.0/include/zephyr/
Dsyscall_handler.h291 #define Z_OOPS(expr) \ argument
311 #define Z_SYSCALL_VERIFY_MSG(expr, fmt, ...) ({ \ argument
332 #define Z_SYSCALL_VERIFY(expr) Z_SYSCALL_VERIFY_MSG(expr, #expr) argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/adv/resume/src/
Dbs_bt_utils.h44 #define ASSERT(expr, ...) \ argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/settings/src/
Dutils.h35 #define ASSERT(expr, ...) \ argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dcommon.h54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dbs_bt_utils.h46 #define ASSERT(expr, ...) \ argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
Dbs_bt_utils.h46 #define ASSERT(expr, ...) \ argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/credits/src/
Dcommon.h54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/stress/src/
Dcommon.h54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/security_changed_callback/src/
Dbs_bt_utils.h45 #define ASSERT(expr, ...) \ argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/central/src/
Dbs_bt_utils.h44 #define ASSERT(expr, ...) \ argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dbs_bt_utils.h33 #define BSIM_ASSERT(expr, ...) \ argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dbs_bt_utils.h48 #define ASSERT(expr, ...) \ argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/split/common/
Dutils.h34 #define ASSERT(expr, ...) \ argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/id_addr_update/common/
Dbs_bt_utils.h52 #define ASSERT(expr, ...) \ argument
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/sequential/common/
Dutils.h38 #define ASSERT(expr, ...) \ argument
/Zephyr-Core-3.5.0/drivers/dac/
Ddac_ltc166x.c134 #define CALL_WITH_ARG(arg, expr) expr(arg) argument
/Zephyr-Core-3.5.0/scripts/kconfig/
Dkconfiglib.py3819 def warn_select_imply(sym, expr, expr_type): argument
5880 def _strip_dep(self, expr): argument
5987 def expr_value(expr): argument
6059 def expr_str(expr, sc_expr_str_fn=standard_sc_expr_str): argument
6103 def expr_items(expr): argument
6130 def split_expr(expr, op): argument
6315 def _depend_on(sc, expr): argument
6334 def _parenthesize(expr, type_, sc_expr_str_fn): argument
6443 def _expr_depends_on(expr, sym): argument
Dguiconfig.py2168 def _split_expr_info(expr, indent): argument
2205 def sis(expr, val, title): argument
2306 def _expr_str(expr): argument
/Zephyr-Core-3.5.0/include/zephyr/arch/xtensa/
Datomic_xtensa.h61 #define Z__GEN_ATOMXCHG(expr) ({ \ argument

12