Searched refs:NumElm (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h48 size_t NumElm; member in struct:ProfDataIOVec
H A DInstrProfilingFile.c30 if (fwrite(IOVecs[I].Data, IOVecs[I].ElmSize, IOVecs[I].NumElm, File) !=
31 IOVecs[I].NumElm)
H A DInstrProfilingWriter.c29 size_t Length = IOVecs[I].ElmSize * IOVecs[I].NumElm;

Completed in 100 milliseconds