Searched refs:IOVecs (Results 1 – 2 of 2) sorted by relevance
46 static uint32_t bufferWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs, in bufferWriter() argument51 size_t Length = IOVecs[I].ElmSize * IOVecs[I].NumElm; in bufferWriter()52 memcpy(*Buffer, IOVecs[I].Data, Length); in bufferWriter()
21 static uint32_t fileWriter(ProfDataIOVec *IOVecs, uint32_t NumIOVecs, in fileWriter() argument26 if (fwrite(IOVecs[I].Data, IOVecs[I].ElmSize, IOVecs[I].NumElm, File) != in fileWriter()27 IOVecs[I].NumElm) in fileWriter()