Home
last modified time | relevance | path

Searched refs:EMPTY_ROTATING_TREE (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
Drotatingtree.h13 #define EMPTY_ROTATING_TREE ((rotating_node_t *)NULL) macro
D_lsprof.c248 self->calls = EMPTY_ROTATING_TREE; in newProfilerEntry()
304 pObj->profilerEntries = EMPTY_ROTATING_TREE; in clearEntries()
573 if (entry->calls != EMPTY_ROTATING_TREE) { in statsForEntry()
/external/python/cpython2/Modules/
Drotatingtree.h13 #define EMPTY_ROTATING_TREE ((rotating_node_t *)NULL) macro
D_lsprof.c249 self->calls = EMPTY_ROTATING_TREE; in newProfilerEntry()
305 pObj->profilerEntries = EMPTY_ROTATING_TREE; in clearEntries()
576 if (entry->calls != EMPTY_ROTATING_TREE) { in statsForEntry()