Home
last modified time | relevance | path

Searched refs:RotatingTree_Enum (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Drotatingtree.c107 RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn, in RotatingTree_Enum() function
113 result = RotatingTree_Enum(root->left, enumfn, arg); in RotatingTree_Enum()
Drotatingtree.h26 int RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn,
D_lsprof.c296 RotatingTree_Enum(entry->calls, freeSubEntry, NULL); in freeEntry()
304 RotatingTree_Enum(pObj->profilerEntries, freeEntry, NULL); in clearEntries()
580 if (RotatingTree_Enum(entry->calls, in statsForEntry()
646 if (RotatingTree_Enum(pObj->profilerEntries, statsForEntry, &collect) in profiler_getstats()