HomeSort by relevance Sort by last modified time
    Searched refs:Read (Results 226 - 250 of 2133) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/google/contexthub/util/nanotool/
calibrationfile.h 56 bool Read();
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Protocol/
HisiSpiFlashProtocol.h 60 HISI_SPI_FLASH_READ_INTERFACE Read;
NorFlashProtocol.h 54 UNI_FLASH_READ_INTERFACE Read;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zTypes.h 131 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */
141 SRes (*Read)(void *p, void *buf, size_t *size);
167 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */
180 SRes (*Read)(void *p, void *buf, size_t *size);
181 /* reads directly (without buffer). It's same as ISeqInStream::Read */
188 /* reads via ILookInStream::Read */
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/PciCfg/
PciCfg.h 58 PEI_PCI_CFG_PPI_IO Read;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/PciCfg2/
PciCfg2.h 58 EFI_PEI_PCI_CFG_PPI_IO 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/Library/EfiCommonLib/
Misc.c 180 Io read operation.
184 Width - Width of read operation
185 Address - Start IO address to read
186 Count - Read count
202 Status = CpuIoPpi->Io.Read (
223 Status = RootBridgeIo->Io.Read (RootBridgeIo, Width, Address, Count, Buffer);
318 Pci read operation
322 Width - Width of PCI read
323 Address - PCI address to read
324 Count - Read count
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
7zTypes.h 135 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */
145 SRes (*Read)(void *p, void *buf, size_t *size);
171 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */
184 SRes (*Read)(void *p, void *buf, size_t *size);
185 /* reads directly (without buffer). It's same as ISeqInStream::Read */
192 /* reads via ILookInStream::Read */
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
7zTypes.h 135 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */
145 SRes (*Read)(void *p, void *buf, size_t *size);
171 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */
184 SRes (*Read)(void *p, void *buf, size_t *size);
185 /* reads directly (without buffer). It's same as ISeqInStream::Read */
192 /* reads via ILookInStream::Read */
  /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;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciHostBridgeSupport.c 72 mPciRootBridgeIo->Pci.Read (
  /external/ImageMagick/PerlMagick/demo/
composite.pl 11 $smile->Read('smile.gif');
22 $thumbnail->Read("xc:white");
  /external/bsdiff/
brotli_decompressor.cc 23 bool BrotliDecompressor::Read(uint8_t* output_data, size_t bytes_to_output) {
buffer_file.cc 20 bool BufferFile::Read(void* buf, size_t count, size_t* bytes_read) {
memory_file.cc 15 bool MemoryFile::Read(void* buf, size_t count, size_t* bytes_read) {
  /external/giflib/
gif_lib_private.h 47 InputFunc Read; /* function to read gif input (TVT) */
  /external/google-breakpad/src/common/mac/
macho_reader.h 105 // Read the |size| bytes at |buffer| as a fat binary file. On success,
112 bool Read(const uint8_t *buffer, size_t size);
118 // Assuming Read returned true, the entries are validated: it is
120 // fat_arch' refer to subranges of the bytes passed to Read.
295 // An attempt was made to read a Mach-O file of the unsupported
363 // Read the given data as a Mach-O file. The reader retains pointers
369 bool Read(const uint8_t *buffer,
373 bool Read(const ByteBuffer &buffer,
376 return Read(buffer.start,
404 // passed to Read. If we find the section, return true; otherwise
    [all...]
  /external/gptfdisk/
diskio.h 70 int Read(void* buffer, int numBytes);
  /external/libmojo/mojo/common/
common_custom_types_struct_traits.cc 12 bool StructTraits<common::mojom::String16DataView, base::string16>::Read(
29 bool StructTraits<common::mojom::VersionDataView, base::Version>::Read(
43 base::UnguessableToken>::Read(common::mojom::UnguessableTokenDataView data,
62 bool StructTraits<common::mojom::FileDataView, base::File>::Read(
  /external/libmojo/mojo/public/cpp/bindings/lib/
string_traits_string16.cc 37 bool StringTraits<base::string16>::Read(StringDataView input,
  /external/libmojo/mojo/public/cpp/bindings/tests/
rect_blink_traits.h 21 static bool Read(test::blink::TypemappedRectDataView r,
rect_chromium_traits.h 21 static bool Read(test::TypemappedRectDataView r, test::RectChromium* out) {
  /external/libxml2/python/tests/
reader4.py 22 while reader.Read():
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
RawConstants.h 82 Read = 1 << 0, // Segment is readable.

Completed in 581 milliseconds

1 2 3 4 5 6 7 8 91011>>