Home
last modified time | relevance | path

Searched defs:BytesRead (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/lldb/unittests/TestingSupport/Host/
DNativeProcessTestUtils.h65 size_t &BytesRead) /*override*/ { in ReadMemory()
99 size_t BytesRead; in ReadMemoryWithoutTrap() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DStreamingMemoryObject.h51 mutable size_t BytesRead; // Bytes read from stream variable
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/
DStreamingMemoryObject.h51 mutable size_t BytesRead; // Bytes read from stream variable
/external/llvm-project/libc/utils/testutils/
DFDReaderUnix.cpp40 for (int BytesRead; (BytesRead = ::read(pipefd[0], Buffer, ChunkSize));) { in matchWritten() local
/external/llvm/include/llvm/Support/
DStreamingMemoryObject.h51 mutable size_t BytesRead; // Bytes read from stream variable
/external/llvm-project/compiler-rt/lib/xray/
Dxray_x86_64.cpp31 ssize_t BytesRead; in retryingReadSome() local
55 ssize_t BytesRead; in readValueFromFile() local
/external/webrtc/test/fuzzers/
Dfuzz_data_helper.h93 size_t BytesRead() const { return data_ix_; } in BytesRead() function
/external/tensorflow/tensorflow/core/lib/io/
Dtable_test.cc145 uint64 BytesRead() const { return bytes_read_; } in BytesRead() function in tensorflow::table::StringSource
248 uint64 BytesRead() const { return source_->BytesRead(); } in BytesRead() function in tensorflow::table::TableConstructor
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamReader.h171 unsigned BytesRead; in fillCurWord() local
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamReader.h172 unsigned BytesRead; in fillCurWord() local
DBitstreamWriter.h173 ssize_t BytesRead = FS->read(Bytes, BytesFromDisk); in BackpatchWord() local
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h244 uint64_t BytesRead = in fillCurWord() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp965 int BytesRead = 0, BytesWritten = 0; in copy_file_internal() local
1023 int BytesRead = 0; in md5_contents() local
/external/llvm-project/llvm/lib/Support/
DPath.cpp992 int BytesRead = 0, BytesWritten = 0; in copy_file_internal() local
1050 int BytesRead = 0; in md5_contents() local
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h663 uint64_t BytesRead = fillBuffer(Array, sizeof(Array), NextChar); in fillCurWord() local
/external/llvm-project/llvm/unittests/Support/
DPath.cpp1822 if (Expected<size_t> BytesRead = fs::readNativeFile( in TEST_F() local
1842 if (Expected<size_t> BytesRead = fs::readNativeFileSlice( in TEST_F() local
/external/llvm/lib/Support/
DPath.cpp905 int BytesRead = 0, BytesWritten = 0; in copy_file() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp907 int BytesRead = 0, BytesWritten = 0; in copy_file() local
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1474 SizeT BytesRead = 0; in translate() local