Searched refs:td2 (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dtdata.c469 /* Merge td2 into td1. td2 is destroyed by the merge */
471 tdata_merge(tdata_t *td1, tdata_t *td2) argument
473 td1->td_curemark = MAX(td1->td_curemark, td2->td_curemark);
474 td1->td_curvgen = MAX(td1->td_curvgen, td2->td_curvgen);
475 td1->td_nextid = MAX(td1->td_nextid, td2->td_nextid);
477 hash_merge(td1->td_iihash, td2->td_iihash);
479 /* Add td2's type tree to the hashes */
480 tdata_build_hashes_common(td1, td2->td_iihash);
482 list_concat(&td1->td_fwdlist, td2
[all...]
/netbsd-current/sys/arch/mips/adm5120/dev/
H A Dahci.c830 static struct admhcd_td td_v[4] __attribute__((aligned(16))), *td, *td1, *td2, *td3; local
858 td2 = (struct admhcd_td *)KSEG1ADDR(&td_v[2]);
893 td1->next = td2;
897 td->next = td2;
900 td2->buffer = 0;
901 td2->buflen= 0;
902 td2->next = td3;
903 td2->control = (isread?ADMHCD_TD_OUT:ADMHCD_TD_IN) | ADMHCD_TD_DATA1 | ADMHCD_TD_OWN;
923 printf("td2: %p\n",td2);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Drtti.c684 tree result, td2, td3;
732 td2 = get_tinfo_decl (target_type);
733 if (!mark_used (td2, complain) && !(complain & tf_error))
735 td2 = cp_build_addr_expr (td2, complain);
753 elems[2] = td2;
682 tree result, td2, td3; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Drtti.cc702 tree result, td2, td3;
750 td2 = get_tinfo_decl (target_type);
751 if (!mark_used (td2, complain) && !(complain & tf_error))
753 td2 = cp_build_addr_expr (td2, complain);
771 elems[2] = td2;
700 tree result, td2, td3; local
/netbsd-current/sys/dev/pci/
H A Dunichromehw.h529 struct lcd_pwd_seq_td2 td2; member in struct:_lcd_pwd_seq_timer
566 uint16_t td2; member in struct:lcd_pwd_seq_timer
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtemplate.h85 MATCH leastAsSpecialized(Scope *sc, TemplateDeclaration *td2, Expressions *fargs);
H A Ddsymbol.d2594 auto td2 = s2.isAliasDeclaration(); // existing declaration
2595 if (td && td2)
2600 return td2;
H A Ddtemplate.d1237 * Determine partial specialization order of 'this' vs td2.
1239 * match this is at least as specialized as td2
1240 * 0 td2 is more specialized than this
1242 MATCH leastAsSpecialized(Scope* sc, TemplateDeclaration td2, Expressions* fargs)
1247 printf("%s.leastAsSpecialized(%s)\n", toChars(), td2.toChars());
1251 * declaration and feeding them to td2 as if it were a template
1254 * as td2.
1274 Objects dedtypes = Objects(td2.parameters.dim);
1277 MATCH m = td2.matchWithInstance(sc, ti, &dedtypes, fargs, 1);
1284 if (tp && !tp.dependent && !td2
[all...]
/netbsd-current/external/bsd/atf/dist/tools/
H A Dfs_test.cpp467 tools::fs::temp_dir td2(tmpl);
469 t2 = td2.get_path();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h94 MATCH leastAsSpecialized(Scope *sc, TemplateDeclaration *td2, Expressions *fargs);
H A Ddtemplate.c980 * Determine partial specialization order of 'this' vs td2.
982 * match this is at least as specialized as td2
983 * 0 td2 is more specialized than this
986 MATCH TemplateDeclaration::leastAsSpecialized(Scope *sc, TemplateDeclaration *td2, Expressions *fargs) argument
989 * declaration and feeding them to td2 as if it were a template
992 * as td2.
1014 dedtypes.setDim(td2->parameters->dim);
1017 MATCH m = td2->matchWithInstance(sc, &ti, &dedtypes, fargs, 1);
1024 if (tp && !tp->dependent && !td2->isVariadic())
7227 if (TemplateDeclaration *td2
[all...]

Completed in 295 milliseconds