/Zephyr-latest/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 | 161 #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/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/modules/hal_rpi_pico/pico/ |
D | config_autogen.h | 26 #define static_assert(expr, msg...) BUILD_ASSERT((expr), "" msg) argument
|
/Zephyr-latest/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-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):
|
/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 | 280 #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/cmake/linker/iar/ |
D | config_file_script.cmake | 152 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.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
|