Home
last modified time | relevance | path

Searched refs:ReadID (Results 1 – 12 of 12) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp408 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 …]
D7zIn.h350 UInt64 ReadID() { return _inByteBack->ReadNumber(); } in ReadID() function
/external/lzma/C/
D7zArcIn.c313 #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/
Dmkvparser.cpp119 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 …]
Dmkvparser.hpp35 long long ReadID(IMkvReader* pReader, long long pos, long& len);
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc118 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 …]
Dmkvparser.h33 long long ReadID(IMkvReader* pReader, long long pos, long& len);
/external/llvm/lib/Target/AArch64/
DAArch64Schedule.td36 def ReadID : SchedRead; // 32/64-bit Divide
DAArch64SchedA53.td188 def : ReadAdvance<ReadID, 1, [WriteImm,WriteI,
DAArch64SchedCyclone.td863 def : ReadAdvance<ReadID, 0>;
DAArch64SchedA57.td111 def : ReadAdvance<ReadID, 0>;
DAArch64InstrFormats.td1390 Sched<[WriteID32, ReadID, ReadID]> {
1394 Sched<[WriteID64, ReadID, ReadID]> {