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

1 2

  /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.
test.adb 135 Read (Left, Left_Buffer, Left_Last);
136 Read (Right, Right_Buffer, Right_Last);
170 Read (Source, Buffer, Last);
185 Read (File_In, Item, Last);
393 Print_Statistic ("Read decompress",
420 Print_Statistic ("Read compress",
zlib.adb 393 -- Read --
396 procedure Read
415 Read (Buffer, Rest_Last);
439 end Read;
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
  /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/arch/epoc32/stand/e32boot/exe/
netbsd.cpp 54 User::LeaveIfError(file.Read(hdrBuf));
65 User::LeaveIfError(file.Read(fileBuf));
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mutex_test.cc 40 void Read() {
90 data->Read();
  /src/sys/external/bsd/gnu-efi/dist/lib/
hw.c 83 Status = uefi_call_wrapper(GlobalIoFncs->Io.Read, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data);
113 Status = uefi_call_wrapper(GlobalIoFncs->Pci.Read, 5, GlobalIoFncs, Width, (UINT64)Address, 1, &Data);
sread.c 13 Simple read file access
47 Opens a file for (simple) reading. The simple read abstraction
74 // Allocate a new simple read handle structure
333 // Read data from the file
339 Status = uefi_call_wrapper(FHand->FileHandle->Read, 3, FHand->FileHandle, ReadSize, Buffer);
374 // Done with this simple read file handle
  /src/sys/external/bsd/gnu-efi/dist/apps/
route80h.c 50 rc = uefi_call_wrapper(pciio->Pci.Read, 5, pciio, EfiPciIoWidthUint16, 0, 2, &lpcif);
123 rc = uefi_call_wrapper(pciio->Pci.Read, 5, pciio, EfiPciIoWidthUint32,
  /src/sys/arch/atari/dev/
hdfd_intr.s 44 * Entry point when there is no fifo. Handles the read/write
60 btst #6,%d0 | Read?
86 btst #6,%d0 | Read?
118 * Exit for read/write interrupts. Calling 'rei' this often
  /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;
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h 157 EFI_DEBUGPORT_IO_READ Read;
  /src/sys/arch/ia64/stand/efi/libefi/
efifs.c 137 status = file->Read(file, &sz, bufp);
274 status = file->Read(file, &sz, buf);
  /src/usr.sbin/sysinst/
msg.pm.fr 102 message vnd_ro_fmt {Read-only}
135 message lvmlv_ro_fmt {Read-only}
msg.pm.en 103 message vnd_ro_fmt {Read-only}
136 message lvmlv_ro_fmt {Read-only}
  /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/gpl2/dts/dist/arch/arm/boot/dts/
armada-xp-openblocks-ax3-4.dts 41 /* Read parameters */
  /src/sys/arch/m68k/060sp/dist/
os.s 66 # Each IO routine checks to see if the memory write/read is to/from user
118 # d0 - number of bytes to read
139 bsr.l _copyin # read byte from user mem
147 # Read a data byte from user memory.
177 # Read a data word from user memory.
320 # Read an instruction word from user memory.
349 # Read an instruction longword from user memory.
  /src/sys/arch/x68k/stand/common/
chkfmt.s 22 #define NE7CMD_READID 0x4A /* READ ID */
25 | Read ID of all sectors in current track.
98 | send READ ID command
142 BOOT_ERROR("READ ID failed")
  /src/sys/dev/arcbios/
arcbios.h 69 #define ARCBIOS_EROFS 21 /* read-only file system */
348 int32_t Read;
arcbios_calls.S 180 AFV4ORLESS(Read) /* long (*Read)(u_long, void *, u_long, u_long *); */

Completed in 70 milliseconds

1 2