OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndVNode
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingPlatformDarwin.c
62
COMPILER_RT_VISIBILITY ValueProfNode *
EndVNode
= &VNodesEnd;
InstrProfilingPlatformLinux.c
73
COMPILER_RT_VISIBILITY ValueProfNode *
EndVNode
= &PROF_VNODES_STOP;
InstrProfilingPlatformOther.c
92
COMPILER_RT_VISIBILITY ValueProfNode *
EndVNode
= 0;
InstrProfilingInternal.h
173
COMPILER_RT_VISIBILITY extern ValueProfNode *
EndVNode
;
InstrProfilingValue.c
114
if (CurrentVNode + 1 >
EndVNode
) {
125
/* Due to section padding,
EndVNode
point to a byte which is one pass
127
if (Node + 1 >
EndVNode
)
Completed in 421 milliseconds