/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.cpp | 408 if (ReadID() == NID::kEnd) in ReadArchiveProperties() 618 UInt64 type = ReadID(); in WaitId() 663 type = ReadID(); in ReadPackInfo() 833 UInt64 type = ReadID(); in ReadUnpackInfo() 859 type = ReadID(); in ReadSubStreamsInfo() 894 type = ReadID(); in ReadSubStreamsInfo() 959 type = ReadID(); in ReadSubStreamsInfo() 992 UInt64 type = ReadID(); in ReadStreamsInfo() 998 type = ReadID(); in ReadStreamsInfo() 1004 type = ReadID(); in ReadStreamsInfo() [all …]
|
D | 7zIn.h | 350 UInt64 ReadID() { return _inByteBack->ReadNumber(); } in ReadID() function
|
/external/lzma/C/ |
D | 7zArcIn.c | 313 #define ReadID(sd, value) ReadNumber(sd, value) macro 330 RINOK(ReadID(sd, &type)); in WaitId() 467 RINOK(ReadID(sd, &type)); in ReadPackInfo() 861 RINOK(ReadID(&sd, &type)); in ReadUnpackInfo() 898 RINOK(ReadID(sd, &type)); in ReadSubStreamsInfo() 939 RINOK(ReadID(sd, &type)); in ReadSubStreamsInfo() 956 RINOK(ReadID(sd, &type)); in ReadSubStreamsInfo() 974 RINOK(ReadID(sd, &type)); in SzReadStreamsInfo() 979 RINOK(ReadID(sd, &type)); in SzReadStreamsInfo() 984 RINOK(ReadID(sd, &type)); in SzReadStreamsInfo() [all …]
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 119 long long ReadID(IMkvReader* pReader, long long pos, long& len) { in ReadID() function 361 id = ReadID(pReader, pos, len); in ParseElementHeader() 409 const long long id = ReadID(pReader, pos, len); in Match() 446 const long long id = ReadID(pReader, pos, len); in Match() 545 const long long ebml_id = ReadID(pReader, pos, len); in Parse() 757 const long long id = ReadID(pReader, pos, len); in CreateInstance() 876 const long long id = ReadID(m_pReader, idpos, len); in ParseHeaders() 1084 const long long id = ReadID(m_pReader, idpos, len); in DoLoadCluster() 1665 const long long id = ReadID(m_pReader, idpos, len); in ParseCues() 1745 const long long seekIdId = ReadID(pReader, pos, len); in ParseEntry() [all …]
|
D | mkvparser.hpp | 35 long long ReadID(IMkvReader* pReader, long long pos, long& len);
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 118 long long ReadID(IMkvReader* pReader, long long pos, long& len) { in ReadID() function 359 id = ReadID(pReader, pos, len); in ParseElementHeader() 407 const long long id = ReadID(pReader, pos, len); in Match() 444 const long long id = ReadID(pReader, pos, len); in Match() 542 const long long ebml_id = ReadID(pReader, pos, len); in Parse() 756 const long long id = ReadID(pReader, pos, len); in CreateInstance() 875 const long long id = ReadID(m_pReader, idpos, len); in ParseHeaders() 1083 const long long id = ReadID(m_pReader, idpos, len); in DoLoadCluster() 1664 const long long id = ReadID(m_pReader, idpos, len); in ParseCues() 1744 const long long seekIdId = ReadID(pReader, pos, len); in ParseEntry() [all …]
|
D | mkvparser.h | 33 long long ReadID(IMkvReader* pReader, long long pos, long& len);
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64Schedule.td | 36 def ReadID : SchedRead; // 32/64-bit Divide
|
D | AArch64SchedA53.td | 188 def : ReadAdvance<ReadID, 1, [WriteImm,WriteI,
|
D | AArch64SchedCyclone.td | 863 def : ReadAdvance<ReadID, 0>;
|
D | AArch64SchedA57.td | 111 def : ReadAdvance<ReadID, 0>;
|
D | AArch64InstrFormats.td | 1390 Sched<[WriteID32, ReadID, ReadID]> { 1394 Sched<[WriteID64, ReadID, ReadID]> {
|