Searched refs:BytesToWrite (Results 1 – 2 of 2) sorted by relevance
134 size_t BytesToWrite = IOVecs[I].ElmSize * IOVecs[I].NumElm; in fileWriter() local135 while (BytesToWrite > 0) { in fileWriter()137 (sizeof(uint64_t) > BytesToWrite) ? BytesToWrite : sizeof(uint64_t); in fileWriter()142 BytesToWrite -= PartialWriteLen; in fileWriter()
260 size_t BytesToWrite = Size - (Size % NumBytes); in write() local261 flush_tied_then_write(Ptr, BytesToWrite); in write()262 size_t BytesRemaining = Size - BytesToWrite; in write()265 return write(Ptr + BytesToWrite, BytesRemaining); in write()267 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining); in write()