Home
last modified time | relevance | path

Searched defs:BytesToWrite (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Draw_ostream.cpp266 size_t BytesToWrite = Size - (Size % NumBytes); in write() local
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingFile.c261 size_t BytesToWrite = IOVecs[I].ElmSize * IOVecs[I].NumElm; in fileWriter() local