Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/heimdal/dist/kdc/
H A Dkrb5tgs.c2030 tpn = cpn; in tgs_build_reply()
2135 tpn, msg); in tgs_build_reply()
2158 tpn); in tgs_build_reply()
2169 tpn); in tgs_build_reply()
2184 cpn, tpn, spn); in tgs_build_reply()
2278 cpn, dpn, tpn, spn); in tgs_build_reply()
2288 cpn, dpn, tpn, spn); in tgs_build_reply()
2315 spn, cpn, dpn, tpn, from, msg); in tgs_build_reply()
2347 spn, tpn, dpn, cpn, from); in tgs_build_reply()
2453 if (tpn != cpn) in tgs_build_reply()
[all …]
/netbsd/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/external/lgpl3/gmp/dist/mpn/arm64/
H A Dbdiv_q_1.asm113 L(tpn): ldr x9, [up],#8
119 cbnz n, L(tpn)
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Dbdiv_q_1.asm135 L(tpn): ld r9, 8(up)
142 bdnz L(tpn)
/netbsd/external/bsd/tcpdump/dist/
H A Dprint-atalk.c513 register const struct atNBPtuple *tpn; in nbp_tuple_print() local
519 tpn = nbp_name_print(ndo, tp, ep); in nbp_tuple_print()
534 return (tpn); in nbp_tuple_print()
/netbsd/external/gpl3/gcc/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()
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/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()