Searched refs:tp2 (Results 1 - 25 of 54) sorted by relevance

123

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dbsqrtinv.c57 mp_ptr tp2; local
65 tp2 = tp + bn;
88 mpn_mullo_n (tp2, rp, tp, bn); /* tp2 <- rp ^ 3 */
92 mpn_mullo_n (rp, yp, tp2, bn);
97 mpn_sub_n (tp2, tp, rp, bn);
98 mpn_rshift (rp, tp2, bn, 1);
H A Dbrootinv.c82 mp_ptr tp2, tp3; local
90 tp2 = tp + bn;
134 mpn_sqr (tp, rp, bn); /* Result may overlap tp2 */
135 tp2[bn] = mpn_mul_1 (tp2, rp, bn, k2 << 1);
142 /* mpn_sub (tp, tp2, ((bn + 1) >> 1) + 1, tp, bn); */
145 mp_size_t pbn = (bn + 3) >> 1; /* Size of tp2 */
147 borrow = mpn_sub_n (tp, tp2, tp, pbn) != 0;
H A Dperfpow.c89 mp_limb_t *tp2; local
100 tp2 = TMP_ALLOC_LIMBS (y);
102 i = mpn_pow_1 (tp, xp, xn, k, tp2);
/netbsd-current/lib/libc/stdlib/
H A Dmerge.c116 u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; local
148 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
213 ICOPY_LIST(f2, tp2, b);
214 ICOPY_ELT(f1, tp2, i);
216 CCOPY_LIST(f2, tp2, b);
217 CCOPY_ELT(f1, tp2, i);
221 ICOPY_LIST(f1, tp2, b);
222 ICOPY_ELT(f2, tp2, i);
224 CCOPY_LIST(f1, tp2, b);
225 CCOPY_ELT(f2, tp2,
[all...]
/netbsd-current/sbin/cgdconfig/
H A Dargon2_utils.c88 struct timespec tp1, tp2; local
124 if (clock_gettime(CLOCK_MONOTONIC, &tp2) == -1)
126 if (timespeccmp(&tp1, &tp2, >))
128 timespecsub(&tp2, &tp1, &delta);
155 if (clock_gettime(CLOCK_MONOTONIC, &tp2) == -1)
157 if (timespeccmp(&tp1, &tp2, >))
159 timespecsub(&tp2, &tp1, &delta);
/netbsd-current/usr.bin/xlint/lint2/
H A Dchk.c237 type_t *tp1, *tp2; local
251 tp2 = TP(call->f_type)->t_subt;
252 eq = types_compatible(tp1, tp2,
295 type_t *tp1, *tp2; local
308 tp2 = TP(sym->s_type);
310 if (tp1->t_tspec == FUNC && tp2->t_tspec == FUNC) {
312 xt2 = tp2->t_subt, true, false, false, &dowarn);
314 eq = types_compatible(xt1 = tp1, xt2 = tp2,
333 type_t *tp1, *tp2, **ap1, **ap2; local
368 if ((tp2
1118 type_t **ap1, **ap2, *tp1, *tp2; local
1189 types_compatible(type_t *tp1, type_t *tp2, bool ignqual, bool promot, bool asgn, bool *dowarn) argument
1315 prototypes_compatible(type_t *tp1, type_t *tp2, bool *dowarn) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/ia64/
H A Dsec_tabselect.asm54 define(`tp2', `r15')
71 add tp2 = 8, tp1
94 add tp2 = 8, tp2
113 ld8 r17 = [tp2], 16
/netbsd-current/external/lgpl3/gmp/dist/mpn/vax/
H A Daddmul_1.asm89 L(tp2): movl (r8)+, r1
104 sobgtr r7, L(tp2)
121 sobgtr r7, L(tp2)
H A Dsubmul_1.asm89 L(tp2): movl (r8)+, r1
104 sobgtr r7, L(tp2)
121 sobgtr r7, L(tp2)
H A Dmul_1.asm85 L(tp2): movl (r8)+, r1
98 sobgtr r7, L(tp2)
115 sobgtr r7, L(tp2)
/netbsd-current/lib/libcrypt/
H A Dcrypt-argon2.c149 struct timespec tp1, tp2, delta; local
219 if (clock_gettime(CLOCK_MONOTONIC, &tp2) == -1)
221 if (timespeccmp(&tp1, &tp2, >))
223 timespecsub(&tp2, &tp1, &delta);
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-atalk.c596 struct hnamemem *tp, *tp2; local
660 for (tp2 = &hnametable[i & (HASHNAMESIZE-1)]; tp2->nxt; tp2 = tp2->nxt)
661 if (tp2->addr == i) {
665 tp2->name, athost);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aes/
H A Daes_x86core.c603 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
607 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
609 m = tp2 & 0x80808080;
610 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
616 tpb = tp9 ^ tp2;
618 tpe = tp8 ^ tp4 ^ tp2;
915 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
920 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
922 m = tp2 & 0x80808080;
923 tp4 = ((tp2
992 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_x86core.c603 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
607 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
609 m = tp2 & 0x80808080;
610 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
616 tpb = tp9 ^ tp2;
618 tpe = tp8 ^ tp4 ^ tp2;
915 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
920 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
922 m = tp2 & 0x80808080;
923 tp4 = ((tp2
992 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
[all...]
/netbsd-current/usr.bin/xlint/lint1/
H A Ddecl.c158 * tp2->u.sou'.
2147 qualifiers_correspond(const type_t *tp1, const type_t *tp2, bool ignqual) argument
2150 if (tp1->t_const != tp2->t_const && !ignqual && allow_c90)
2152 if (tp1->t_volatile != tp2->t_volatile && !ignqual && allow_c90)
2158 pointer_types_are_compatible(const type_t *tp1, const type_t *tp2, bool ignqual) argument
2161 return tp1->t_tspec == VOID || tp2->t_tspec == VOID ||
2162 qualifiers_correspond(tp1, tp2, ignqual);
2166 prototypes_compatible(const type_t *tp1, const type_t *tp2, bool *dowarn) argument
2169 if (tp1->t_vararg != tp2->t_vararg)
2173 const sym_t *p2 = tp2
2220 types_compatible(const type_t *tp1, const type_t *tp2, bool ignqual, bool promot, bool *dowarn) argument
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dtest_program_test.cpp180 const engine::test_program tp2 = tp1; local
181 ATF_REQUIRE( tp1 == tp2);
182 ATF_REQUIRE(!(tp1 != tp2));
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm64/
H A Dsec_tabselect.asm95 L(tp2): cmeq maskq.2d, v5.2d, v7.2d
101 cbnz i, L(tp2)
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/
H A Dsec_tabselect.asm100 L(tp2): subs c, c, #1
109 bge L(tp2)
/netbsd-current/sbin/mount_qemufwcfg/
H A Dvirtdir.c48 const virt_dirent_t *tp2 = vp2; local
50 return strcmp(tp1->name, tp2->name);
/netbsd-current/external/bsd/atf/dist/tools/
H A Datf-report_test.sh34 cp $(atf_get_srcdir)/fail_helper dir1/tp2
61 tp: tp2
262 tc, #.#, dir1/tp2, main, failed, This always fails
263 tp, #.#, dir1/tp2, failed
292 dir1/tp2 (2/5): 1 test cases
312 dir1/tp2:main, tp4:main
348 <tp id="dir1/tp2">
/netbsd-current/sys/arch/sgimips/sgimips/
H A Darcemu.c512 volatile uint8_t *tp1, *tp2;
516 tp2 = tp1 + (4 * 1024 * 1024);
519 *tp2 = ~tmp;
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc32/
H A Dsec_tabselect.asm109 L(tp2): addic i, i, -1
118 bdnz L(tp2)
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dsec_tabselect.asm123 L(tp2): subcc %o1, 1, %o1
132 brnz i, L(tp2)
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/
H A Dsec_tabselect.asm104 L(tp2): ldq r4, 0(tp)
114 bne i, L(tp2)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dsec_tabselect.asm135 L(tp2): sub $1, %rbx
145 jne L(tp2)

Completed in 274 milliseconds

123