Home
last modified time | relevance | path

Searched refs:ID2 (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSMTAPI.h61 llvm::FoldingSetNodeID ID1, ID2; variable
63 Other.Profile(ID2);
64 return ID1 < ID2;
106 llvm::FoldingSetNodeID ID1, ID2; variable
108 Other.Profile(ID2);
109 return ID1 < ID2;
/third_party/elfutils/libcpu/
Di386_lex.l45 ID2 [a-zA-Z0-9_:/]*
74 <INITIAL,MAIN>"{"{ID2}"}" { i386_lval.str = xstrndup (yytext + 1,
/third_party/icu/icu4c/source/test/intltest/
Dcpdtrtst.cpp263 …UnicodeString ID2("Hex-Any;Any-Hex;Latin-Cyrillic;Cyrillic-Latin;Halfwidth-Fullwidth;Fullwidth-Hal… in TestGetSetAdoptTransliterator() local
264 array=split(ID2, 0x003b, count); in TestGetSetAdoptTransliterator()
279 if(ct1->getCount() != count || ct1->getID() != ID2){ in TestGetSetAdoptTransliterator()
281 … (UnicodeString)"\n\tID :- expected->" + ID2 + (UnicodeString)". got->" + ct1->getID()); in TestGetSetAdoptTransliterator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h236 void dropUnknownNonDebugMetadata(unsigned ID1, unsigned ID2) { in dropUnknownNonDebugMetadata() argument
237 unsigned IDs[] = {ID1, ID2}; in dropUnknownNonDebugMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h305 void dropUnknownNonDebugMetadata(unsigned ID1, unsigned ID2) {
306 unsigned IDs[] = {ID1, ID2};
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go126 case ID2:
391 ID2 = ID(0xC2) const
714 ID2: "2",
/third_party/zlib/doc/
Drfc1952.txt243 |ID1|ID2|CM |FLG| MTIME |XFL|OS | (more-->)
290 ID2 (IDentification 2)
291 These have the fixed values ID1 = 31 (0x1f, \037), ID2 = 139
465 ID2, CM, CRC32, and ISIZE, but may set all the other fields in
470 A compliant decompressor must check ID1, ID2, and CM, and
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp686 for (const AnalysisID ID2 : RequiredSet) { in schedulePass() local
687 if (ID == ID2) in schedulePass()
689 Pass *AnalysisPass2 = findAnalysisPass(ID2); in schedulePass()