Searched refs:RotatingTree_Enum (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Modules/ |
D | rotatingtree.c | 107 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()
|
D | rotatingtree.h | 26 int RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn,
|
D | _lsprof.c | 295 RotatingTree_Enum(entry->calls, freeSubEntry, NULL); in freeEntry() 303 RotatingTree_Enum(pObj->profilerEntries, freeEntry, NULL); in clearEntries() 577 if (RotatingTree_Enum(entry->calls, in statsForEntry() 643 if (RotatingTree_Enum(pObj->profilerEntries, statsForEntry, &collect) in profiler_getstats()
|
/external/python/cpython2/Modules/ |
D | rotatingtree.c | 107 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()
|
D | rotatingtree.h | 26 int RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn,
|
D | _lsprof.c | 296 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()
|