Searched refs:tp (Results 276 - 300 of 1377) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A Dget_str.c43 Allocation of rp[] and the temporary tp[] should be 2*prec+2 limbs. */
47 mp_size_t prec, mp_ptr tp)
70 mpn_sqr (tp, rp + off, rn);
72 rn -= tp[rn - 1] == 0;
82 MP_PTR_SWAP (rp, tp);
116 mp_ptr up, pp, tp; local
195 tp = TMP_ALLOC_LIMBS (2 * n_limbs_needed + 2);
197 pn = mpn_pow_1_highpart (pp, &ign, (mp_limb_t) base, e, n_limbs_needed, tp);
199 mpn_mul (tp, up, un, pp, pn); /* FIXME: mpn_mul_highpart */
201 mpn_mul (tp, p
45 mpn_pow_1_highpart(mp_ptr rp, mp_size_t *ignp, mp_limb_t base, unsigned long exp, mp_size_t prec, mp_ptr tp) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dcom.c387 struct tty *tp; local
396 tp = sc->sc_tty = tty_alloc();
397 tty_attach(tp);
399 tp = sc->sc_tty;
401 tp->t_oproc = comstart;
402 tp->t_param = comparam;
403 tp->t_dev = dev;
405 if (kauth_authorize_device_tty(l->l_cred, KAUTH_DEVICE_TTY_OPEN, tp))
410 if (!ISSET(tp->t_state, TS_ISOPEN) && tp
506 struct tty *tp = sc->sc_tty; local
542 struct tty *tp = sc->sc_tty; local
551 struct tty *tp = sc->sc_tty; local
560 struct tty *tp = sc->sc_tty; local
569 struct tty *tp = sc->sc_tty; local
590 struct tty *tp = sc->sc_tty; local
698 comparam(struct tty *tp, struct termios *t) argument
809 comstart(struct tty *tp) argument
868 comstop(struct tty *tp, int flag) argument
905 struct tty *tp; local
984 struct tty *tp; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dcy.c283 struct tty *tp; local
304 tp = cy->cy_tty;
305 tp->t_oproc = cystart;
306 tp->t_param = cyparam;
307 tp->t_dev = dev;
309 if (kauth_authorize_device_tty(l->l_cred, KAUTH_DEVICE_TTY_OPEN, tp))
312 if (!ISSET(tp->t_state, TS_ISOPEN) && tp->t_wopen == 0) {
313 ttychars(tp);
314 tp
414 struct tty *tp; local
451 struct tty *tp; local
466 struct tty *tp; local
481 struct tty *tp; local
510 struct tty *tp; local
589 cystart(struct tty *tp) argument
619 cystop(struct tty *tp, int flag) argument
645 cyparam(struct tty *tp, struct termios *t) argument
783 struct tty *tp = cy->cy_tty; local
888 struct tty *tp; local
1233 struct tty *tp; local
[all...]
H A Dclmpcc.c266 struct tty *tp; local
291 tp = tty_alloc();
292 tp->t_oproc = clmpcc_start;
293 tp->t_param = clmpcc_param;
295 ch->ch_tty = tp;
307 tty_attach(tp);
472 struct tty *tp; local
482 tp = ch->ch_tty;
484 if (kauth_authorize_device_tty(l->l_cred, KAUTH_DEVICE_TTY_OPEN, tp))
490 if ( ISCLR(tp
574 struct tty *tp = ch->ch_tty; local
604 struct tty *tp = sc->sc_chans[CLMPCCCHAN(dev)].ch_tty; local
613 struct tty *tp = sc->sc_chans[CLMPCCCHAN(dev)].ch_tty; local
622 struct tty *tp = sc->sc_chans[CLMPCCCHAN(dev)].ch_tty; local
640 struct tty *tp = ch->ch_tty; local
716 struct tty *tp = ch->ch_tty; local
791 clmpcc_param(struct tty *tp, struct termios *t) argument
981 clmpcc_start(struct tty *tp) argument
1020 clmpccstop(struct tty *tp, int flag) argument
1195 struct tty *tp; local
1337 struct tty *tp; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/
H A Dtp_test.c87 HEADER_TC(include, "atf-c/tp.h");
93 ATF_TP_ADD_TCS(tp)
95 ATF_TP_ADD_TC(tp, getopt);
98 ATF_TP_ADD_TC(tp, include);
H A Dpkg_config_test.sh87 cat >tp.c <<EOF
100 ATF_TP_ADD_TCS(tp) {
101 ATF_TP_ADD_TC(tp, tc);
119 atf_check -s eq:0 -o empty -e empty ${cc} ${cflags} -o tp.o -c tp.c
120 atf_check -s eq:0 -o empty -e empty ${cc} ${ldflags} -o tp tp.o ${libs}
138 atf_check -s eq:0 -o empty -e empty test -x tp
140 "LD_LIBRARY_PATH=${libpath} ./tp tc"
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/inet/
H A Dinet_neta.c61 char *tp; local
70 tp = dst;
76 size -= (size_t)(dst - tp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D930628-1.c9 struct { int f[3]; double x[1][2]; } tp[4][2]; local
23 f (tp[i][ki].x[mi], tp[j][kj].x[mj]);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_put/put/char/
H A D12439_3.cc53 TP tp; local
54 tp.put(TP::iter_type(stream), stream, stream.fill(), localtime(&tt),
56 VERIFY( tp.format_chars.empty() );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/
H A D12439_3.cc51 TP tp; local
52 tp.put(TP::iter_type(stream), stream, stream.fill(), localtime(&tt),
54 VERIFY( tp.format_chars.empty() );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D930628-1.c9 struct { int f[3]; double x[1][2]; } tp[4][2]; local
23 f (tp[i][ki].x[mi], tp[j][kj].x[mj]);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_put/put/char/
H A D12439_3.cc52 TP tp; local
53 tp.put(TP::iter_type(stream), stream, stream.fill(), localtime(&tt),
55 VERIFY( tp.format_chars.empty() );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/
H A D12439_3.cc52 TP tp; local
53 tp.put(TP::iter_type(stream), stream, stream.fill(), localtime(&tt),
55 VERIFY( tp.format_chars.empty() );
/netbsd-6-1-5-RELEASE/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);
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_isnan.c48 ATF_TP_ADD_TCS(tp)
57 ATF_TP_ADD_TC(tp, isnan_basic);
58 ATF_TP_ADD_TC(tp, isinf_basic);
/netbsd-6-1-5-RELEASE/tests/lib/libc/stdio/
H A Dt_printf.c74 ATF_TP_ADD_TCS(tp)
77 ATF_TP_ADD_TC(tp, snprintf_dotzero);
78 ATF_TP_ADD_TC(tp, sprintf_zeropad);
H A Dt_scanf.c75 ATF_TP_ADD_TCS(tp)
78 ATF_TP_ADD_TC(tp, sscanf_neghex);
79 ATF_TP_ADD_TC(tp, sscanf_whitespace);
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_gettimeofday.c79 ATF_TP_ADD_TCS(tp)
82 ATF_TP_ADD_TC(tp, gettimeofday_err);
83 ATF_TP_ADD_TC(tp, gettimeofday_mono);
/netbsd-6-1-5-RELEASE/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);
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dcz.c182 static void czttystart(struct tty *tp);
183 static int czttyparam(struct tty *tp, struct termios *t);
292 struct tty *tp; local
415 tp = tty_alloc();
416 tp->t_dev = makedev(cdevsw_lookup_major(&cz_cdevsw),
418 tp->t_oproc = czttystart;
419 tp->t_param = czttyparam;
420 tty_attach(tp);
422 sc->sc_tty = tp;
690 struct tty *tp; local
904 struct tty *tp = sc->sc_tty; local
947 struct tty *tp; local
1064 struct tty *tp = sc->sc_tty; local
1094 struct tty *tp = sc->sc_tty; local
1108 struct tty *tp = sc->sc_tty; local
1122 struct tty *tp = sc->sc_tty; local
1136 struct tty *tp = sc->sc_tty; local
1327 czttyparam(struct tty *tp, struct termios *t) argument
1466 czttystart(struct tty *tp) argument
1487 czttystop(struct tty *tp, int flag) argument
1562 cztty_transmit(struct cztty_softc *sc, struct tty *tp) argument
1608 cztty_receive(struct cztty_softc *sc, struct tty *tp) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dmktime.c203 const time_t *t, const struct tm *tp)
205 if (tp)
208 tp->tm_year, tp->tm_yday,
209 tp->tm_hour, tp->tm_min, tp->tm_sec);
229 time_t *t, struct tm *tp)
231 struct tm *r = convert (t, tp);
246 r = convert (t, tp);
202 guess_time_tm(long int year, long int yday, int hour, int min, int sec, const time_t *t, const struct tm *tp) argument
228 ranged_convert(struct tm *(*convert) (const time_t *, struct tm *), time_t *t, struct tm *tp) argument
273 __mktime_internal(struct tm *tp, struct tm *(*convert) (const time_t *, struct tm *), time_t *offset) argument
505 mktime(struct tm *tp) argument
542 print_tm(const struct tm *tp) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D4.cc46 const num_put_type& tp = use_facet<num_put_type>(oss.getloc()); local
56 iter_type ret1 = tp.put(res.begin(), oss, ' ', l);
64 iter_type ret2 = tp.put(res.begin(), oss, ' ', ld);
72 iter_type ret3 = tp.put(res.begin(), oss, ' ', b);
80 iter_type ret4 = tp.put(res.begin(), oss, ' ', b);
90 iter_type ret5 = tp.put(res.begin(), oss, ' ', cv);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D4.cc47 const num_put_type& tp = use_facet<num_put_type>(oss.getloc()); local
57 iter_type ret1 = tp.put(res.begin(), oss, ' ', l);
65 iter_type ret2 = tp.put(res.begin(), oss, ' ', ld);
73 iter_type ret3 = tp.put(res.begin(), oss, ' ', b);
81 iter_type ret4 = tp.put(res.begin(), oss, ' ', b);
91 iter_type ret5 = tp.put(res.begin(), oss, ' ', cv);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpq/
H A Dget_d.c98 mp_ptr remp, tp; local
138 tp = (zeros > 0 ? TMP_ALLOC_LIMBS (tsize) : NULL);
144 tp = remp + dsize;
150 MPN_ZERO (tp, zeros);
151 MPN_COPY (tp+zeros, np, nsize);
152 np = tp;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/nothreads/include/isc/
H A Dcondition.h49 #define isc_condition_waituntil(cp, mp, tp) \
50 ((void)(cp), (void)(mp), (void)(tp), ISC_R_NOTIMPLEMENTED)

Completed in 244 milliseconds

<<11121314151617181920>>