/Zephyr-latest/tests/bsim/bluetooth/host/security/security_changed_callback/src/ |
D | bs_bt_utils.h | 45 #define ASSERT(expr, ...) \ argument 47 if (!(expr)) { \
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/ |
D | bs_bt_utils.h | 33 #define BSIM_ASSERT(expr, ...) \ argument 35 if (!(expr)) { \
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/ |
D | bs_bt_utils.h | 48 #define ASSERT(expr, ...) \ argument 50 if (!(expr)) { \
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/common/ |
D | bs_bt_utils.h | 52 #define ASSERT(expr, ...) \ argument 54 if (!(expr)) { \
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 2583 expr = self._parse_expr(True) 2588 return expr 3125 expr = self._parse_expr(True) if self._check_token(_T_IF) else self.y 3130 return expr 3857 def warn_select_imply(sym, expr, expr_type): argument 3863 for si in split_expr(expr, OR): 5925 def _strip_dep(self, expr): argument 5931 if self.dep is expr: 5935 if expr.__class__ is tuple and expr[0] is AND and expr[2] is self.dep: 5936 return expr[1] [all …]
|
D | kconfig.py | 174 for expr in mdeps: 175 estr = expr_str(expr) 176 if isinstance(expr, tuple):
|
D | guiconfig.py | 2168 def _split_expr_info(expr, indent): argument 2177 if len(split_expr(expr, AND)) > 1: 2185 for i, term in enumerate(split_expr(expr, split_op)): 2205 def sis(expr, val, title): argument 2207 sis = [si for si in split_expr(expr, OR) if expr_value(si) == val] 2306 def _expr_str(expr): argument 2308 return expr_str(expr, _name_and_val_str)
|
D | menuconfig.py | 2693 def _split_expr_info(expr, indent): argument 2702 if len(split_expr(expr, AND)) > 1: 2710 for i, term in enumerate(split_expr(expr, split_op)): 2730 def sis(expr, val, title): argument 2732 sis = [si for si in split_expr(expr, OR) if expr_value(si) == val] 2838 def _expr_str(expr): argument 2840 return expr_str(expr, _name_and_val_str)
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | atomic_xtensa.h | 81 #define Z__GEN_ATOMXCHG(expr) ({ \ argument 85 res = xtensa_cas(target, cur, (expr)); \
|
/Zephyr-latest/drivers/dac/ |
D | dac_ltc166x.c | 139 #define CALL_WITH_ARG(arg, expr) expr(arg) argument
|
D | dac_dacx3608.c | 279 #define CALL_WITH_ARG(arg, expr) expr(arg) argument
|
D | dac_dacx0508.c | 411 #define CALL_WITH_ARG(arg, expr) expr(arg) argument
|
/Zephyr-latest/tests/bsim/bluetooth/ll/ |
D | _compile_permutate_kconfigs.sh | 68 compile_failures=$(expr $compile_failures + 1)
|
/Zephyr-latest/cmake/linker/ld/ |
D | ld_script.cmake | 71 get_property(expr GLOBAL PROPERTY ${STRING_SYMBOL}_EXPR) 76 string(REPLACE "\\" "" expr "${expr}") 77 string(REGEX MATCHALL "@([^@]*)@" match_res ${expr}) 81 string(REPLACE "@${match}@" "${match}" expr ${expr}) 84 set(${STRING_STRING} "${${STRING_STRING}}\n${symbol} = ${expr};\n" PARENT_SCOPE)
|
/Zephyr-latest/include/zephyr/sys/ |
D | ring_buffer.h | 145 #define RING_BUF_ITEM_SIZEOF(expr) DIV_ROUND_UP(sizeof(expr), sizeof(uint32_t)) argument
|
D | util.h | 847 #define WAIT_FOR(expr, timeout, delay_stmt) \ argument 851 while (!(expr) && (_wf_cycle_count > (k_cycle_get_32() - _wf_start))) { \ 855 (expr); \
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/ |
D | _mesh_test.sh | 75 count=$(expr $idx + $extra_devs)
|
/Zephyr-latest/boards/snps/iotdk/support/ |
D | openocd.cfg | 39 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}]
|
/Zephyr-latest/boards/snps/emsdp/support/ |
D | openocd.cfg | 39 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}]
|
/Zephyr-latest/cmake/linker/armlink/ |
D | scatter_script.cmake | 391 get_property(expr GLOBAL PROPERTY ${STRING_SYMBOL}_EXPR) 396 string(REPLACE "\\" "" expr "${expr}") 397 string(REGEX MATCHALL "@([^@]*)@" match_res ${expr}) 402 string(REPLACE "@${match}@" "ImageBase(${symbol_val})" expr ${expr}) 414 "${${STRING_STRING}}\n ${symbol} ${expr} ${subalign} ${size} { }\n"
|
/Zephyr-latest/drivers/adc/ |
D | adc_mcp320x.c | 339 #define CALL_WITH_ARG(arg, expr) expr(arg) argument
|
/Zephyr-latest/arch/arm64/core/ |
D | elf.c | 81 #define AARCH64_PAGE(expr) ((expr) & ~0xFFF) argument
|
/Zephyr-latest/boards/openisa/rv32m1_vega/support/ |
D | openocd_rv32m1_vega_zero_riscy.cfg | 36 du_select adv [expr $ADBG_USE_HISPEED]
|
D | openocd_rv32m1_vega_ri5cy.cfg | 36 du_select adv [expr $ADBG_USE_HISPEED]
|
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 416 found=$(expr $found + 1)
|