Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp260 size_t BytesToWrite = Size - (Size % NumBytes); in write() local
261 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()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dhttpext.d94 DWORD BytesToWrite; member