Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 25 of 27) sorted by relevance

12

/components/mm/
A Davl_adpt.c27 aspace->tree.tree.root_node = AVL_ROOT; in _aspace_bst_init()
101 struct util_avl_root *root = &aspace->tree.tree; in _aspace_bst_search()
108 struct util_avl_root *root = &aspace->tree.tree; in _aspace_bst_search_exceed()
145 struct util_avl_root *root = &aspace->tree.tree; in _aspace_bst_search_overlap()
151 struct util_avl_root *root = &aspace->tree.tree; in _aspace_bst_insert()
179 util_avl_remove(node, &aspace->tree.tree); in _aspace_bst_remove()
A Davl_adpt.h26 #define ASPACE_VAREA_FIRST(aspace) (VAREA_ENTRY(util_avl_first(&aspace->tree.tree)))
27 #define ASPACE_VAREA_LAST(aspace) (VAREA_ENTRY(util_avl_last(&aspace->tree.tree)))
37 struct util_avl_root tree; member
A Dmm_aspace.h48 struct _aspace_tree tree; member
/components/drivers/usb/cherryusb/port/pusb2/
A DREADME.md10 - - 1. [FreeRTOS 上作为主机使用键盘/鼠标/U盘](https://gitee.com/phytium_embedded/phytium-free-rtos-sdk/tree/mas…
17 - - 1. [裸机上模拟为一个 U 盘](https://gitee.com/phytium_embedded/phytium-standalone-sdk/tree/master/example…
18 - - 2. [裸机上模拟为一个虚拟串口](https://gitee.com/phytium_embedded/phytium-standalone-sdk/tree/master/example…
19 - - 3. [FreeRTOS 上模拟为一个 U 盘](https://gitee.com/phytium_embedded/phytium-free-rtos-sdk/tree/master/e…
20 - - 4. [FreeRTOS 上模拟为虚拟串口](https://gitee.com/phytium_embedded/phytium-free-rtos-sdk/tree/master/exa…
44 …ost on FreeRTOS](https://gitee.com/phytium_embedded/phytium-free-rtos-sdk/tree/master/example/peri…
50 …ndalone system](https://gitee.com/phytium_embedded/phytium-standalone-sdk/tree/master/example/peri…
51 …ndalone system](https://gitee.com/phytium_embedded/phytium-standalone-sdk/tree/master/example/peri…
52 …ive on FreeRTOS](https://gitee.com/phytium_embedded/phytium-free-rtos-sdk/tree/master/example/peri…
53 …ort on FreeRTOS](https://gitee.com/phytium_embedded/phytium-free-rtos-sdk/tree/master/example/peri…
/components/drivers/core/
A DKconfig2 bool "Enable device driver model with device tree"
5 Enable device driver model with device tree (FDT). It will use more memory
6 to parse and support device tree feature.
/components/lwp/
A Dlwp_avl.h25 #define heightof(tree) ((tree) == AVL_EMPTY ? 0 : (tree)->avl_height) argument
/components/drivers/usb/cherryusb/port/xhci/phytium/
A DREADME.md10 - - 1. [XHCI 平台控制器使用鼠标/键盘/U盘功能](https://gitee.com/phytium_embedded/phytium-free-rtos-sdk/tree/maste…
11 - - 2. [XHCI PCIe控制器使用鼠标/键盘/U盘功能](https://gitee.com/phytium_embedded/phytium-free-rtos-sdk/tree/mas…
45 …drive functions](https://gitee.com/phytium_embedded/phytium-free-rtos-sdk/tree/master/example/peri…
46 …drive functions](https://gitee.com/phytium_embedded/phytium-free-rtos-sdk/tree/master/example/peri…
/components/net/lwip/lwip-1.4.1/doc/
A Dsnmp_agent.txt134 tree must be kept in sorted ascending (lexicographical) order.
141 MIB-2 tree and the optional private MIB.
146 4.0 Object identifiers and the MIB tree.
160 Currently only the .mgmt sub-tree is available and
161 when the SNMP_PRIVATE_MIB is enabled the .private tree
174 changing private tree.
A Dsavannah.txt105 tagged tree. Export is similar to a checkout, except that the CVS metadata
/components/utilities/libadt/
A DKconfig7 bool "AVL tree"
/components/drivers/spi/sfud/
A DREADME.md291 |[/demo/stm32f10x_non_os](https://github.com/armink/SFUD/tree/master/demo/stm32f10x_non_os) |STM32F…
292 |[/demo/stm32f2xx_rtt](https://github.com/armink/SFUD/tree/master/demo/stm32f2xx_rtt) |STM32F2XX +…
293 |[/demo/stm32l475_non_os_qspi](https://github.com/armink/SFUD/tree/master/demo/stm32l475_non_os_qsp…
/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dmib2.c1094 u8_t level, tree; in snmp_insert_arpidx_tree() local
1100 for (tree = 0; tree < 2; tree++) in snmp_insert_arpidx_tree()
1102 if (tree == 0) in snmp_insert_arpidx_tree()
1124 if (tree == 0) in snmp_insert_arpidx_tree()
1166 u8_t fc, tree, level, del_cnt; in snmp_delete_arpidx_tree() local
1171 for (tree = 0; tree < 2; tree++) in snmp_delete_arpidx_tree()
1174 if (tree == 0) in snmp_delete_arpidx_tree()
/components/dfs/dfs_v1/filesystems/cromfs/
A Ddfs_cromfs.c115 #define heightof(tree) ((tree) == AVL_EMPTY ? 0 : (tree)->avl_height) argument
/components/net/lwip/lwip-2.0.3/
A DREADME58 Git source tree.
A DCHANGELOG235 counters are kept in MIB2_STATS, tree/table change function prototypes moved to
4116 * Directory structure somewhat changed; the core/ tree has been
/components/net/lwip/lwip-1.4.1/
A DREADME45 CVS source tree.
/components/dfs/dfs_v2/filesystems/cromfs/
A Ddfs_cromfs.c126 #define heightof(tree) ((tree) == AVL_EMPTY ? 0 : (tree)->avl_height) argument
/components/net/lwip/lwip-2.1.2/
A DREADME64 Git source tree.
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A DPPPD_FOLLOWUP100 pppdump is a ppp tool outside pppd source tree.
199 pppdump is a ppp tool outside pppd source tree.
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A DPPPD_FOLLOWUP100 pppdump is a ppp tool outside pppd source tree.
199 pppdump is a ppp tool outside pppd source tree.
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile1021 # - Make sure the INPUT points to the root of the source tree
1224 # shown in the various tree structured indices initially; the user can expand
1225 # and collapse entries dynamically later on. Doxygen will expand the tree to
1227 # a fully collapsed tree already exceeds this amount). So setting the number of
1228 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1230 # tree by default.
1335 # the table of contents of the HTML help documentation and to the tree view.
1435 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1437 # value is set to YES, a side panel will be generated containing a tree-like
1444 # the root of the tree instead of the PROJECT_NAME. Since the tree basically has
[all …]
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile1032 # - Make sure the INPUT points to the root of the source tree
1235 # shown in the various tree structured indices initially; the user can expand
1236 # and collapse entries dynamically later on. Doxygen will expand the tree to
1238 # a fully collapsed tree already exceeds this amount). So setting the number of
1239 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1241 # tree by default.
1346 # the table of contents of the HTML help documentation and to the tree view.
1446 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1448 # value is set to YES, a side panel will be generated containing a tree-like
1455 # the root of the tree instead of the PROJECT_NAME. Since the tree basically has
[all …]
A Dlwip.Doxyfile.cmake.in1032 # - Make sure the INPUT points to the root of the source tree
1235 # shown in the various tree structured indices initially; the user can expand
1236 # and collapse entries dynamically later on. Doxygen will expand the tree to
1238 # a fully collapsed tree already exceeds this amount). So setting the number of
1239 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1241 # tree by default.
1346 # the table of contents of the HTML help documentation and to the tree view.
1446 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1448 # value is set to YES, a side panel will be generated containing a tree-like
1455 # the root of the tree instead of the PROJECT_NAME. Since the tree basically has
[all …]
/components/drivers/usb/cherryusb/
A DREADME_zh.md202 …tion_zephyr_repo](https://github.com/CherryUSB/lv_port_actions_technology/tree/master/action_techn…
A DREADME.md201 …tion_zephyr_repo](https://github.com/CherryUSB/lv_port_actions_technology/tree/master/action_techn…

Completed in 41 milliseconds

12