Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 12 of 12) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/core/
A Dmemp.c105 t = *desc->tab; in memp_sanity()
183 *desc->tab = NULL; in memp_init_pool()
195 memp->next = *desc->tab; in memp_init_pool()
196 *desc->tab = memp; in memp_init_pool()
259 memp = *desc->tab; in do_memp_malloc_pool()
268 *desc->tab = memp->next; in do_memp_malloc_pool()
385 memp->next = *desc->tab; in do_memp_free_pool()
386 *desc->tab = memp; in do_memp_free_pool()
437 old_first = *memp_pools[type]->tab; in memp_free()
/components/net/lwip/lwip-2.0.3/src/core/
A Dmemp.c105 t = *desc->tab; in memp_sanity()
238 *desc->tab = NULL; in memp_init_pool()
242 memp->next = *desc->tab; in memp_init_pool()
243 *desc->tab = memp; in memp_init_pool()
306 memp = *desc->tab; in do_memp_malloc_pool()
316 *desc->tab = memp->next; in do_memp_malloc_pool()
434 memp->next = *desc->tab; in do_memp_free_pool()
435 *desc->tab = memp; in do_memp_free_pool()
486 old_first = *memp_pools[type]->tab; in memp_free()
/components/drivers/usb/cherryusb/
A D.clang-format166 # tab宽度
168 # 使用tab字符: Never, ForIndentation, ForContinuationAndIndentation, Always
/components/dfs/dfs_v2/filesystems/procfs/
A Dproc.c554 static void dump_proc_subtree(struct proc_dentry *dentry, int tab) in dump_proc_subtree() argument
565 for(int i = 0; i < tab; i ++) in dump_proc_subtree()
567 rt_kprintf("%-4s", i + 1 >= tab ? "|-" : " "); in dump_proc_subtree()
573 dump_proc_subtree(iter, tab + 1); in dump_proc_subtree()
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dmemp_priv.h129 struct memp **tab; member
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dmemp_priv.h151 struct memp **tab; member
/components/net/lwip/lwip-2.0.3/doc/
A Dcontrib.txt17 2. indentation is two spaces per level (i.e. per tab).
/components/net/lwip/lwip-2.1.2/doc/
A Dcontrib.txt17 2. indentation is two spaces per level (i.e. per tab).
/components/net/lwip/lwip-1.4.1/doc/
A Dcontrib.txt17 2. indentation is two spaces per level (i.e. per tab).
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile225 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
1445 # the same information as the tab index, you could consider setting
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile225 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
1456 # the same information as the tab index, you could consider setting
A Dlwip.Doxyfile.cmake.in225 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
1456 # the same information as the tab index, you could consider setting

Completed in 21 milliseconds