OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumElm
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingInternal.h
48
size_t
NumElm
;
InstrProfilingFile.c
94
if (fwrite(IOVecs[I].Data, IOVecs[I].ElmSize, IOVecs[I].
NumElm
, File) !=
95
IOVecs[I].
NumElm
)
InstrProfilingWriter.c
40
size_t Length = IOVecs[I].ElmSize * IOVecs[I].
NumElm
;
Completed in 61 milliseconds