Searched refs:tp (Results 151 - 175 of 1220) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_hypot.c94 ATF_TP_ADD_TCS(tp)
97 ATF_TP_ADD_TC(tp, hypot_integer);
98 ATF_TP_ADD_TC(tp, hypotf_integer);
99 ATF_TP_ADD_TC(tp, pr50698);
101 ATF_TP_ADD_TC(tp, hypotl_near_underflow);
H A Dt_cbrt.c347 ATF_TP_ADD_TCS(tp)
350 ATF_TP_ADD_TC(tp, cbrt_nan);
351 ATF_TP_ADD_TC(tp, cbrt_pow);
352 ATF_TP_ADD_TC(tp, cbrt_inf_neg);
353 ATF_TP_ADD_TC(tp, cbrt_inf_pos);
354 ATF_TP_ADD_TC(tp, cbrt_zero_neg);
355 ATF_TP_ADD_TC(tp, cbrt_zero_pos);
357 ATF_TP_ADD_TC(tp, cbrtf_nan);
358 ATF_TP_ADD_TC(tp, cbrtf_powf);
359 ATF_TP_ADD_TC(tp, cbrtf_inf_ne
[all...]
H A Dt_sqrt.c343 ATF_TP_ADD_TCS(tp)
346 ATF_TP_ADD_TC(tp, sqrt_nan);
347 ATF_TP_ADD_TC(tp, sqrt_pow);
348 ATF_TP_ADD_TC(tp, sqrt_inf_neg);
349 ATF_TP_ADD_TC(tp, sqrt_inf_pos);
350 ATF_TP_ADD_TC(tp, sqrt_zero_neg);
351 ATF_TP_ADD_TC(tp, sqrt_zero_pos);
353 ATF_TP_ADD_TC(tp, sqrtf_nan);
354 ATF_TP_ADD_TC(tp, sqrtf_powf);
355 ATF_TP_ADD_TC(tp, sqrtf_inf_ne
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dpmap.c140 static void pmap_bootstrap_set_tte(struct tte *tp, u_long vpn, u_long data);
143 struct tte *tp, vm_offset_t va);
144 static int pmap_unwire_tte(pmap_t pm, pmap_t pm2, struct tte *tp,
307 struct tte *tp; local
551 tp = tsb_kvtotte(va + off);
555 pmap_bootstrap_set_tte(tp, vpn, data);
595 tp = tsb_kvtotte(va);
599 pmap_bootstrap_set_tte(tp, vpn, data);
642 tp = tsb_kvtotte(va);
652 pmap_bootstrap_set_tte(tp, vp
774 pmap_bootstrap_set_tte(struct tte *tp, u_long vpn, u_long data) argument
832 struct tte *tp; local
855 struct tte *tp; local
896 struct tte *tp; local
909 struct tte *tp; local
984 struct tte *tp; local
1058 struct tte *tp; local
1106 struct tte *tp; local
1121 struct tte *tp; local
1143 struct tte *tp; local
1336 pmap_remove_tte(struct pmap *pm, struct pmap *pm2, struct tte *tp, vm_offset_t va) argument
1372 struct tte *tp; local
1400 struct tte *tp; local
1432 pmap_protect_tte(struct pmap *pm, struct pmap *pm2, struct tte *tp, vm_offset_t va) argument
1454 struct tte *tp; local
1510 struct tte *tp; local
1697 pmap_unwire_tte(pmap_t pm, pmap_t pm2, struct tte *tp, vm_offset_t va) argument
1721 struct tte *tp; local
1735 pmap_copy_tte(pmap_t src_pmap, pmap_t dst_pmap, struct tte *tp, vm_offset_t va) argument
1756 struct tte *tp; local
1787 struct tte *tp; local
1818 struct tte *tp; local
1850 struct tte *tp; local
1883 struct tte *tp; local
1965 struct tte *tp; local
1989 struct tte *tp; local
2028 struct tte *tp; local
2058 struct tte *tp; local
2089 struct tte *tp; local
2124 struct tte *tp; local
2155 struct tte *tp; local
2207 struct tte *tp; local
2237 struct tte *tp; local
2267 struct tte *tp; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dvis3-mont.pl81 ($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz,$anp)=map("%l$_",(0..7));
85 add %sp, $bias+$frame, $tp
87 add $tp, %g5, $anp
122 mulx $lo0, $n0, $m1 ! "tp[0]"*n0
175 stx $lo1, [$tp] ! tp[j-1]
176 add $tp, 8, $tp ! tp++
188 stx $lo1, [$tp] ! t
[all...]
H A Dppc-mont.pl95 $tp="r22";
154 addi $tp,$sp,$LOCALS
161 $UMULL $m1,$lo0,$n0 ; "tp[0]"*n0
191 $ST $lo1,0($tp) ; tp[j-1]
194 addi $tp,$tp,$BNSZ ; tp++
204 $ST $lo1,0($tp) ; tp[
[all...]
/freebsd-11-stable/sys/dev/cy/
H A Dcy.c205 struct tty *tp; /* cross reference */ member in struct:com_s
240 static int cyparam(struct tty *tp, struct termios *t);
245 static void cystart(struct tty *tp);
246 static void comstop(struct tty *tp, int rw);
248 static void disc_optim(struct tty *tp, struct termios *t,
351 struct tty *tp; local
411 tp = com->tp = ttyalloc();
412 tp->t_open = cyopen;
413 tp
448 cyopen(struct tty *tp, struct cdev *dev) argument
488 cyclose(struct tty *tp) argument
557 struct tty *tp; local
1118 cybreak(struct tty *tp, int sig) argument
1143 struct tty *tp; local
1230 cyparam(struct tty *tp, struct termios *t) argument
1588 struct tty *tp; local
1653 cystart(struct tty *tp) argument
1800 comstop(struct tty *tp, int rw) argument
1841 cymodem(struct tty *tp, int sigon, int sigoff) argument
1972 disc_optim(struct tty *tp, struct termios *t, struct com_s *com) argument
1996 cyinput(int c, struct tty *tp) argument
2192 struct tty *tp; local
[all...]
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c163 struct tcpcb *tp; local
168 tp = intotcpcb(inp);
169 toep = tp->t_toe;
174 CTR6(KTR_CXGB, "%s: %s %u, toep %p, inp %p, tp %p", __func__,
175 tp->t_state == TCPS_SYN_SENT ? "atid" : "tid", toep->tp_tid,
176 toep, inp, tp);
178 tp->t_toe = NULL;
179 tp->t_flags &= ~TF_TOE;
187 t3_pcb_detach(struct toedev *tod __unused, struct tcpcb *tp) argument
190 toepcb_detach(tp
353 struct tcpcb *tp = so_sototcpcb(so); local
426 struct tcpcb *tp = so_sototcpcb(so); local
587 t3_rcvd(struct toedev *tod, struct tcpcb *tp) argument
632 t3_send_fin(struct toedev *tod, struct tcpcb *tp) argument
654 t3_tod_output(struct toedev *tod, struct tcpcb *tp) argument
772 struct tcpcb *tp = intotcpcb(inp); local
805 struct tcpcb *tp = intotcpcb(inp); local
841 struct tcpcb *tp = intotcpcb(inp); local
958 struct tcpcb *tp = intotcpcb(inp); local
1058 struct tcpcb *tp = intotcpcb(inp); local
1096 t3_send_rst(struct toedev *tod __unused, struct tcpcb *tp) argument
1115 struct tcpcb *tp; local
1221 struct tcpcb *tp; local
1284 struct tcpcb *tp; local
1417 abort_status_to_errno(struct tcpcb *tp, int abort_reason) argument
1476 struct tcpcb *tp; local
1533 assign_rxopt(struct tcpcb *tp, uint16_t tcpopt) argument
1571 struct tcpcb *tp = intotcpcb(inp); local
1654 struct tcpcb *tp; local
1705 struct tcpcb *tp; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A DMKfallback.sh119 const TERMTYPE *tp;
121 for (tp = fallbacks;
122 tp < fallbacks + sizeof(fallbacks)/sizeof(TERMTYPE);
123 tp++)
124 if (_nc_name_match(tp->term_names, name, "|"))
125 return(tp);
/freebsd-11-stable/contrib/netbsd-tests/include/sys/
H A Dt_bootblock.c66 ATF_TP_ADD_TCS(tp)
69 ATF_TP_ADD_TC(tp, mbr_sector);
70 ATF_TP_ADD_TC(tp, mbr_partition);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_isnan.c60 ATF_TP_ADD_TCS(tp)
62 ATF_TP_ADD_TC(tp, isnan_basic);
63 ATF_TP_ADD_TC(tp, isinf_basic);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_scanf.c78 ATF_TP_ADD_TCS(tp)
81 ATF_TP_ADD_TC(tp, sscanf_neghex);
82 ATF_TP_ADD_TC(tp, sscanf_whitespace);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_gettimeofday.c81 ATF_TP_ADD_TCS(tp)
84 ATF_TP_ADD_TC(tp, gettimeofday_err);
85 ATF_TP_ADD_TC(tp, gettimeofday_mono);
/freebsd-11-stable/lib/libc/tests/net/
H A Dether_test.c174 ATF_TP_ADD_TCS(tp)
177 ATF_TP_ADD_TC(tp, ether_line);
178 ATF_TP_ADD_TC(tp, ether_line_bad_1);
179 ATF_TP_ADD_TC(tp, ether_line_bad_2);
180 ATF_TP_ADD_TC(tp, ether_aton_r);
181 ATF_TP_ADD_TC(tp, ether_aton_r_bad);
182 ATF_TP_ADD_TC(tp, ether_aton);
183 ATF_TP_ADD_TC(tp, ether_aton_bad);
184 ATF_TP_ADD_TC(tp, ether_ntoa_r);
185 ATF_TP_ADD_TC(tp, ether_nto
[all...]
/freebsd-11-stable/lib/libcrypt/tests/
H A Dcrypt_tests.c48 ATF_TP_ADD_TCS(tp)
51 ATF_TP_ADD_TC(tp, md5);
52 ATF_TP_ADD_TC(tp, invalid);
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_vm.c84 ATF_TP_ADD_TCS(tp)
87 ATF_TP_ADD_TC(tp, busypage);
88 ATF_TP_ADD_TC(tp, uvmwait);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp82 struct timespec tp;
83 if (0 != clock_gettime(CLOCK_REALTIME, &tp))
85 return time_point(seconds(tp.tv_sec) + microseconds(tp.tv_nsec / 1000));
122 struct timespec tp; variable in typeref:struct:chrono::timespec
123 if (0 != clock_gettime(CLOCK_UPTIME_RAW, &tp))
125 return time_point(seconds(tp.tv_sec) + nanoseconds(tp.tv_nsec));
219 struct timespec tp; variable in typeref:struct:chrono::timespec
220 if (0 != clock_gettime(CLOCK_MONOTONIC, &tp))
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtoecore.c84 toedev_listen_start(struct toedev *tod __unused, struct tcpcb *tp __unused)
91 toedev_listen_stop(struct toedev *tod __unused, struct tcpcb *tp __unused)
98 toedev_input(struct toedev *tod __unused, struct tcpcb *tp __unused,
107 toedev_rcvd(struct toedev *tod __unused, struct tcpcb *tp __unused)
114 toedev_output(struct toedev *tod __unused, struct tcpcb *tp __unused)
121 toedev_pcb_detach(struct toedev *tod __unused, struct tcpcb *tp __unused)
176 toedev_ctloutput(struct toedev *tod __unused, struct tcpcb *tp __unused,
190 struct tcpcb *tp; local
199 tp = intotcpcb(inp);
200 if (tp
213 toe_listen_start_event(void *arg __unused, struct tcpcb *tp) argument
225 toe_listen_stop_event(void *arg __unused, struct tcpcb *tp) argument
483 struct tcpcb *tp = intotcpcb(inp); local
[all...]
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Denv_test.c124 ATF_TP_ADD_TCS(tp)
126 ATF_TP_ADD_TC(tp, has);
127 ATF_TP_ADD_TC(tp, get);
128 ATF_TP_ADD_TC(tp, get_with_default);
129 ATF_TP_ADD_TC(tp, set);
130 ATF_TP_ADD_TC(tp, unset);
/freebsd-11-stable/contrib/ntp/libntp/
H A Ddofptoa.c87 register u_char *tp; local
91 tp = cpend;
92 *(--tp) += 1;
93 while (*tp >= 10) {
94 *tp = 0;
95 *(--tp) += 1;
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_glob.c69 ATF_TP_ADD_TCS(tp)
72 ATF_TP_ADD_TC(tp, glob_types);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_wcscspn.c53 ATF_TP_ADD_TCS(tp)
56 ATF_TP_ADD_TC(tp, wcscspn);
H A Dt_wcsspn.c55 ATF_TP_ADD_TCS(tp)
58 ATF_TP_ADD_TC(tp, wcsspn);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_stresep.c66 ATF_TP_ADD_TCS(tp)
69 ATF_TP_ADD_TC(tp, stresep_basic);
H A Dt_strpbrk.c57 ATF_TP_ADD_TCS(tp)
60 ATF_TP_ADD_TC(tp, strpbrk);

Completed in 249 milliseconds

1234567891011>>