HomeSort by relevance Sort by last modified time
    Searched refs:BytesRead (Results 1 - 25 of 49) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
recv.c 51 ssize_t BytesRead;
56 BytesRead = recvfrom ( s,
66 return BytesRead;
read.c 44 ssize_t BytesRead;
49 BytesRead = recvfrom ( pDescriptor->MyFD,
59 return BytesRead;
  /external/llvm/include/llvm/Support/
StreamingMemoryObject.h 51 mutable size_t BytesRead; // Bytes read from stream
56 // Fetch enough bytes such that Pos can be read (i.e. BytesRead >
63 while (Pos >= BytesRead) {
66 Bytes.resize(BytesRead + BytesSkipped + kChunkSize);
67 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped],
69 BytesRead += bytes;
72 ObjectSize = BytesRead;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
StreamingMemoryObject.h 51 mutable size_t BytesRead; // Bytes read from stream
56 // Fetch enough bytes such that Pos can be read (i.e. BytesRead >
63 while (Pos >= BytesRead) {
66 Bytes.resize(BytesRead + BytesSkipped + kChunkSize);
67 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped],
69 BytesRead += bytes;
72 ObjectSize = BytesRead;
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/
StreamingMemoryObject.h 51 mutable size_t BytesRead; // Bytes read from stream
56 // Fetch enough bytes such that Pos can be read (i.e. BytesRead >
63 while (Pos >= BytesRead) {
66 Bytes.resize(BytesRead + BytesSkipped + kChunkSize);
67 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped],
69 BytesRead += bytes;
72 ObjectSize = BytesRead;
  /external/llvm/lib/Support/
StreamingMemoryObject.cpp 81 size_t pos = BytesRead + kChunkSize;
92 // smaller than BytesRead.
94 (ObjectSize && ObjectSize < BytesRead) ? ObjectSize : BytesRead;
114 if (BytesRead < s) return true;
116 BytesRead -= s;
123 if (ObjectSize <= BytesRead)
134 : Bytes(kChunkSize), Streamer(std::move(Streamer)), BytesRead(0),
136 BytesRead = this->Streamer->GetBytes(&Bytes[0], kChunkSize);
  /external/swiftshader/third_party/subzero/pnacl-llvm/
StreamingMemoryObject.cpp 81 size_t pos = BytesRead + kChunkSize;
92 // smaller than BytesRead.
94 (ObjectSize && ObjectSize < BytesRead) ? ObjectSize : BytesRead;
114 if (BytesRead < s) return true;
116 BytesRead -= s;
123 if (ObjectSize <= BytesRead)
134 : Bytes(kChunkSize), Streamer(std::move(Streamer)), BytesRead(0),
136 BytesRead = this->Streamer->GetBytes(&Bytes[0], kChunkSize);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
MemoryFile.c 62 UINT32 BytesRead;
65 Status = GetFileImage (InputFileName, &InputFileImage, &BytesRead);
78 NewMemoryFile->Eof = InputFileImage + BytesRead;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2MouseDxe/
CommPs2.c 471 UINTN BytesRead;
486 for (BytesRead = 0; BytesRead < *BufSize; BytesRead++) {
492 Buffer[BytesRead] = IoRead8 (KBC_DATA_PORT);
497 if (BytesRead == 0 || BytesRead != *BufSize) {
501 *BufSize = BytesRead;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 165 unsigned BytesRead;
167 BytesRead = sizeof(word_t);
173 BytesRead = BitcodeBytes.size() - NextChar;
175 for (unsigned B = 0; B != BytesRead; ++B)
178 NextChar += BytesRead;
179 BitsInCurWord = BytesRead * 8;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitstreamReader.h 165 unsigned BytesRead;
167 BytesRead = sizeof(word_t);
173 BytesRead = BitcodeBytes.size() - NextChar;
175 for (unsigned B = 0; B != BytesRead; ++B)
178 NextChar += BytesRead;
179 BitsInCurWord = BytesRead * 8;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitstreamReader.h 165 unsigned BytesRead;
167 BytesRead = sizeof(word_t);
173 BytesRead = BitcodeBytes.size() - NextChar;
175 for (unsigned B = 0; B != BytesRead; ++B)
178 NextChar += BytesRead;
179 BitsInCurWord = BytesRead * 8;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitstreamReader.h 165 unsigned BytesRead;
167 BytesRead = sizeof(word_t);
173 BytesRead = BitcodeBytes.size() - NextChar;
175 for (unsigned B = 0; B != BytesRead; ++B)
178 NextChar += BytesRead;
179 BitsInCurWord = BytesRead * 8;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitstreamReader.h 165 unsigned BytesRead;
167 BytesRead = sizeof(word_t);
173 BytesRead = BitcodeBytes.size() - NextChar;
175 for (unsigned B = 0; B != BytesRead; ++B)
178 NextChar += BytesRead;
179 BitsInCurWord = BytesRead * 8;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitstreamReader.h 165 unsigned BytesRead;
167 BytesRead = sizeof(word_t);
173 BytesRead = BitcodeBytes.size() - NextChar;
175 for (unsigned B = 0; B != BytesRead; ++B)
178 NextChar += BytesRead;
179 BitsInCurWord = BytesRead * 8;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
BitstreamReader.h 165 unsigned BytesRead;
167 BytesRead = sizeof(word_t);
173 BytesRead = BitcodeBytes.size() - NextChar;
175 for (unsigned B = 0; B != BytesRead; ++B)
178 NextChar += BytesRead;
179 BitsInCurWord = BytesRead * 8;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 165 unsigned BytesRead;
167 BytesRead = sizeof(word_t);
173 BytesRead = BitcodeBytes.size() - NextChar;
175 for (unsigned B = 0; B != BytesRead; ++B)
178 NextChar += BytesRead;
179 BitsInCurWord = BytesRead * 8;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitstreamReader.h 165 unsigned BytesRead;
167 BytesRead = sizeof(word_t);
173 BytesRead = BitcodeBytes.size() - NextChar;
175 for (unsigned B = 0; B != BytesRead; ++B)
178 NextChar += BytesRead;
179 BitsInCurWord = BytesRead * 8;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
BitstreamReader.h 165 unsigned BytesRead;
167 BytesRead = sizeof(word_t);
173 BytesRead = BitcodeBytes.size() - NextChar;
175 for (unsigned B = 0; B != BytesRead; ++B)
178 NextChar += BytesRead;
179 BitsInCurWord = BytesRead * 8;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/
BitstreamReader.h 165 unsigned BytesRead;
167 BytesRead = sizeof(word_t);
173 BytesRead = BitcodeBytes.size() - NextChar;
175 for (unsigned B = 0; B != BytesRead; ++B)
178 NextChar += BytesRead;
179 BitsInCurWord = BytesRead * 8;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/
BitstreamReader.h 165 unsigned BytesRead;
167 BytesRead = sizeof(word_t);
173 BytesRead = BitcodeBytes.size() - NextChar;
175 for (unsigned B = 0; B != BytesRead; ++B)
178 NextChar += BytesRead;
179 BitsInCurWord = BytesRead * 8;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/
BitstreamReader.h 165 unsigned BytesRead;
167 BytesRead = sizeof(word_t);
173 BytesRead = BitcodeBytes.size() - NextChar;
175 for (unsigned B = 0; B != BytesRead; ++B)
178 NextChar += BytesRead;
179 BitsInCurWord = BytesRead * 8;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/
BitstreamReader.h 165 unsigned BytesRead;
167 BytesRead = sizeof(word_t);
173 BytesRead = BitcodeBytes.size() - NextChar;
175 for (unsigned B = 0; B != BytesRead; ++B)
178 NextChar += BytesRead;
179 BitsInCurWord = BytesRead * 8;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
CommonLib.h 67 OUT UINT32 *BytesRead
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
CommPs2.c 495 UINTN BytesRead;
498 BytesRead = 0;
511 while (BytesRead < *BufSize) {
520 BytesRead++;
526 if (BytesRead == 0 || BytesRead != *BufSize) {
530 *BufSize = BytesRead;

Completed in 1614 milliseconds

1 2