HomeSort by relevance Sort by last modified time
    Searched refs:NumElm (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfilingInternal.h 47 size_t NumElm;
InstrProfilingBuffer.c 51 size_t Length = IOVecs[I].ElmSize * IOVecs[I].NumElm;
InstrProfilingFile.c 26 if (fwrite(IOVecs[I].Data, IOVecs[I].ElmSize, IOVecs[I].NumElm, File) !=
27 IOVecs[I].NumElm)

Completed in 211 milliseconds