Home
last modified time | relevance | path

Searched refs:tpn (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dkrb5tgs.c1573 char *spn = NULL, *cpn = NULL, *tpn = NULL, *dpn = NULL, *krbtgt_out_n = NULL; in tgs_build_reply() local
2030 tpn = cpn; in tgs_build_reply()
2114 ret = krb5_unparse_name(context, tp, &tpn); in tgs_build_reply()
2135 tpn, msg); in tgs_build_reply()
2146 ret = kdc_check_flags(context, config, s4u2self_impersonated_client, tpn, in tgs_build_reply()
2158 tpn); in tgs_build_reply()
2169 tpn); in tgs_build_reply()
2184 cpn, tpn, spn); in tgs_build_reply()
2202 "service %s %s", cpn, tpn, spn, str); in tgs_build_reply()
2258 ret = krb5_unparse_name(context, tp, &tpn); in tgs_build_reply()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dmul_fft.c534 mp_ptr a, b, tp, tpn; in mpn_fft_mul_modF_K() local
538 tpn = tp + n; in mpn_fft_mul_modF_K()
549 cc = mpn_add_n (tpn, tpn, b, n); in mpn_fft_mul_modF_K()
553 cc += mpn_add_n (tpn, tpn, a, n) + a[n]; in mpn_fft_mul_modF_K()
563 a[n] = mpn_sub_n (a, tp, tpn, n) && mpn_add_1 (a, a, n, CNST_LIMB(1)); in mpn_fft_mul_modF_K()
/netbsd-src/external/lgpl3/gmp/dist/mpn/arm64/
H A Dbdiv_q_1.asm113 L(tpn): ldr x9, [up],#8
119 cbnz n, L(tpn)
/netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Dbdiv_q_1.asm135 L(tpn): ld r9, 8(up)
142 bdnz L(tpn)
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d3771 Type tpn = tparam.nextOf(); in visit() local
3776 tpn = tpn.substWildTo(MODFlags.mutable); in visit()
3779 result = deduceType(t.nextOf(), sc, tpn, parameters, dedtypes, wm); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c3420 Type *tpn = tparam->nextOf(); in deduceType() local
3424 tpn = tpn->substWildTo(MODmutable); in deduceType()
3427 result = deduceType(t->nextOf(), sc, tpn, parameters, dedtypes, wm); in deduceType()