Home
last modified time | relevance | path

Searched defs:root (Results 1 – 17 of 17) sorted by relevance

/Zephyr-Core-3.5.0/subsys/fs/
Dfs_impl.c14 static const char *const root = "/"; in fs_impl_strip_prefix() local
/Zephyr-Core-3.5.0/scripts/
Dlist_boards.py56 def find_arches_in(root): argument
71 def find_arch2board_set_in(root, arches): argument
/Zephyr-Core-3.5.0/soc/arm/nxp_imx/mcimx7_m4/
Dsoc_clk_freq.c14 uint32_t root; in get_pwm_clock_freq() local
/Zephyr-Core-3.5.0/soc/arm/nxp_imx/mcimx6x_m4/
Dsoc_clk_freq.c15 uint32_t root; in get_pwm_clock_freq() local
/Zephyr-Core-3.5.0/lib/libc/minimal/source/math/
Dsqrtf.c21 float root; in sqrtf() local
Dsqrt.c22 double root; in sqrt() local
/Zephyr-Core-3.5.0/tests/benchmarks/data_structure_perf/rbtree_perf/src/
Drbtree_perf.c134 static void verify_rbtree_perf(struct rbnode *root, struct rbnode *test) in verify_rbtree_perf()
192 struct rbnode *root = test_rbtree.root; in ZTEST() local
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/src/devicetree/
Dgrutils.py21 def __init__(self, root=None): argument
Ddtlib.py772 def root(self) -> Node: member in DT
/Zephyr-Core-3.5.0/scripts/footprint/
Dsize_report585 def _insert_one_elem(root, path, size): argument
679 def print_any_tree(root, total_size, depth): argument
/Zephyr-Core-3.5.0/drivers/pcie/host/
Dptm.h19 uint32_t root : 1; member
/Zephyr-Core-3.5.0/tests/subsys/fs/common/
Dtest_fs_dirops.c148 struct testfs_path root; in check_rename() local
Dtest_fs_util.c225 int testfs_build(struct testfs_path *root, in testfs_build()
/Zephyr-Core-3.5.0/include/zephyr/sys/
Drb.h93 struct rbnode *root; member
/Zephyr-Core-3.5.0/lib/libc/minimal/source/stdlib/
Dqsort.c54 int root; in sift_down() local
/Zephyr-Core-3.5.0/drivers/i2c/
Di2c_tca954x.c29 const struct device *root; member
/Zephyr-Core-3.5.0/scripts/ci/
Dcheck_compliance.py958 def filter_py(root, fnames): argument