Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DInternals.h79 bool clearDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) { in clearDiagnostic() argument
80 unsigned IDs[] = { ID1, ID2 }; in clearDiagnostic()
83 bool clearDiagnostic(unsigned ID1, unsigned ID2, unsigned ID3, in clearDiagnostic() argument
85 unsigned IDs[] = { ID1, ID2, ID3 }; in clearDiagnostic()
93 bool hasDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) { in hasDiagnostic() argument
94 unsigned IDs[] = { ID1, ID2 }; in hasDiagnostic()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Didl.h74 typedef struct ID2 { struct
77 } ID2; argument
84 typedef ID2 *ID2L;
117 int mdb_id2l_insert( ID2L ids, ID2 *id );
H A Dsearch.c216 ID2 mid; in search_aliases()
297 ID2 *p1, *p2; in scope_chunk_free()
304 static ID2 *scope_chunk_get( Operation *op ) in scope_chunk_get()
306 ID2 *ret = NULL; in scope_chunk_get()
311 ret = ch_malloc( MDB_idl_um_size * sizeof( ID2 )); in scope_chunk_get()
320 static void scope_chunk_ret( Operation *op, ID2 *scopes ) in scope_chunk_ret()
431 ID2 *scopes; in mdb_search()
H A Didl.c1268 int mdb_id2l_insert( ID2L ids, ID2 *id ) in mdb_id2l_insert()
H A Ddn2id.c728 ID2 id2; in mdb_idscopes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A 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;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h337 void dropUnknownNonDebugMetadata(unsigned ID1, unsigned ID2) {
338 unsigned IDs[] = {ID1, ID2};
/netbsd-src/common/dist/zlib/doc/
H A 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
/netbsd-src/external/gpl3/gdb.old/dist/zlib/doc/
H A 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
/netbsd-src/external/gpl3/binutils.old/dist/zlib/doc/
H A 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
/netbsd-src/external/gpl3/binutils/dist/zlib/doc/
H A 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
/netbsd-src/external/gpl3/gdb/dist/zlib/doc/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp701 for (const AnalysisID ID2 : RequiredSet) { in schedulePass() local
702 if (ID == ID2) in schedulePass()
704 Pass *AnalysisPass2 = findAnalysisPass(ID2); in schedulePass()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp2121 llvm::stable_sort(RegUnitSetOrder, [this](unsigned ID1, unsigned ID2) { in computeDerivedInfo() argument
2123 getRegPressureSet(ID2).Units.size(); in computeDerivedInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp301 llvm::FoldingSetNodeID ID1, ID2; in checkDeducedTemplateArguments() local
303 Y.getAsExpr()->Profile(ID2, Context, true); in checkDeducedTemplateArguments()
304 if (ID1 == ID2) in checkDeducedTemplateArguments()