Home
last modified time | relevance | path

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

12

/Zephyr-4.2.1/include/zephyr/sys/
Dcheck.h14 #define CHECKIF(expr) \ argument
15 __ASSERT_NO_MSG(!(expr)); \
21 #define CHECKIF(expr) \ argument
22 if (expr)
Dring_buffer.h162 #define RING_BUF_ITEM_SIZEOF(expr) DIV_ROUND_UP(sizeof(expr), sizeof(uint32_t)) argument
/Zephyr-4.2.1/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-4.2.1/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-4.2.1/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-4.2.1/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-4.2.1/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-4.2.1/tests/bsim/bluetooth/host/att/long_read/
Dbs_macro.h23 #define EXPECT_ZERO(expr) bt_testlib_expect_zero((expr), __FILE__, __LINE__) argument
/Zephyr-4.2.1/modules/hal_rpi_pico/pico/
Dconfig_autogen.h26 #define static_assert(expr, msg...) BUILD_ASSERT((expr), "" msg) argument
/Zephyr-4.2.1/tests/bsim/bluetooth/host/att/open_close/src/
Dbs_macro.h26 #define EXPECT_ZERO(expr) bt_testlib_expect_zero((expr), __FILE__, __LINE__) argument
/Zephyr-4.2.1/scripts/kconfig/
Dkconfiglib.py2581 expr = self._parse_expr(True)
2586 return expr
3121 expr = self._parse_expr(True) if self._check_token(_T_IF) else self.y
3126 return expr
3852 def warn_select_imply(sym, expr, expr_type): argument
3858 for si in split_expr(expr, OR):
6023 def _strip_dep(self, expr): argument
6029 if self.dep is expr:
6033 if expr.__class__ is tuple and expr[0] is AND and expr[2] is self.dep:
6034 return expr[1]
[all …]
Dkconfig.py187 for expr in mdeps:
188 estr = expr_str(expr)
189 if isinstance(expr, tuple):
/Zephyr-4.2.1/include/zephyr/arch/xtensa/
Datomic_xtensa.h81 #define Z__GEN_ATOMXCHG(expr) ({ \ argument
85 res = xtensa_cas(target, cur, (expr)); \
/Zephyr-4.2.1/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-4.2.1/tests/bsim/bluetooth/ll/
D_compile_permutate_kconfigs.sh68 compile_failures=$(expr $compile_failures + 1)
/Zephyr-4.2.1/scripts/dts/
Ddtdoctor_analyzer.py75 def collect_syms(expr): argument
77 for item in kconfiglib.expr_items(expr):
/Zephyr-4.2.1/tests/bsim/bluetooth/mesh/
D_mesh_test.sh75 count=$(expr $idx + $extra_devs)
/Zephyr-4.2.1/scripts/build/
Dgen_app_partitions.py286 def zephyr_linker_symbol(symbol, expr): argument
287 return cmake_list_append("SYMBOLS", {'SYMBOL': symbol, 'EXPR': expr})
352 expr='@z_data_smem_{partition}_part_end@ - @z_data_smem_{partition}_part_start@',
355 expr='@z_data_smem_{partition}_bss_end@ - @z_data_smem_{partition}_bss_start@',
/Zephyr-4.2.1/cmake/linker/iar/
Dconfig_file_script.cmake157 get_property(expr GLOBAL PROPERTY ${symbol}_EXPR)
158 if(NOT DEFINED expr)
895 get_property(expr GLOBAL PROPERTY ${STRING_SYMBOL}_EXPR)
900 string(REPLACE "\\" "" expr "${expr}")
901 string(REGEX MATCHALL "@([^@]*)@" match_res ${expr})
906 string(REPLACE "@${match}@" "${match}" expr ${expr})
914 "${${STRING_STRING}}define image symbol ${symbol} = ${expr};\n"
917 if((expr MATCHES "Base|Limit|Length") OR (expr MATCHES "ADDR\\(|END\\(|SIZE\\("))
932 "${${STRING_STRING}}define image symbol ${symbol} = ${expr};\n"
941 "${${STRING_STRING}}define image symbol ${symbol} = ${expr};\n"
[all …]
/Zephyr-4.2.1/boards/snps/emsdp/support/
Dopenocd.cfg39 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}]
/Zephyr-4.2.1/boards/snps/iotdk/support/
Dopenocd.cfg39 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}]
/Zephyr-4.2.1/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-4.2.1/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"

12