Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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()