/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | check.h | 14 #define CHECKIF(expr) \ argument 21 #define CHECKIF(expr) \ argument
|
D | ring_buffer.h | 145 #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/ |
D | tests.h | 14 #define AWAIT(expr) do { \ argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | bs_bt_utils.h | 27 #define ASSERT(expr, ...) \ argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/peripheral/src/ |
D | bs_bt_utils.h | 27 #define ASSERT(expr, ...) \ argument
|
/Zephyr-Core-3.5.0/modules/hal_rpi_pico/pico/ |
D | config_autogen.h | 26 #define static_assert(expr, msg...) BUILD_ASSERT((expr), "" msg) argument
|
/Zephyr-Core-3.5.0/include/zephyr/ |
D | syscall_handler.h | 291 #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/ |
D | bs_bt_utils.h | 44 #define ASSERT(expr, ...) \ argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | utils.h | 35 #define ASSERT(expr, ...) \ argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/ |
D | common.h | 54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/ |
D | bs_bt_utils.h | 46 #define ASSERT(expr, ...) \ argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/ |
D | bs_bt_utils.h | 46 #define ASSERT(expr, ...) \ argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/credits/src/ |
D | common.h | 54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | common.h | 54 #define ASSERT(expr, ...) if (!(expr)) {FAIL(__VA_ARGS__); } argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/security_changed_callback/src/ |
D | bs_bt_utils.h | 45 #define ASSERT(expr, ...) \ argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/central/src/ |
D | bs_bt_utils.h | 44 #define ASSERT(expr, ...) \ argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/sc_indicate/src/ |
D | bs_bt_utils.h | 33 #define BSIM_ASSERT(expr, ...) \ argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/bond_per_connection/src/ |
D | bs_bt_utils.h | 48 #define ASSERT(expr, ...) \ argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/split/common/ |
D | utils.h | 34 #define ASSERT(expr, ...) \ argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/id_addr_update/common/ |
D | bs_bt_utils.h | 52 #define ASSERT(expr, ...) \ argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/sequential/common/ |
D | utils.h | 38 #define ASSERT(expr, ...) \ argument
|
/Zephyr-Core-3.5.0/drivers/dac/ |
D | dac_ltc166x.c | 134 #define CALL_WITH_ARG(arg, expr) expr(arg) argument
|
/Zephyr-Core-3.5.0/scripts/kconfig/ |
D | kconfiglib.py | 3819 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
|
D | guiconfig.py | 2168 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/ |
D | atomic_xtensa.h | 61 #define Z__GEN_ATOMXCHG(expr) ({ \ argument
|