HomeSort by relevance Sort by last modified time
    Searched defs:Read (Results 201 - 225 of 681) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Include/Protocol/
SpiFlash.h 107 MV_SPI_FLASH_READ Read;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/CpuIo/
CpuIo.h 77 EFI_CPU_IO_PROTOCOL_IO_MEM Read;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolumeBlock/
FirmwareVolumeBlock.h 157 The read terminates either when *NumBytes of data have been read, or when
159 number of bytes read.
163 Lba - Block in which to begin read
164 Offset - Offset in the block at which to begin read
165 NumBytes - At input, indicates the requested read size. At output, indicates
166 the actual number of bytes read.
167 Buffer - Data buffer in which to place data read.
250 EFI_FVB_READ Read;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFirmwareVolumeBlock.h 143 The Read() function reads the requested number of bytes from the
147 the Read() function must return the status code
149 buffer. The Read() function must also prevent spanning block
150 boundaries. If a read is requested that would span a block
151 boundary, the read must read up to the boundary but not
153 indicate the number of bytes actually read. The caller must be
154 aware that a read may be partially completed.
159 from which to read.
166 bytes read.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
PciCfg2.h 127 Performs a read-modify-write operation on the contents
136 EFI_PEI_PCI_CFG_PPI_WIDTH is defined in Read().
140 @param SetBits Points to value to bitwise-OR with the read configuration value.
144 @param ClearBits Points to the value to negate and bitwise-AND with the read configuration value.
172 EFI_PEI_PCI_CFG2_PPI_IO Read;
SuperIo.h 36 Read a Super I/O register.
46 (TRUE) after completing the read operation. The driver must
51 and the register to read (bits 7:0). The logical device
57 @retval EFI_TIMEOUT The register could not be read in the a reasonable
84 (TRUE) after completing the read operation. The driver must
89 and the register to read (bits 7:0). The logical device
95 @retval EFI_TIMEOUT The register could not be read in the a reasonable
117 the Register is read, its content is bitwise ANDed with AndMask, and then ORed
158 /// This PPI provides low-level access to Super I/O registers using Read() and
167 EFI_PEI_SIO_REGISTER_READ Read;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
CpuIo2.h 62 The Io.Read() and Io.Write() functions enable a driver to access PCI controller
77 incremented for each of the Count operations that is performed. The read or
82 incremented for each of the Count operations that is performed. The read or
90 @param[in, out] Buffer For read operations, the destination buffer to store the results.
93 @retval EFI_SUCCESS The data was read from or written to the PI system.
112 /// Service for read and write accesses.
116 /// This service provides the various modalities of memory and I/O read.
118 EFI_CPU_IO_PROTOCOL_IO_MEM Read;
FirmwareVolumeBlock.h 152 The Read() function reads the requested number of bytes from the
156 the Read() function must return the status code
158 buffer. The Read() function must also prevent spanning block
159 boundaries. If a read is requested that would span a block
160 boundary, the read must read up to the boundary but not
162 indicate the number of bytes actually read. The caller must be
163 aware that a read may be partially completed.
168 from which to read.
175 bytes read.
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
IIO.h 40 cIIO_Read Read;
  /external/brotli/csharp/org/brotli/dec/
BrotliInputStream.cs 129 remainingBufferBytes = Read(buffer, 0, buffer.Length);
141 public override int Read(byte[] destBuffer, int destOffset, int destLen)
  /external/compiler-rt/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); }
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mutex_test.cc 40 void Read() {
90 data->Read();
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
RawConstants.h 82 Read = 1 << 0, // Segment is readable.
  /external/lzma/CPP/7zip/Common/
LimitedStreams.cpp 9 STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
20 result = _stream->Read(data, size, &realProcessedSize);
30 STDMETHODIMP CLimitedInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
36 // 9.31: Fixed. Windows doesn't return error in ReadFile and IStream->Read in that case.
51 HRESULT res = _stream->Read(data, size, &size);
88 STDMETHODIMP CClusterInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
124 HRESULT res = Stream->Read(data, size, &size);
153 STDMETHODIMP CExtentsStream::Read(void *data, UInt32 size, UInt32 *processedSize)
187 HRESULT res = Stream->Read(data, size, &size);
240 STDMETHODIMP CTailInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
    [all...]
StreamObjects.cpp 11 STDMETHODIMP CBufferInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
46 STDMETHODIMP CBufInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
228 STDMETHODIMP CCachedInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
  /external/lzma/CPP/7zip/Compress/
PpmdDecoder.cpp 152 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)
  /external/perfetto/src/base/
task_runner_unittest.cc 58 void Read() {
60 PERFETTO_DCHECK(read(read_fd.get(), &b, 1) == 1);
185 pipe.Read();
200 pipe.Read();
253 pipe.Read();
331 pipe.Read();
  /external/sfntly/cpp/src/sfntly/data/
font_input_stream.cc 67 int32_t FontInputStream::Read() {
71 int32_t b = stream_->Read();
78 int32_t FontInputStream::Read(ByteVector* b, int32_t offset, int32_t length) {
86 int32_t bytes_read = stream_->Read(b, offset, bytes_to_read);
91 int32_t FontInputStream::Read(ByteVector* b) {
92 return Read(b, 0, b->size());
96 return Read();
100 return 0xffff & (Read() << 8 | Read());
104 return ((Read() << 8 | Read()) << 16) >> 16
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
CpuIo.h 69 @param Buffer For read operations, the destination buffer to store the results.
72 @retval EFI_SUCCESS The data was read from or written to the EFI system.
94 EFI_CPU_IO_PROTOCOL_IO_MEM Read;
108 @param Mem.Read
114 @param Io.Read
  /external/tensorflow/tensorflow/core/framework/
reader_base.cc 153 void ReaderBase::Read(QueueInterface* queue, string* key, string* value,
  /external/webrtc/webrtc/base/
multipart.cc 138 StreamResult MultipartStream::Read(void* buffer, size_t buffer_len,
139 size_t* read, int* error) {
144 if (!read) read = &local_read;
146 StreamResult result = parts_[current_]->Read(buffer, buffer_len, read,
150 position_ += *read;
proxyserver.cc 91 Read(int_socket_.get(), &out_buffer_);
110 Read(ext_socket_.get(), &in_buffer_);
125 void ProxyBinding::Read(AsyncSocket* socket, FifoBuffer* buffer) {
126 // Only read if the buffer is empty.
129 int read; local
132 read = socket->Recv(p, size);
133 buffer->ConsumeWriteBuffer(std::max(read, 0));
  /external/webrtc/webrtc/common_audio/
wav_header_unittest.cc 35 // Verify the entire buffer has been read.
40 virtual size_t Read(void* buf, size_t num_bytes) {
41 // Verify we don't try to read outside of a properly sized header.
49 // bytes than requested. There should not be another read attempt after
  /external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.cc 178 bool XmppSocket::Read(char * data, size_t len, size_t* len_read) {
180 int read = cricket_socket_->Recv(data, len); local
181 if (read > 0) {
182 *len_read = (size_t)read;
186 rtc::StreamResult result = stream_->Read(data, len, len_read, NULL);
  /external/webrtc/webrtc/modules/audio_processing/test/
test_utils.cc 39 bool ChannelBufferWavReader::Read(ChannelBuffer<float>* buffer) {

Completed in 1860 milliseconds

1 2 3 4 5 6 7 891011>>