Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/fs/
Dfs_impl.c14 static const char *const root = "/"; in fs_impl_strip_prefix() local
/Zephyr-Core-2.7.6/scripts/
Dlist_boards.py58 def find_arches_in(root): argument
73 def find_arch2board_set_in(root, arches): argument
/Zephyr-Core-2.7.6/soc/arm/nxp_imx/mcimx7_m4/
Dsoc_clk_freq.c14 uint32_t root; in get_pwm_clock_freq() local
/Zephyr-Core-2.7.6/tests/benchmarks/data_structure_perf/rbtree_perf/src/
Drbtree_perf.c134 void verify_rbtree_perf(struct rbnode *root, struct rbnode *test) in verify_rbtree_perf()
192 struct rbnode *root = tree.root; in test_rbtree_perf() local
/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/src/devicetree/
Dgrutils.py21 def __init__(self, root=None): argument
Ddtlib.py761 def root(self) -> Node: member in DT
/Zephyr-Core-2.7.6/scripts/footprint/
Dsize_report582 def _insert_one_elem(root, path, size): argument
676 def print_any_tree(root, total_size, depth): argument
/Zephyr-Core-2.7.6/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dstate_binding.c20 float root, last, diff; in sqrt() local
/Zephyr-Core-2.7.6/tests/subsys/fs/littlefs/src/
Dtest_lfs_dirops.c166 struct testfs_path root; in check_rename() local
Dtestfs_util.c225 int testfs_build(struct testfs_path *root, in testfs_build()
/Zephyr-Core-2.7.6/lib/libc/minimal/source/stdlib/
Dqsort.c37 int root; in sift_down() local
/Zephyr-Core-2.7.6/include/sys/
Drb.h84 struct rbnode *root; member
/Zephyr-Core-2.7.6/drivers/i2c/
Di2c_tca9546a.c31 const struct device *root; member
/Zephyr-Core-2.7.6/scripts/ci/
Dcheck_compliance.py863 def filter_py(root, fnames): argument