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

  /src/common/dist/zlib/contrib/ada/
read.adb 9 -- Id: read.adb,v 1.8 2004/05/31 10:53:40 vagul Exp
11 -- Test/demo program for the generic read interface.
19 procedure Read is
64 procedure Read
68 -- ZLib.Read
71 procedure Read is new ZLib.Read
72 (Read,
78 -- Read --
81 procedure Read
    [all...]
zlib-streams.adb 127 -- Read --
130 procedure Read
136 procedure Read
141 -- Read --
144 procedure Read
148 Ada.Streams.Read (Stream.Back.all, Item, Last);
149 end Read;
151 procedure Read is new ZLib.Read
152 (Read => Read
    [all...]
zlib-streams.ads 20 procedure Read
39 -- Return total number of bytes read from back stream so far.
43 -- Return total number of bytes read so far.
67 -- If mode is Out_Stream then Read operation is disabled.
71 -- and data read from the Stream is decompressed data from the Back stream.
75 -- and data read from the Stream is compressed data from the Back stream.
98 -- Buffer for Read operation.
100 -- because not all read data from back stream
101 -- could be processed during the read operation.
zlib.ads 193 -- Returns total number of input bytes read so far
259 with procedure Read
267 -- back read.
277 procedure Read
282 -- Compress/Decompress data from generic parameter procedure Read to the
284 -- indicators. If Allow_Read_Some is True, Read routines could return
zlib.adb 393 -- Read --
396 procedure Read
415 Read (Buffer, Rest_Last);
439 end 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/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/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/gnu-efi/dist/inc/
efiser.h 129 EFI_SERIAL_READ Read;
efipciio.h 80 EFI_PCI_IO_PROTOCOL_IO_MEM Read;
85 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_IO_MEM Read;
107 EFI_PCI_IO_PROTOCOL_CONFIG Read;
efiprot.h 456 EFI_FILE_READ Read;
604 EFI_DEVICE_IO Read;
940 <B>EfiBltVideoToBltBuffer</B> - Read data from the video display rectangle
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h 157 EFI_DEBUGPORT_IO_READ Read;
  /src/sys/dev/arcbios/
arcbios.h 69 #define ARCBIOS_EROFS 21 /* read-only file system */
348 int32_t Read;
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 545 ACPI_EFI_FILE_READ Read;
1081 ACPI_EFI_PCI_IO_PROTOCOL_CONFIG Read;

Completed in 17 milliseconds