Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp260 size_t BytesToWrite = Size - (Size % NumBytes); in write() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c134 size_t BytesToWrite = IOVecs[I].ElmSize * IOVecs[I].NumElm; in fileWriter() local