HomeSort by: relevance | last modified time | path
    Searched defs:Read (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
FDRawByteChannel.h 34 assert(Dst && "Attempt to read into null.");
37 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed);
38 if (Read <= 0) {
46 Completed += Read;
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 26 total_in: Longint; // total nb of input bytes read so far
54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress;
91 function Read(var Buffer; Count: Longint): Longint; override;
94 property CompressionRate: Single read GetCompressionRate;
98 { TDecompressionStream decompresses data on the fly as data is read from it.
101 is read-only and unidirectional; you can seek forward in the stream, but not
109 have been read from the stream so far.
112 compressed data is exhausted and the next block is read from the input stream.
120 function Read(var Buffer; Count: Longint): Longint; override;
439 function TCompressionStream.Read(var Buffer; Count: Longint): Longint
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/delphi/
ZLib.pas 26 total_in: Longint; // total nb of input bytes read so far
54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress;
91 function Read(var Buffer; Count: Longint): Longint; override;
94 property CompressionRate: Single read GetCompressionRate;
98 { TDecompressionStream decompresses data on the fly as data is read from it.
101 is read-only and unidirectional; you can seek forward in the stream, but not
109 have been read from the stream so far.
112 compressed data is exhausted and the next block is read from the input stream.
120 function Read(var Buffer; Count: Longint): Longint; override;
439 function TCompressionStream.Read(var Buffer; Count: Longint): Longint
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
ZLib.pas 26 total_in: Longint; // total nb of input bytes read so far
54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress;
91 function Read(var Buffer; Count: Longint): Longint; override;
94 property CompressionRate: Single read GetCompressionRate;
98 { TDecompressionStream decompresses data on the fly as data is read from it.
101 is read-only and unidirectional; you can seek forward in the stream, but not
109 have been read from the stream so far.
112 compressed data is exhausted and the next block is read from the input stream.
120 function Read(var Buffer; Count: Longint): Longint; override;
439 function TCompressionStream.Read(var Buffer; Count: Longint): Longint
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
ZLib.pas 26 total_in: Longint; // total nb of input bytes read so far
54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress;
91 function Read(var Buffer; Count: Longint): Longint; override;
94 property CompressionRate: Single read GetCompressionRate;
98 { TDecompressionStream decompresses data on the fly as data is read from it.
101 is read-only and unidirectional; you can seek forward in the stream, but not
109 have been read from the stream so far.
112 compressed data is exhausted and the next block is read from the input stream.
120 function Read(var Buffer; Count: Longint): Longint; override;
439 function TCompressionStream.Read(var Buffer; Count: Longint): Longint
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/delphi/
ZLib.pas 26 total_in: Longint; // total nb of input bytes read so far
54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress;
91 function Read(var Buffer; Count: Longint): Longint; override;
94 property CompressionRate: Single read GetCompressionRate;
98 { TDecompressionStream decompresses data on the fly as data is read from it.
101 is read-only and unidirectional; you can seek forward in the stream, but not
109 have been read from the stream so far.
112 compressed data is exhausted and the next block is read from the input stream.
120 function Read(var Buffer; Count: Longint): Longint; override;
439 function TCompressionStream.Read(var Buffer; Count: Longint): Longint
    [all...]
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 78 /// Returns true of this stream can be read from, false otherwise
143 /// Attempts to read a number of bytes from the stream.
148 /// <returns>The number of bytes read</returns>
154 public override int Read(byte[] buffer, int offset, int count)
178 /// Attempts to read a single byte from the stream.
180 /// <returns>The byte that was read, or -1 in case of error or End-Of-File</returns>
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util.h 75 void Read(const MemLoc &ml, int size, bool expect_race = false) {
82 Read(ml, 1, expect_race); }
84 Read(ml, 2, expect_race); }
86 Read(ml, 4, expect_race); }
88 Read(ml, 8, expect_race); }
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mutex_test.cc 40 void Read() {
90 data->Read();
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 78 /// Returns true of this stream can be read from, false otherwise
143 /// Attempts to read a number of bytes from the stream.
148 /// <returns>The number of bytes read</returns>
154 public override int Read(byte[] buffer, int offset, int count)
178 /// Attempts to read a single byte from the stream.
180 /// <returns>The byte that was read, or -1 in case of error or End-Of-File</returns>
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 78 /// Returns true of this stream can be read from, false otherwise
143 /// Attempts to read a number of bytes from the stream.
148 /// <returns>The number of bytes read</returns>
154 public override int Read(byte[] buffer, int offset, int count)
178 /// Attempts to read a single byte from the stream.
180 /// <returns>The byte that was read, or -1 in case of error or End-Of-File</returns>
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 78 /// Returns true of this stream can be read from, false otherwise
143 /// Attempts to read a number of bytes from the stream.
148 /// <returns>The number of bytes read</returns>
154 public override int Read(byte[] buffer, int offset, int count)
178 /// Attempts to read a single byte from the stream.
180 /// <returns>The byte that was read, or -1 in case of error or End-Of-File</returns>
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 78 /// Returns true of this stream can be read from, false otherwise
143 /// Attempts to read a number of bytes from the stream.
148 /// <returns>The number of bytes read</returns>
154 public override int Read(byte[] buffer, int offset, int count)
178 /// Attempts to read a single byte from the stream.
180 /// <returns>The byte that was read, or -1 in case of error or End-Of-File</returns>
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeExprGen.h 171 /// Value is read and pushed to stack.
172 Read,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 219 /// Reads - One of the operands read the virtual register. This does not
258 /// Reg or one of its aliases is read. The register may only be read
260 bool Read;
261 /// Reg or a super-register is read. The full register is read.
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 103 Read = 1 << 0, // Segment is readable.
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiser.h 129 EFI_SERIAL_READ Read;
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h 157 EFI_DEBUGPORT_IO_READ Read;
  /src/external/bsd/libarchive/dist/libarchive/
archive_ppmd_private.h 63 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */
  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
BitstreamReader.h 10 // read an arbitrary bitstream, regardless of its contents.
37 /// This class maintains the abbreviations read from a block info block.
142 if (Expected<word_t> Res = Read(WordBitNo))
170 // Read the next word from the stream.
176 support::endian::read<word_t, support::little, support::unaligned>(
179 // Short read.
190 Expected<word_t> Read(unsigned NumBits) {
234 Expected<unsigned> MaybeRead = Read(NumBits);
251 MaybeRead = Read(NumBits);
258 // Read a VBR that may have a value up to 64-bits in size. The chunk size o
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPIRBuilder.h 901 enum AtomicKind { Read, Write, Update, Capture };
956 /// Emit atomic Read for : V = X --- Only Scalar data types.
959 /// \param X The target pointer to be atomically read
960 /// \param V Memory address where to store atomically read
965 /// \return Insertion point after generated atomic read IR.
  /src/external/gpl3/gcc/dist/libcody/
cody.hh 81 /// Prepare a buffer for reading. Use before a sequence of Read calls.
168 /// Read from end point into a read buffer, as with read(2). This will
171 /// @param fd file descriptor to read from. This may be a regular
177 int Read (int fd) noexcept;
181 /// with Read, this will not usually block.
207 int from; ///< Read from this FD
377 Detail::MessageBuffer read; ///< Incoming read buffe member in class:Cody::Client
    [all...]
  /src/external/gpl3/gcc.old/dist/libcody/
cody.hh 81 /// Prepare a buffer for reading. Use before a sequence of Read calls.
168 /// Read from end point into a read buffer, as with read(2). This will
171 /// @param fd file descriptor to read from. This may be a regular
177 int Read (int fd) noexcept;
181 /// with Read, this will not usually block.
207 int from; ///< Read from this FD
377 Detail::MessageBuffer read; ///< Incoming read buffe member in class:Cody::Client
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexSymbol.h 103 Read = 1 << 3,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
Lint.cpp 85 static const unsigned Read = 1;
258 MemRef::Read | MemRef::Write);
294 MCI->getSourceAlign(), nullptr, MemRef::Read);
316 MCII->getSourceAlign(), nullptr, MemRef::Read);
332 MMI->getSourceAlign(), nullptr, MemRef::Read);
348 nullptr, MemRef::Read | MemRef::Write);
354 nullptr, MemRef::Read);
358 nullptr, MemRef::Read | MemRef::Write);
362 // Stackrestore doesn't read or write memory, but it sets the
363 // stack pointer, which the compiler may read from or write t
    [all...]

Completed in 34 milliseconds

1 2