OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EMPTY_ROTATING_TREE
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
rotatingtree.h
13
#define
EMPTY_ROTATING_TREE
((rotating_node_t *)NULL)
_lsprof.c
249
self->calls =
EMPTY_ROTATING_TREE
;
305
pObj->profilerEntries =
EMPTY_ROTATING_TREE
;
576
if (entry->calls !=
EMPTY_ROTATING_TREE
) {
/external/python/cpython2/Modules/
rotatingtree.h
13
#define
EMPTY_ROTATING_TREE
((rotating_node_t *)NULL)
_lsprof.c
249
self->calls =
EMPTY_ROTATING_TREE
;
305
pObj->profilerEntries =
EMPTY_ROTATING_TREE
;
576
if (entry->calls !=
EMPTY_ROTATING_TREE
) {
Completed in 73 milliseconds