HomeSort by relevance Sort by last modified time
    Searched refs:RotatingTree_Enum (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
rotatingtree.h 26 int RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn,
rotatingtree.c 105 A non-zero value is directly returned by RotatingTree_Enum(). */
107 RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn,
113 result = RotatingTree_Enum(root->left, enumfn, arg);
_lsprof.c 296 RotatingTree_Enum(entry->calls, freeSubEntry, NULL);
304 RotatingTree_Enum(pObj->profilerEntries, freeEntry, NULL);
580 if (RotatingTree_Enum(entry->calls,
646 if (RotatingTree_Enum(pObj->profilerEntries, statsForEntry, &collect)
  /external/python/cpython2/Modules/
rotatingtree.h 26 int RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn,
rotatingtree.c 105 A non-zero value is directly returned by RotatingTree_Enum(). */
107 RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn,
113 result = RotatingTree_Enum(root->left, enumfn, arg);
_lsprof.c 296 RotatingTree_Enum(entry->calls, freeSubEntry, NULL);
304 RotatingTree_Enum(pObj->profilerEntries, freeEntry, NULL);
580 if (RotatingTree_Enum(entry->calls,
646 if (RotatingTree_Enum(pObj->profilerEntries, statsForEntry, &collect)
  /external/python/cpython3/Modules/
rotatingtree.h 26 int RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn,
rotatingtree.c 105 A non-zero value is directly returned by RotatingTree_Enum(). */
107 RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn,
113 result = RotatingTree_Enum(root->left, enumfn, arg);
_lsprof.c 295 RotatingTree_Enum(entry->calls, freeSubEntry, NULL);
303 RotatingTree_Enum(pObj->profilerEntries, freeEntry, NULL);
577 if (RotatingTree_Enum(entry->calls,
643 if (RotatingTree_Enum(pObj->profilerEntries, statsForEntry, &collect)

Completed in 2264 milliseconds