Searched refs:NumRead (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c159 size_t NumRead = fread(PListBuf, 1, (size_t)PListFileSize, PropertyList);
160 if (NumRead != (size_t)PListFileSize)
166 NULL, PListBuf, (CFIndex)NumRead, AllocatorNull);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp140 ssize_t NumRead = read(CmdLineFD, ExeName, PATH_MAX+1); local
149 while (Idx < NumRead-1 && ExeName[Idx] != 0) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp236 ssize_t NumRead = llvm::sys::RetryAfterSignal(-1, read, InotifyFD, Buf, local
238 for (char *P = Buf; P < Buf + NumRead;) {
239 if (P + sizeof(struct inotify_event) > Buf + NumRead) {

Completed in 106 milliseconds