| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | templateparamsem.d | 58 override void visit(TemplateTypeParameter ttp) in visit() argument 61 if (ttp.specType && !reliesOnTident(ttp.specType, parameters)) in visit() 63 ttp.specType = ttp.specType.typeSemantic(ttp.loc, sc); in visit() 68 if (ttp.defaultType) in visit() 70 ttp.defaultType = ttp.defaultType.typeSemantic(ttp.loc, sc); in visit() 73 result = !(ttp.specType && isError(ttp.specType)); in visit() 126 override void visit(TemplateTupleParameter ttp) in visit() argument
|
| H A D | dtemplate.d | 593 TemplateTypeParameter ttp = tp.isTemplateTypeParameter(); in version() local 594 if (ttp) in version() 596 …printf("\tparameter[%d] = %s : %s\n", i, tp.ident.toChars(), ttp.specType ? ttp.specType.toChars()… in version() 638 if (auto ttp = (*parameters)[0].isTemplateTupleParameter()) variable 640 if (ti.ident is ttp.ident && 647 else if (auto ttp = (*parameters)[0].isTemplateTypeParameter()) variable 649 if (ti.ident is ttp.ident) 1115 TemplateTypeParameter ttp = tp.isTemplateTypeParameter(); in matchWithInstance() local 1116 if (ttp) in matchWithInstance() 1117 …printf("\tparameter[%d] is %s : %s\n", i, tp.ident.toChars(), ttp.specType ? ttp.specType.toChars(… in matchWithInstance() [all …]
|
| H A D | dsymbol.d | 2007 if (auto ttp = te.type.isTypeTuple()) variable 2008 return dollarFromTypeTuple(loc, ttp, sc);
|
| H A D | cppmangle.d | 2017 if (auto ttp = arg.isTemplateTypeParameter()) in visit() local 2018 ttp.defaultType.accept(this); in visit()
|
| H A D | dsymbolsem.d | 2576 if (TemplateTypeParameter ttp = (*tempdecl.parameters)[j].isTemplateTypeParameter()) in visit() local 2578 if (reliesOnTident(ttp.specType, &tparams)) in visit() 6363 TemplateTupleParameter ttp = (*tempdecl.parameters)[0].isTemplateTupleParameter(); in aliasSeqInstanceSemantic() local 6365 Declaration d = new TupleDeclaration(tempinst.loc, ttp.ident, &va.objects); in aliasSeqInstanceSemantic() 6388 TemplateTypeParameter ttp = (*tempdecl.parameters)[0].isTemplateTypeParameter(); in aliasInstanceSemantic() local 6393 Declaration d = new AliasDeclaration(tempinst.loc, ttp.ident, ta.addMod(ad.type.mod)); in aliasInstanceSemantic()
|
| /netbsd-src/distrib/atari/misc/ |
| H A D | Makefile | 14 UUDECODE_FILES=chg_pid.ttp gzip.ttp rawwrite.ttp aptck.ttp file2swp.ttp 15 UUDECODE_FILES+=loadbsd.ttp
|
| /netbsd-src/external/mpl/dhcp/dist/omapip/ |
| H A D | trace.c | 513 isc_result_t trace_get_next_packet (trace_type_t **ttp, in trace_get_next_packet() argument 575 if ((ttp != NULL) && (*ttp == NULL) && in trace_get_next_packet() 598 if (ttp && *ttp && ttype != *ttp) { in trace_get_next_packet() 600 ttype -> name, (*ttp) -> name); in trace_get_next_packet() 639 if (ttp) in trace_get_next_packet() 640 *ttp = ttype; in trace_get_next_packet() 644 isc_result_t trace_get_packet (trace_type_t **ttp, in trace_get_packet() argument 660 status = trace_get_next_packet (ttp, tpkt, buf, buflen, &bufmax); in trace_get_packet()
|
| /netbsd-src/sys/dev/ |
| H A D | spkr.c | 574 tone_t ttp; in spkrioctl() local 592 error = copyin(tp, &ttp, sizeof(tone_t)); in spkrioctl() 595 if (ttp.duration == 0) in spkrioctl() 597 playonetone(sc, &ttp); in spkrioctl()
|
| /netbsd-src/sys/arch/atari/stand/tostools/chg_pid/ |
| H A D | Makefile | 3 PROG = chg_pid.ttp
|
| /netbsd-src/sys/arch/atari/stand/tostools/rawwrite/ |
| H A D | Makefile | 3 PROG = rawwrite.ttp
|
| /netbsd-src/sys/arch/atari/stand/tostools/file2swp/ |
| H A D | Makefile | 3 PROG = file2swp.ttp
|
| /netbsd-src/sys/arch/atari/stand/tostools/loadbsd/ |
| H A D | Makefile | 3 PROG = loadbsd.ttp
|
| /netbsd-src/sys/dev/pcmcia/ |
| H A D | if_ray.c | 343 static struct timeval rtv, tv1, tv2, *ttp, *ltp; variable 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; \ 362 (long int)ttp->tv_sec, \ [all …]
|
| /netbsd-src/sys/arch/atari/stand/tostools/aptck/ |
| H A D | Makefile | 3 PROG = aptck.ttp
|
| /netbsd-src/external/bsd/nvi/dist/vi/ |
| H A D | v_txt.c | 2872 TEXT *ttp; in txt_Rresolve() local 2887 for (ttp = TAILQ_FIRST(tiqh), input_len = 0;;) { in txt_Rresolve() 2888 input_len += ttp == tp ? tp->cno : ttp->len + ttp->R_erase; in txt_Rresolve() 2889 if ((ttp = TAILQ_NEXT(ttp, q)) == NULL) in txt_Rresolve()
|
| /netbsd-src/distrib/common/ |
| H A D | protocols | 84 ttp 84 TTP
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.c | 8958 tree ttp; in braced_lists_to_strings() local 8960 ttp = TREE_TYPE (type); in braced_lists_to_strings() 8963 ttp = TREE_TYPE (ctor); in braced_lists_to_strings() 8964 if (TREE_CODE (ttp) == ARRAY_TYPE) in braced_lists_to_strings() 8966 type = ttp; in braced_lists_to_strings() 8967 ttp = TREE_TYPE (ttp); in braced_lists_to_strings() 8973 if ((TREE_CODE (ttp) == ARRAY_TYPE || TREE_CODE (ttp) == INTEGER_TYPE) in braced_lists_to_strings() 8974 && TYPE_STRING_FLAG (ttp)) in braced_lists_to_strings() 8977 code = TREE_CODE (ttp); in braced_lists_to_strings() 8978 if (code == ARRAY_TYPE || RECORD_OR_UNION_TYPE_P (ttp)) in braced_lists_to_strings() [all …]
|
| H A D | c.opt | 1660 fnew-ttp-matching
|
| /netbsd-src/sys/dev/microcode/radeon/ |
| H A D | LICENSE.radeon | 64 of Industry and Security?s website at ttp://www.bis.doc.gov/.
|
| /netbsd-src/external/bsd/ipf/dist/etc/ |
| H A D | protocols | 85 ttp 84 TTP # TTP
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.cc | 9423 tree ttp; in braced_lists_to_strings() local 9425 ttp = TREE_TYPE (type); in braced_lists_to_strings() 9428 ttp = TREE_TYPE (ctor); in braced_lists_to_strings() 9429 if (TREE_CODE (ttp) == ARRAY_TYPE) in braced_lists_to_strings() 9431 type = ttp; in braced_lists_to_strings() 9432 ttp = TREE_TYPE (ttp); in braced_lists_to_strings() 9438 if ((TREE_CODE (ttp) == ARRAY_TYPE || TREE_CODE (ttp) == INTEGER_TYPE) in braced_lists_to_strings() 9439 && TYPE_STRING_FLAG (ttp)) in braced_lists_to_strings() 9442 code = TREE_CODE (ttp); in braced_lists_to_strings() 9443 if (code == ARRAY_TYPE || RECORD_OR_UNION_TYPE_P (ttp)) in braced_lists_to_strings() [all …]
|
| /netbsd-src/distrib/atari/floppies/prepare/ |
| H A D | install.md | 168 Now you can use file2swap.ttp to transfer the install.fs to your
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dtemplate.c | 656 if (TemplateTypeParameter *ttp = (*parameters)[j]->isTemplateTypeParameter()) in semantic() local 658 if (reliesOnTident(ttp->specType, &tparams)) in semantic() 1266 TemplateThisParameter *ttp = (*parameters)[i]->isTemplateThisParameter(); in deduceFunctionTemplateMatch() local 1267 if (ttp) in deduceFunctionTemplateMatch() 1271 Type *t = new TypeIdentifier(Loc(), ttp->ident); in deduceFunctionTemplateMatch() 2671 TemplateThisParameter *ttp = tp->isTemplateThisParameter(); in doHeaderInstantiation() local 2672 if (ttp) in doHeaderInstantiation()
|
| /netbsd-src/etc/ |
| H A D | protocols | 167 ttp 84 TTP iptm IPTM # Transaction Transport [Jim_Stevens]
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| H A D | NetBSD-6.0_RC1_hashes.asc | 1014 SHA1 (NetBSD-6.0_RC1/atari/installation/misc/file2swp.ttp) = 9aabfba1673d710445ce4a151e070cd00a3647… 1015 SHA512 (NetBSD-6.0_RC1/atari/installation/misc/file2swp.ttp) = d522703bab622aad1f125bf076fa58ea8a30… 1016 RMD160 (NetBSD-6.0_RC1/atari/installation/misc/file2swp.ttp) = 5bc12b2214b90eefc315f50321b072f33594… 1017 MD5 (NetBSD-6.0_RC1/atari/installation/misc/file2swp.ttp) = b2e39863389322ab0834a30a58fbe553 1018 SHA1 (NetBSD-6.0_RC1/atari/installation/misc/aptck.ttp) = 9a1b1b99bd6b50281cb1a1416f854b1d1e0909c4 1019 SHA512 (NetBSD-6.0_RC1/atari/installation/misc/aptck.ttp) = 90fedb40ba1ada8a28b228c0ad34ce9e400b3f9… 1020 RMD160 (NetBSD-6.0_RC1/atari/installation/misc/aptck.ttp) = e399308e499e2e859eba1fc190208537421e407a 1021 MD5 (NetBSD-6.0_RC1/atari/installation/misc/aptck.ttp) = 5061a34d4cd283af586c5f382b546a82 1022 SHA1 (NetBSD-6.0_RC1/atari/installation/misc/chg_pid.ttp) = a989a7318087ebccdb92ea9c84e81a8fcb1d2bd3 1023 SHA512 (NetBSD-6.0_RC1/atari/installation/misc/chg_pid.ttp) = 15dca31b0555023ba6e2b04e6bca504adddcc… [all …]
|