Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_x86_64.cpp30 auto BytesToRead = std::distance(Begin, End); in retryingReadSome() local
33 while (BytesToRead && (BytesRead = read(Fd, Begin, BytesToRead))) { in retryingReadSome()
42 BytesToRead -= BytesRead; in retryingReadSome()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc1265 DWORD BytesToRead =
1268 if (::ReadFile(FileHandle, Buf.data(), BytesToRead, &BytesRead, Overlap))