| /Zephyr-4.2.1/include/zephyr/sys/ |
| D | check.h | 14 #define CHECKIF(expr) \ argument 15 __ASSERT_NO_MSG(!(expr)); \ 21 #define CHECKIF(expr) \ argument 22 if (expr)
|
| D | ring_buffer.h | 162 #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/ |
| D | tests.h | 14 #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/ |
| D | testcase.h | 91 #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/ |
| D | openocd.cfg | 36 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/ |
| D | openocd.cfg | 36 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)}]
|
| D | openocd-2-cores.cfg | 36 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/ |
| D | syscall_handler.h | 350 #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/ |
| D | bs_macro.h | 23 #define EXPECT_ZERO(expr) bt_testlib_expect_zero((expr), __FILE__, __LINE__) argument
|
| /Zephyr-4.2.1/modules/hal_rpi_pico/pico/ |
| D | config_autogen.h | 26 #define static_assert(expr, msg...) BUILD_ASSERT((expr), "" msg) argument
|
| /Zephyr-4.2.1/tests/bsim/bluetooth/host/att/open_close/src/ |
| D | bs_macro.h | 26 #define EXPECT_ZERO(expr) bt_testlib_expect_zero((expr), __FILE__, __LINE__) argument
|
| /Zephyr-4.2.1/scripts/kconfig/ |
| D | kconfiglib.py | 2581 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 …]
|
| D | kconfig.py | 187 for expr in mdeps: 188 estr = expr_str(expr) 189 if isinstance(expr, tuple):
|
| /Zephyr-4.2.1/include/zephyr/arch/xtensa/ |
| D | atomic_xtensa.h | 81 #define Z__GEN_ATOMXCHG(expr) ({ \ argument 85 res = xtensa_cas(target, cur, (expr)); \
|
| /Zephyr-4.2.1/drivers/dac/ |
| D | dac_ltc166x.c | 139 #define CALL_WITH_ARG(arg, expr) expr(arg) argument
|
| D | dac_dacx3608.c | 280 #define CALL_WITH_ARG(arg, expr) expr(arg) argument
|
| /Zephyr-4.2.1/tests/bsim/bluetooth/ll/ |
| D | _compile_permutate_kconfigs.sh | 68 compile_failures=$(expr $compile_failures + 1)
|
| /Zephyr-4.2.1/scripts/dts/ |
| D | dtdoctor_analyzer.py | 75 def collect_syms(expr): argument 77 for item in kconfiglib.expr_items(expr):
|
| /Zephyr-4.2.1/tests/bsim/bluetooth/mesh/ |
| D | _mesh_test.sh | 75 count=$(expr $idx + $extra_devs)
|
| /Zephyr-4.2.1/scripts/build/ |
| D | gen_app_partitions.py | 286 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/ |
| D | config_file_script.cmake | 157 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/ |
| D | openocd.cfg | 39 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}]
|
| /Zephyr-4.2.1/boards/snps/iotdk/support/ |
| D | openocd.cfg | 39 set _dbgbase [expr {0x00000000 | ($_coreid << 13)}]
|
| /Zephyr-4.2.1/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-4.2.1/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"
|