Home
last modified time | relevance | path

Searched refs:expr (Results 26 – 50 of 55) sorted by relevance

123

/Zephyr-latest/tests/bsim/bluetooth/host/security/security_changed_callback/src/
Dbs_bt_utils.h45 #define ASSERT(expr, ...) \ argument
47 if (!(expr)) { \
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dbs_bt_utils.h33 #define BSIM_ASSERT(expr, ...) \ argument
35 if (!(expr)) { \
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dbs_bt_utils.h48 #define ASSERT(expr, ...) \ argument
50 if (!(expr)) { \
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/common/
Dbs_bt_utils.h52 #define ASSERT(expr, ...) \ argument
54 if (!(expr)) { \
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py2583 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 …]
Dkconfig.py174 for expr in mdeps:
175 estr = expr_str(expr)
176 if isinstance(expr, tuple):
Dguiconfig.py2168 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)
Dmenuconfig.py2693 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/
Datomic_xtensa.h81 #define Z__GEN_ATOMXCHG(expr) ({ \ argument
85 res = xtensa_cas(target, cur, (expr)); \
/Zephyr-latest/drivers/dac/
Ddac_ltc166x.c139 #define CALL_WITH_ARG(arg, expr) expr(arg) argument
Ddac_dacx3608.c279 #define CALL_WITH_ARG(arg, expr) expr(arg) argument
Ddac_dacx0508.c411 #define CALL_WITH_ARG(arg, expr) expr(arg) argument
/Zephyr-latest/tests/bsim/bluetooth/ll/
D_compile_permutate_kconfigs.sh68 compile_failures=$(expr $compile_failures + 1)
/Zephyr-latest/cmake/linker/ld/
Dld_script.cmake71 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/
Dring_buffer.h145 #define RING_BUF_ITEM_SIZEOF(expr) DIV_ROUND_UP(sizeof(expr), sizeof(uint32_t)) argument
Dutil.h847 #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.sh75 count=$(expr $idx + $extra_devs)
/Zephyr-latest/boards/snps/iotdk/support/
Dopenocd.cfg39 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}]
/Zephyr-latest/boards/snps/emsdp/support/
Dopenocd.cfg39 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}]
/Zephyr-latest/cmake/linker/armlink/
Dscatter_script.cmake391 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/
Dadc_mcp320x.c339 #define CALL_WITH_ARG(arg, expr) expr(arg) argument
/Zephyr-latest/arch/arm64/core/
Delf.c81 #define AARCH64_PAGE(expr) ((expr) & ~0xFFF) argument
/Zephyr-latest/boards/openisa/rv32m1_vega/support/
Dopenocd_rv32m1_vega_zero_riscy.cfg36 du_select adv [expr $ADBG_USE_HISPEED]
Dopenocd_rv32m1_vega_ri5cy.cfg36 du_select adv [expr $ADBG_USE_HISPEED]
/Zephyr-latest/scripts/net/
Drun-sample-tests.sh416 found=$(expr $found + 1)

123