| /netbsd-src/usr.bin/xlint/lint2/ |
| H A D | chk.c | 237 type_t *tp1, *tp2; in chkvtui() local 251 tp2 = TP(call->f_type)->t_subt; in chkvtui() 252 eq = types_compatible(tp1, tp2, in chkvtui() 295 type_t *tp1, *tp2; in chkvtdi() local 308 tp2 = TP(sym->s_type); in chkvtdi() 310 if (tp1->t_tspec == FUNC && tp2->t_tspec == FUNC) { in chkvtdi() 312 xt2 = tp2->t_subt, true, false, false, &dowarn); in chkvtdi() 314 eq = types_compatible(xt1 = tp1, xt2 = tp2, in chkvtdi() 341 type_t *tp1, *tp2, **ap1, **ap2; in chkfaui() 376 if ((tp2 in chkfaui() 333 type_t *tp1, *tp2, **ap1, **ap2; chkfaui() local 1118 type_t **ap1, **ap2, *tp1, *tp2; check_argument_declarations() local 1189 types_compatible(type_t * tp1,type_t * tp2,bool ignqual,bool promot,bool asgn,bool * dowarn) types_compatible() argument 1315 prototypes_compatible(type_t * tp1,type_t * tp2,bool * dowarn) prototypes_compatible() argument [all...] |
| /netbsd-src/lib/libc/stdlib/ |
| H A D | merge.c | 116 u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; in mergesort() local 148 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) { in mergesort() 213 ICOPY_LIST(f2, tp2, b); in mergesort() 214 ICOPY_ELT(f1, tp2, i); in mergesort() 216 CCOPY_LIST(f2, tp2, b); in mergesort() 217 CCOPY_ELT(f1, tp2, i); in mergesort() 221 ICOPY_LIST(f1, tp2, b); in mergesort() 222 ICOPY_ELT(f2, tp2, i); in mergesort() 224 CCOPY_LIST(f1, tp2, b); in mergesort() 225 CCOPY_ELT(f2, tp2, i); in mergesort() [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
| H A D | bsqrtinv.c | 57 mp_ptr tp2; in mpn_bsqrtinv() local 65 tp2 = tp + bn; in mpn_bsqrtinv() 88 mpn_mullo_n (tp2, rp, tp, bn); /* tp2 <- rp ^ 3 */ in mpn_bsqrtinv() 92 mpn_mullo_n (rp, yp, tp2, bn); in mpn_bsqrtinv() 97 mpn_sub_n (tp2, tp, rp, bn); in mpn_bsqrtinv() 98 mpn_rshift (rp, tp2, bn, 1); in mpn_bsqrtinv()
|
| H A D | brootinv.c | 82 mp_ptr tp2, tp3; in mpn_brootinv() local 90 tp2 = tp + bn; in mpn_brootinv() 135 tp2[bn] = mpn_mul_1 (tp2, rp, bn, k2 << 1); in mpn_brootinv() 147 borrow = mpn_sub_n (tp, tp2, tp, pbn) != 0; in mpn_brootinv()
|
| H A D | perfpow.c | 89 mp_limb_t *tp2; in pow_equals() local 100 tp2 = TMP_ALLOC_LIMBS (y); in pow_equals() 102 i = mpn_pow_1 (tp, xp, xn, k, tp2); in pow_equals()
|
| /netbsd-src/sbin/cgdconfig/ |
| H A D | argon2_utils.c | 88 struct timespec tp1, tp2; in argon2id_calibrate() local 124 if (clock_gettime(CLOCK_MONOTONIC, &tp2) == -1) in argon2id_calibrate() 126 if (timespeccmp(&tp1, &tp2, >)) in argon2id_calibrate() 128 timespecsub(&tp2, &tp1, &delta); in argon2id_calibrate() 155 if (clock_gettime(CLOCK_MONOTONIC, &tp2) == -1) in argon2id_calibrate() 157 if (timespeccmp(&tp1, &tp2, >)) in argon2id_calibrate() 159 timespecsub(&tp2, &tp1, &delta); in argon2id_calibrate()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/ |
| H A D | aes_x86core.c | 603 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local 607 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 609 m = tp2 & 0x80808080; in AES_set_decrypt_key() 610 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 616 tpb = tp9 ^ tp2; in AES_set_decrypt_key() 618 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key() 915 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local 920 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^ in AES_decrypt() 922 m = tp2 & 0x80808080; in AES_decrypt() 923 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^ in AES_decrypt() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/ |
| H A D | aes_x86core.c | 603 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local 607 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 609 m = tp2 & 0x80808080; in AES_set_decrypt_key() 610 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 616 tpb = tp9 ^ tp2; in AES_set_decrypt_key() 618 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key() 915 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local 920 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^ in AES_decrypt() 922 m = tp2 & 0x80808080; in AES_decrypt() 923 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^ in AES_decrypt() [all …]
|
| H A D | aes_core.c | 1968 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local 1972 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 1974 m = tp2 & 0x80808080; in AES_set_decrypt_key() 1975 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 1981 tpb = tp9 ^ tp2; in AES_set_decrypt_key() 1983 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/asm/ |
| H A D | aes-mips.pl | 1666 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3); 1741 and $tp2,$tp1,$x7f7f7f7f 1743 addu $tp2,$tp2 # tp2<<1 1746 xor $tp2,$m 1748 and $m,$tp2,$x80808080 1749 and $tp4,$tp2,$x7f7f7f7f 1766 xor $tpb,$tp9,$tp2 1771 xor $tpe,$tp2 1772 rotr $tp2,$tp9,8 1775 xor $tpe,$tp2 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/ |
| H A D | aes-mips.pl | 1630 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3); 1705 and $tp2,$tp1,$x7f7f7f7f 1707 addu $tp2,$tp2 # tp2<<1 1710 xor $tp2,$m 1712 and $m,$tp2,$x80808080 1713 and $tp4,$tp2,$x7f7f7f7f 1730 xor $tpb,$tp9,$tp2 1735 xor $tpe,$tp2 1736 rotr $tp2,$tp9,8 1739 xor $tpe,$tp2 [all …]
|
| /netbsd-src/lib/libcrypt/ |
| H A D | crypt-argon2.c | 154 struct timespec tp1, tp2, delta; in estimate_argon2_params() 224 if (clock_gettime(CLOCK_MONOTONIC, &tp2) == -1) in estimate_argon2_params() 226 if (timespeccmp(&tp1, &tp2, >)) in estimate_argon2_params() 228 timespecsub(&tp2, &tp1, &delta); in estimate_argon2_params() 149 struct timespec tp1, tp2, delta; estimate_argon2_params() local
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | decl.c | 158 * tp2->u.sou'. in expr_unqualified_type() 2174 qualifiers_correspond(const type_t *tp1, const type_t *tp2, bool ignqual) in prototypes_compatible() 2177 if (tp1->t_const != tp2->t_const && !ignqual && allow_c90) in prototypes_compatible() 2179 if (tp1->t_volatile != tp2->t_volatile && !ignqual && allow_c90) in prototypes_compatible() 2185 pointer_types_are_compatible(const type_t *tp1, const type_t *tp2, bool ignqual) 2188 return tp1->t_tspec == VOID || tp2->t_tspec == VOID || 2189 qualifiers_correspond(tp1, tp2, ignqual); 2193 prototypes_compatible(const type_t *tp1, const type_t *tp2, bool *dowarn) 2196 if (tp1->t_vararg != tp2->t_vararg) in matches_no_arg_function() 2200 const sym_t *p2 = tp2 in matches_no_arg_function() 2147 qualifiers_correspond(const type_t * tp1,const type_t * tp2,bool ignqual) qualifiers_correspond() argument 2158 pointer_types_are_compatible(const type_t * tp1,const type_t * tp2,bool ignqual) pointer_types_are_compatible() argument 2166 prototypes_compatible(const type_t * tp1,const type_t * tp2,bool * dowarn) prototypes_compatible() argument 2220 types_compatible(const type_t * tp1,const type_t * tp2,bool ignqual,bool promot,bool * dowarn) types_compatible() argument [all...] |
| /netbsd-src/external/bsd/kyua-cli/dist/engine/ |
| H A D | test_program_test.cpp | 180 const engine::test_program tp2 = tp1; in ATF_TEST_CASE_BODY() local 181 ATF_REQUIRE( tp1 == tp2); in ATF_TEST_CASE_BODY() 182 ATF_REQUIRE(!(tp1 != tp2)); in ATF_TEST_CASE_BODY()
|
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | atf-report_test.sh | 34 cp $(atf_get_srcdir)/fail_helper dir1/tp2 61 tp: tp2 292 dir1/tp2 (2/5): 1 test cases
|
| /netbsd-src/sys/arch/sgimips/sgimips/ |
| H A D | arcemu.c | 512 volatile uint8_t *tp1, *tp2; in arcemu_ip6_GetMemoryDescriptor() 516 tp2 = tp1 + (4 * 1024 * 1024); in arcemu_ip6_GetMemoryDescriptor() 519 *tp2 = ~tmp; in arcemu_ip6_GetMemoryDescriptor()
|
| /netbsd-src/sbin/mount_qemufwcfg/ |
| H A D | virtdir.c | 48 const virt_dirent_t *tp2 = vp2; in compare() local 50 return strcmp(tp1->name, tp2->name); in compare()
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86/mmx/ |
| H A D | sec_tabselect.asm | 123 L(tp2): movq %mm6, %mm0 131 jne L(tp2)
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/arm/neon/ |
| H A D | sec_tabselect.asm | 112 L(tp2): vceq.i32 maskd, d26, d30 118 bne L(tp2)
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/ |
| H A D | sec_tabselect.asm | 135 L(tp2): sub $1, %rbx 145 jne L(tp2)
|
| /netbsd-src/games/larn/ |
| H A D | create.c | 342 int tp1, tp2; in troom() local 369 tp2 = playery; in troom() 385 playery = tp2; in troom()
|
| /netbsd-src/share/examples/refuse/virtdir/ |
| H A D | virtdir.c | 46 const virt_dirent_t *tp2 = (const virt_dirent_t *) vp2; in compare() local 48 return strcmp(tp1->name, tp2->name); in compare()
|
| /netbsd-src/external/bsd/iscsi/dist/src/initiator/ |
| H A D | virtdir.c | 46 const virt_dirent_t *tp2 = (const virt_dirent_t *) vp2; in compare() local 48 return strcmp(tp1->name, tp2->name); in compare()
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/fastsse/ |
| H A D | sec_tabselect.asm | 165 L(tp2): movdqa %xmm8, %xmm0 173 jne L(tp2)
|
| /netbsd-src/external/bsd/unbound/dist/validator/ |
| H A D | autotrust.c | 994 struct trust_anchor *tp = NULL, *tp2; in autr_read_file() local 1028 if(!(tp2=load_trustanchor(anchors, line, nm, origin, in autr_read_file() 1035 if(tp && tp != tp2) { in autr_read_file() 1044 tp = tp2; in autr_read_file() 2057 struct trust_anchor key, *tp2; in set_next_probe() local 2069 tp2 = (struct trust_anchor*)rbtree_search(env->anchors->tree, &key); in set_next_probe() 2070 if(!tp2) { in set_next_probe() 2075 log_assert(tp == tp2); in set_next_probe()
|