/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.cpp | 348 if (ReadID() == NID::kEnd) in ReadArchiveProperties() 560 UInt64 type = ReadID(); in WaitId() 608 type = ReadID(); in ReadPackInfo() 788 UInt64 type = ReadID(); in ReadUnpackInfo() 814 type = ReadID(); in ReadSubStreamsInfo() 849 type = ReadID(); in ReadSubStreamsInfo() 914 type = ReadID(); in ReadSubStreamsInfo() 947 UInt64 type = ReadID(); in ReadStreamsInfo() 953 type = ReadID(); in ReadStreamsInfo() 959 type = ReadID(); in ReadStreamsInfo() [all …]
|
D | 7zIn.h | 365 UInt64 ReadID() { return _inByteBack->ReadNumber(); } in ReadID() function
|
/external/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
D | sem_readerwriter.c | 111 int ReadID[READ_NUM], WriteID[WRITE_NUM]; in main() local 135 ReadID[i] = i; in main() 136 pthread_create(&rea[i], NULL, (void *)reader, &ReadID[i]); in main()
|
/external/lzma/C/ |
D | 7zArcIn.c | 254 #define ReadID(sd, value) ReadNumber(sd, value) macro 271 RINOK(ReadID(sd, &type)); in WaitId() 408 RINOK(ReadID(sd, &type)); in ReadPackInfo() 827 RINOK(ReadID(&sd, &type)); in ReadUnpackInfo() 869 RINOK(ReadID(sd, &type)); in ReadSubStreamsInfo() 911 RINOK(ReadID(sd, &type)); in ReadSubStreamsInfo() 928 RINOK(ReadID(sd, &type)); in ReadSubStreamsInfo() 946 RINOK(ReadID(sd, &type)); in SzReadStreamsInfo() 951 RINOK(ReadID(sd, &type)); in SzReadStreamsInfo() 956 RINOK(ReadID(sd, &type)); in SzReadStreamsInfo() [all …]
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 124 long long ReadID(IMkvReader* pReader, long long pos, long& len) { in ReadID() function 365 id = ReadID(pReader, pos, len); in ParseElementHeader() 413 const long long id = ReadID(pReader, pos, len); in Match() 450 const long long id = ReadID(pReader, pos, len); in Match() 548 const long long ebml_id = ReadID(pReader, pos, len); in Parse() 762 const long long id = ReadID(pReader, pos, len); in CreateInstance() 881 const long long id = ReadID(m_pReader, idpos, len); in ParseHeaders() 1089 const long long id = ReadID(m_pReader, idpos, len); in DoLoadCluster() 1676 const long long id = ReadID(m_pReader, idpos, len); in ParseCues() 1756 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/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 | AArch64SchedKryo.td | 111 def : ReadAdvance<ReadID, 0>;
|
D | AArch64SchedA53.td | 190 def : ReadAdvance<ReadID, 1, [WriteImm,WriteI,
|
D | AArch64SchedM1.td | 161 def : ReadAdvance<ReadID, 0>;
|
D | AArch64SchedCyclone.td | 867 def : ReadAdvance<ReadID, 0>;
|
D | AArch64SchedVulcan.td | 197 def : ReadAdvance<ReadID, 0>;
|
D | AArch64SchedA57.td | 114 def : ReadAdvance<ReadID, 0>;
|
D | AArch64InstrFormats.td | 1387 Sched<[WriteID32, ReadID, ReadID]> { 1391 Sched<[WriteID64, ReadID, ReadID]> {
|