| /src/distrib/atari/misc/ |
| Makefile | 14 UUDECODE_FILES=chg_pid.ttp gzip.ttp rawwrite.ttp aptck.ttp file2swp.ttp 15 UUDECODE_FILES+=loadbsd.ttp
|
| /src/sys/arch/atari/stand/tostools/chg_pid/ |
| Makefile | 3 PROG = chg_pid.ttp
|
| /src/sys/arch/atari/stand/tostools/rawwrite/ |
| Makefile | 3 PROG = rawwrite.ttp
|
| /src/sys/arch/atari/stand/tostools/file2swp/ |
| Makefile | 3 PROG = file2swp.ttp
|
| /src/sys/arch/atari/stand/tostools/loadbsd/ |
| Makefile | 3 PROG = loadbsd.ttp
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| templateparamsem.d | 58 override void visit(TemplateTypeParameter ttp) 61 if (ttp.specType && !reliesOnTident(ttp.specType, parameters)) 63 ttp.specType = ttp.specType.typeSemantic(ttp.loc, sc); 68 if (ttp.defaultType) 70 ttp.defaultType = ttp.defaultType.typeSemantic(ttp.loc, sc) [all...] |
| dtemplate.d | 593 TemplateTypeParameter ttp = tp.isTemplateTypeParameter(); 594 if (ttp) 596 printf("\tparameter[%d] = %s : %s\n", i, tp.ident.toChars(), ttp.specType ? ttp.specType.toChars() : ""); 638 if (auto ttp = (*parameters)[0].isTemplateTupleParameter()) 640 if (ti.ident is ttp.ident && 647 else if (auto ttp = (*parameters)[0].isTemplateTypeParameter()) 649 if (ti.ident is ttp.ident) 1115 TemplateTypeParameter ttp = tp.isTemplateTypeParameter(); 1116 if (ttp) [all...] |
| cppmangle.d | 2017 if (auto ttp = arg.isTemplateTypeParameter()) 2018 ttp.defaultType.accept(this);
|
| dsymbol.d | 2007 if (auto ttp = te.type.isTypeTuple()) 2008 return dollarFromTypeTuple(loc, ttp, sc);
|
| dsymbolsem.d | 2576 if (TemplateTypeParameter ttp = (*tempdecl.parameters)[j].isTemplateTypeParameter()) 2578 if (reliesOnTident(ttp.specType, &tparams)) 6363 TemplateTupleParameter ttp = (*tempdecl.parameters)[0].isTemplateTupleParameter(); 6365 Declaration d = new TupleDeclaration(tempinst.loc, ttp.ident, &va.objects); 6388 TemplateTypeParameter ttp = (*tempdecl.parameters)[0].isTemplateTypeParameter(); 6393 Declaration d = new AliasDeclaration(tempinst.loc, ttp.ident, ta.addMod(ad.type.mod));
|
| /src/sys/arch/atari/stand/tostools/aptck/ |
| Makefile | 3 PROG = aptck.ttp
|
| /src/external/mpl/dhcp/dist/omapip/ |
| trace.c | 509 /* Get the next packet from the file. If ttp points to a nonzero pointer 513 isc_result_t trace_get_next_packet (trace_type_t **ttp, 575 if ((ttp != NULL) && (*ttp == NULL) && 598 if (ttp && *ttp && ttype != *ttp) { 600 ttype -> name, (*ttp) -> name); 639 if (ttp) 640 *ttp = ttype [all...] |
| /src/sys/dev/ |
| spkr.c | 574 tone_t ttp; local 592 error = copyin(tp, &ttp, sizeof(tone_t)); 595 if (ttp.duration == 0) 597 playonetone(sc, &ttp);
|
| /src/sys/dev/pcmcia/ |
| if_ray.c | 343 static struct timeval rtv, tv1, tv2, *ttp, *ltp; variable in typeref:struct: 346 microtime(ttp); \ 347 timersub(ttp, ltp, &rtv); \ 348 ttmp = ttp; ttp = ltp; ltp = ttmp; \ 350 (long int)ttp->tv_sec, \ 351 (long int)ttp->tv_usec, \ 358 microtime(ttp); \ 359 timersub(ttp, ltp, &rtv); \ 360 ttmp = ttp; ttp = ltp; ltp = ttmp; [all...] |
| /src/external/bsd/nvi/dist/vi/ |
| v_txt.c | 2872 TEXT *ttp; local 2887 for (ttp = TAILQ_FIRST(tiqh), input_len = 0;;) { 2888 input_len += ttp == tp ? tp->cno : ttp->len + ttp->R_erase; 2889 if ((ttp = TAILQ_NEXT(ttp, q)) == NULL)
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-common.cc | 9902 tree ttp; 9904 ttp = TREE_TYPE (type); 9907 ttp = TREE_TYPE (ctor); 9908 if (TREE_CODE (ttp) == ARRAY_TYPE) 9910 type = ttp; 9911 ttp = TREE_TYPE (ttp); 9917 if ((TREE_CODE (ttp) == ARRAY_TYPE || TREE_CODE (ttp) == INTEGER_TYPE) 9918 && TYPE_STRING_FLAG (ttp)) 9884 tree ttp; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-common.cc | 9441 tree ttp; 9443 ttp = TREE_TYPE (type); 9446 ttp = TREE_TYPE (ctor); 9447 if (TREE_CODE (ttp) == ARRAY_TYPE) 9449 type = ttp; 9450 ttp = TREE_TYPE (ttp); 9456 if ((TREE_CODE (ttp) == ARRAY_TYPE || TREE_CODE (ttp) == INTEGER_TYPE) 9457 && TYPE_STRING_FLAG (ttp)) 9423 tree ttp; local [all...] |