Home
last modified time | relevance | path

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

12

/Zephyr-latest/include/zephyr/sys/
Dcheck.h14 #define CHECKIF(expr) \ argument
15 __ASSERT_NO_MSG(!(expr)); \
21 #define CHECKIF(expr) \ argument
22 if (expr)
Dring_buffer.h161 #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/babblekit/include/babblekit/
Dtestcase.h91 #define TEST_ASSERT(expr, ...) \ argument
93 if (!(expr)) { \
106 #define TEST_ASSERT_NO_MSG(expr) \ argument
107 TEST_ASSERT(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/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/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/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/tests/bsim/bluetooth/host/att/long_read/
Dbs_macro.h23 #define EXPECT_ZERO(expr) bt_testlib_expect_zero((expr), __FILE__, __LINE__) 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/open_close/src/
Dbs_macro.h26 #define EXPECT_ZERO(expr) bt_testlib_expect_zero((expr), __FILE__, __LINE__) argument
/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):
/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.c280 #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/cmake/linker/iar/
Dconfig_file_script.cmake152 get_property(expr GLOBAL PROPERTY ${symbol}_EXPR)
153 if(NOT DEFINED expr)
856 get_property(expr GLOBAL PROPERTY ${STRING_SYMBOL}_EXPR)
861 string(REPLACE "\\" "" expr "${expr}")
862 string(REGEX MATCHALL "@([^@]*)@" match_res ${expr})
867 string(REPLACE "@${match}@" "${match}" expr ${expr})
875 "${${STRING_STRING}}define image symbol ${symbol} = ${expr};\n"
878 if((expr MATCHES "Base|Limit|Length") OR (expr MATCHES "ADDR\\(|END\\(|SIZE\\("))
893 "${${STRING_STRING}}define image symbol ${symbol} = ${expr};\n"
902 "${${STRING_STRING}}define image symbol ${symbol} = ${expr};\n"
[all …]
/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

12