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

<<11121314151617181920>>

  /external/syslinux/efi32/include/efi/
efipciio.h 52 EFI_PCI_IO_PROTOCOL_IO_MEM Read;
67 EFI_PCI_IO_PROTOCOL_CONFIG Read;
  /external/syslinux/efi64/include/efi/
efipciio.h 52 EFI_PCI_IO_PROTOCOL_IO_MEM Read;
67 EFI_PCI_IO_PROTOCOL_CONFIG Read;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efipciio.h 52 EFI_PCI_IO_PROTOCOL_IO_MEM Read;
67 EFI_PCI_IO_PROTOCOL_CONFIG Read;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
PciRootBridgeIo.h 92 @param Result Pointer to the last value read from the memory location.
119 @param Buffer For read operations, the destination buffer to store the results. For write
122 @retval EFI_SUCCESS The data was read from or written to the PCI root bridge.
138 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_IO_MEM Read;
172 @param Operation Indicates if the bus master is going to read or write to system memory.
  /external/tensorflow/tensorflow/core/kernels/
tensor_array.h 121 // * Write-Once semantics mean the gradient of a TensorArray Read never has to
124 // * Read-Many semantics (when using clear_after_read=false) allow the
125 // TensorArray to be read, packed, or concatenated multiple times;
208 // Read from index 'index' into PersistentTensor 'value'.
214 // * The Tensor at 'index' has not been read from with flag
222 // * The index is marked as read (it cannot be rewritten to).
224 Status Read(OpKernelContext* ctx, const int32 index,
392 // After a read at an index, clear away its PersistentTensor to
416 // that determines whether they have already been read or not.
419 : written(false), read(false), cleared(false), local_copy(false) {
423 bool read; \/\/ True if a Tensor has been written to and read from the index. member in struct:tensorflow::TensorArray::TensorAndState
    [all...]
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_ContentPipe.h 131 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
174 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize);
178 returns the size of the block actually read. Content pointer advances the by the returned size.
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_ContentPipe.h 114 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
157 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize);
161 returns the size of the block actually read. Content pointer advances the by the returned size.
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_ContentPipe.h 114 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
157 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize);
161 returns the size of the block actually read. Content pointer advances the by the returned size.
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_ContentPipe.h 114 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
157 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize);
161 returns the size of the block actually read. Content pointer advances the by the returned size.
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_ContentPipe.h 114 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
157 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize);
161 returns the size of the block actually read. Content pointer advances the by the returned size.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 92 Read = 1 << 3,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 11 // read an arbitrary bitstream, regardless of its contents.
37 /// This class maintains the abbreviations read from a block info block.
143 Read(WordBitNo);
163 // Read the next word from the stream.
169 support::endian::read<word_t, support::little, support::unaligned>(
172 // Short read.
182 word_t Read(unsigned NumBits) {
223 uint32_t Piece = Read(NumBits);
236 Piece = Read(NumBits);
240 // Read a VBR that may have a value up to 64-bits in size. The chunk size o
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Index/
IndexSymbol.h 93 Read = 1 << 3,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitstreamReader.h 11 // read an arbitrary bitstream, regardless of its contents.
37 /// This class maintains the abbreviations read from a block info block.
143 Read(WordBitNo);
163 // Read the next word from the stream.
169 support::endian::read<word_t, support::little, support::unaligned>(
172 // Short read.
182 word_t Read(unsigned NumBits) {
223 uint32_t Piece = Read(NumBits);
236 Piece = Read(NumBits);
240 // Read a VBR that may have a value up to 64-bits in size. The chunk size o
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Index/
IndexSymbol.h 93 Read = 1 << 3,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitstreamReader.h 11 // read an arbitrary bitstream, regardless of its contents.
37 /// This class maintains the abbreviations read from a block info block.
143 Read(WordBitNo);
163 // Read the next word from the stream.
169 support::endian::read<word_t, support::little, support::unaligned>(
172 // Short read.
182 word_t Read(unsigned NumBits) {
223 uint32_t Piece = Read(NumBits);
236 Piece = Read(NumBits);
240 // Read a VBR that may have a value up to 64-bits in size. The chunk size o
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitstreamReader.h 11 // read an arbitrary bitstream, regardless of its contents.
37 /// This class maintains the abbreviations read from a block info block.
143 Read(WordBitNo);
163 // Read the next word from the stream.
169 support::endian::read<word_t, support::little, support::unaligned>(
172 // Short read.
182 word_t Read(unsigned NumBits) {
223 uint32_t Piece = Read(NumBits);
236 Piece = Read(NumBits);
240 // Read a VBR that may have a value up to 64-bits in size. The chunk size o
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitstreamReader.h 11 // read an arbitrary bitstream, regardless of its contents.
37 /// This class maintains the abbreviations read from a block info block.
143 Read(WordBitNo);
163 // Read the next word from the stream.
169 support::endian::read<word_t, support::little, support::unaligned>(
172 // Short read.
182 word_t Read(unsigned NumBits) {
223 uint32_t Piece = Read(NumBits);
236 Piece = Read(NumBits);
240 // Read a VBR that may have a value up to 64-bits in size. The chunk size o
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitstreamReader.h 11 // read an arbitrary bitstream, regardless of its contents.
37 /// This class maintains the abbreviations read from a block info block.
143 Read(WordBitNo);
163 // Read the next word from the stream.
169 support::endian::read<word_t, support::little, support::unaligned>(
172 // Short read.
182 word_t Read(unsigned NumBits) {
223 uint32_t Piece = Read(NumBits);
236 Piece = Read(NumBits);
240 // Read a VBR that may have a value up to 64-bits in size. The chunk size o
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
BitstreamReader.h 11 // read an arbitrary bitstream, regardless of its contents.
37 /// This class maintains the abbreviations read from a block info block.
143 Read(WordBitNo);
163 // Read the next word from the stream.
169 support::endian::read<word_t, support::little, support::unaligned>(
172 // Short read.
182 word_t Read(unsigned NumBits) {
223 uint32_t Piece = Read(NumBits);
236 Piece = Read(NumBits);
240 // Read a VBR that may have a value up to 64-bits in size. The chunk size o
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 92 Read = 1 << 3,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 11 // read an arbitrary bitstream, regardless of its contents.
37 /// This class maintains the abbreviations read from a block info block.
143 Read(WordBitNo);
163 // Read the next word from the stream.
169 support::endian::read<word_t, support::little, support::unaligned>(
172 // Short read.
182 word_t Read(unsigned NumBits) {
223 uint32_t Piece = Read(NumBits);
236 Piece = Read(NumBits);
240 // Read a VBR that may have a value up to 64-bits in size. The chunk size o
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Index/
IndexSymbol.h 93 Read = 1 << 3,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitstreamReader.h 11 // read an arbitrary bitstream, regardless of its contents.
37 /// This class maintains the abbreviations read from a block info block.
143 Read(WordBitNo);
163 // Read the next word from the stream.
169 support::endian::read<word_t, support::little, support::unaligned>(
172 // Short read.
182 word_t Read(unsigned NumBits) {
223 uint32_t Piece = Read(NumBits);
236 Piece = Read(NumBits);
240 // Read a VBR that may have a value up to 64-bits in size. The chunk size o
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Index/
IndexSymbol.h 93 Read = 1 << 3,

Completed in 1797 milliseconds

<<11121314151617181920>>