Home
last modified time | relevance | path

Searched refs:tp2 (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/libdiff/compat/
H A Dmerge.c185 ICOPY_LIST(f2, tp2, b); in mergesort()
186 ICOPY_ELT(f1, tp2, i); in mergesort()
188 CCOPY_LIST(f2, tp2, b); in mergesort()
189 CCOPY_ELT(f1, tp2, i); in mergesort()
193 ICOPY_LIST(f1, tp2, b); in mergesort()
194 ICOPY_ELT(f2, tp2, i); in mergesort()
196 CCOPY_LIST(f1, tp2, b); in mergesort()
197 CCOPY_ELT(f2, tp2, i); in mergesort()
203 ICOPY_LIST(f2, tp2, l2); in mergesort()
205 CCOPY_LIST(f2, tp2, l2); in mergesort()
[all …]
/freebsd/lib/libc/stdlib/
H A Dmerge.c198 ICOPY_LIST(f2, tp2, b); in mergesort_b()
199 ICOPY_ELT(f1, tp2, i); in mergesort_b()
201 CCOPY_LIST(f2, tp2, b); in mergesort_b()
202 CCOPY_ELT(f1, tp2, i); in mergesort_b()
206 ICOPY_LIST(f1, tp2, b); in mergesort_b()
207 ICOPY_ELT(f2, tp2, i); in mergesort_b()
209 CCOPY_LIST(f1, tp2, b); in mergesort_b()
210 CCOPY_ELT(f2, tp2, i); in mergesort_b()
216 ICOPY_LIST(f2, tp2, l2); in mergesort_b()
218 CCOPY_LIST(f2, tp2, l2); in mergesort_b()
[all …]
/freebsd/sys/dev/nmdm/
H A Dnmdm.c322 struct tty *tp2; in nmdm_param() local
325 tp2 = np->np_other->np_tty; in nmdm_param()
327 if (!((t->c_cflag | tp2->t_termios.c_cflag) & CDSR_OFLOW)) { in nmdm_param()
340 bpc = imax(bits_per_char(t), bits_per_char(&tp2->t_termios)); in nmdm_param()
344 speed = imin(tp2->t_termios.c_ospeed, t->c_ispeed); in nmdm_param()
369 t = &tp2->t_termios; in nmdm_param()
370 tp2 = tp; in nmdm_param()
/freebsd/usr.bin/calendar/
H A Dday.c49 settimes(time_t now, int before, int after, int friday, struct tm *tp1, struct tm *tp2) in settimes() argument
63 localtime_r(&time2, tp2); in settimes()
64 year2 = 1900 + tp2->tm_year; in settimes()
H A Dcalendar.c71 struct tm tp1, tp2; in main() local
181 settimes(f_time, f_dayBefore, f_dayAfter, Friday, &tp1, &tp2); in main()
182 generatedates(&tp1, &tp2); in main()
H A Dcalendar.h160 void settimes(time_t,int before, int after, int friday, struct tm *tp1, struct tm *tp2);
182 void generatedates(struct tm *tp1, struct tm *tp2);
H A Ddates.c170 generatedates(struct tm *tp1, struct tm *tp2) in generatedates() argument
179 y2 = tp2->tm_year; in generatedates()
180 m2 = tp2->tm_mon + 1; in generatedates()
181 d2 = tp2->tm_mday; in generatedates()
/freebsd/crypto/openssl/crypto/aes/
H A Daes_x86core.c607 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()
922 m = tp2 & 0x80808080; in AES_decrypt()
929 tpb = tp9 ^ tp2; in AES_decrypt()
931 tpe = tp8 ^ tp4 ^ tp2; in AES_decrypt()
999 m = tp2 & 0x80808080; in AES_decrypt()
1006 tpb = tp9 ^ tp2; in AES_decrypt()
[all …]
H A Daes_core.c1984 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local
1988 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key()
1990 m = tp2 & 0x80808080; in AES_set_decrypt_key()
1991 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key()
1997 tpb = tp9 ^ tp2; in AES_set_decrypt_key()
1999 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c462 char *cp, *tp2, tmpbuf[MaxPathLen]; in mput() local
477 tp2 = tmpbuf; in mput()
478 while ((*tp2 = *tp) != '\0') { in mput()
480 *tp2 = 'a' + *tp2 - 'A'; in mput()
483 tp2++; in mput()
630 tp2 = tmpbuf; in getit()
631 while ((*tp2 = *tp) != '\0') { in getit()
633 *tp2 = 'a' + *tp2 - 'A'; in getit()
636 tp2++; in getit()
741 *tp2++ = tolower(ch); in mget()
[all …]
/freebsd/contrib/kyua/model/
H A Dtest_program_test.cpp318 const TestProgram tp2 = tp1; in check_operators_eq_and_ne__copy() local
319 ATF_REQUIRE( tp1 == tp2); in check_operators_eq_and_ne__copy()
320 ATF_REQUIRE(!(tp1 != tp2)); in check_operators_eq_and_ne__copy()
489 const TestProgram tp2( in check_operator_lt() local
500 ATF_REQUIRE( tp1 < tp2); in check_operator_lt()
501 ATF_REQUIRE(!(tp2 < tp1)); in check_operator_lt()
510 programs.insert(tp2); in check_operator_lt()
/freebsd/contrib/tcpdump/
H A Dprint-atalk.c591 struct hnamemem *tp, *tp2; in ataddr_string() local
655 for (tp2 = &hnametable[i & (HASHNAMESIZE-1)]; tp2->nxt; tp2 = tp2->nxt) in ataddr_string()
656 if (tp2->addr == i) { in ataddr_string()
660 tp2->name, athost); in ataddr_string()
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl1743 addu $tp2,$tp2 # tp2<<1
1746 xor $tp2,$m
1766 xor $tpb,$tp9,$tp2
1771 xor $tpe,$tp2
1772 rotr $tp2,$tp9,8
1775 xor $tpe,$tp2
1780 xor $tpe,$tp2
1784 xor $tpe,$tp2
1788 xor $tpe,$tp2
1789 _ror $tp2,$tpb,-8
[all …]
H A Daes-586.pl1283 my $tp2 = @s[($i+2)%4]; $tp2 = @s[2] if ($i==1);
1295 &xor ($tp2,$acc);
1298 &and ($tmp,$tp2);
1301 &lea ($tp4,&DWP(0,$tp2,$tp2));
1321 &xor ($tp2,$tp8);
1324 &rotl ($tp2,24);
2892 &xor ($tp2,$acc);
2895 &and ($tmp,$tp2);
2896 &lea ($tp4,&DWP(0,$tp2,$tp2));
2919 &xor ($tp1,$tp2);
[all …]
H A Daes-x86_64.pl1569 my ($tp1,$tp2,$tp4,$tp8,$acc)=("%eax","%ebx","%edi","%edx","%r8d");
1576 lea 0($tp1,$tp1),$tp2
1578 and \$0xfefefefe,$tp2
1580 xor $tp2,$acc
1581 mov $acc,$tp2
1586 lea 0($tp2,$tp2),$tp4
1590 xor $tp1,$tp2 # tp2^tp1
1606 xor $tp8,$tp2 # tp2^tp1^tp8
1608 xor $tp2,$tp8
1612 rol \$24,$tp2 # ROTATE(tp2^tp1^tp8,24)
[all …]
/freebsd/contrib/unbound/validator/
H A Dautotrust.c998 struct trust_anchor *tp = NULL, *tp2; in autr_read_file() local
1032 if(!(tp2=load_trustanchor(anchors, line, nm, origin, in autr_read_file()
1039 if(tp && tp != tp2) { in autr_read_file()
1048 tp = tp2; in autr_read_file()
2061 struct trust_anchor key, *tp2; in set_next_probe() local
2073 tp2 = (struct trust_anchor*)rbtree_search(env->anchors->tree, &key); in set_next_probe()
2074 if(!tp2) { in set_next_probe()
2079 log_assert(tp == tp2); in set_next_probe()
/freebsd/sys/teken/
H A Dteken_subr.h819 teken_pos_t tp2; in teken_subr_do_putchar() local
823 tp2.tp_row = tp->tp_row; in teken_subr_do_putchar()
824 tp2.tp_col = tp->tp_col + 1; in teken_subr_do_putchar()
827 teken_funcs_putchar(t, &tp2, c, &attr); in teken_subr_do_putchar()
/freebsd/sys/netinet/
H A Dsctp_indata.c3752 struct sctp_tmit_chunk *tp1, *tp2, *a_adv = NULL; in sctp_try_advance_peer_ack_point() local
3759 TAILQ_FOREACH_SAFE(tp1, &asoc->sent_queue, sctp_next, tp2) { in sctp_try_advance_peer_ack_point()
3929 struct sctp_tmit_chunk *tp1, *tp2; in sctp_express_handle_sack() local
4020 TAILQ_FOREACH_SAFE(tp1, &asoc->sent_queue, sctp_next, tp2) { in sctp_express_handle_sack()
4408 struct sctp_tmit_chunk *tp1, *tp2; in sctp_handle_sack() local
4770 TAILQ_FOREACH_SAFE(tp1, &asoc->sent_queue, sctp_next, tp2) { in sctp_handle_sack()
H A Dsctputil.c5070 struct sctp_tmit_chunk *chk = NULL, *tp2; in sctp_release_pr_sctp_chunk() local
5146 TAILQ_FOREACH_SAFE(tp1, &stcb->asoc.send_queue, sctp_next, tp2) { in sctp_release_pr_sctp_chunk()