Searched refs:tp (Results 201 - 225 of 1377) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dcris-dis.c751 char *tp = temp;
770 *tp++ = '.';
773 *tp++ = *s == 'M'
785 *tp++ = ' ';
808 tp = format_sup_reg ((insn >> 12) & 15, tp, with_reg_prefix);
813 *tp++ = REGISTER_PREFIX_CHAR;
814 *tp++ = 'a';
815 *tp++ = 'c';
816 *tp
750 char *tp = temp; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Darmv4-mont.pl29 $num="r0"; # starts as num argument, but holds &tp[num-1]
33 $tp="r4";
46 #### argument block layout relative to &tp[num-1], a.k.a. $num
75 add $tp,$bp,$num @ &bp[num-1]
77 add $num,sp,$num @ $num to point at &tp[num-1]
83 str $tp,[$_bpend] @ save &bp[num]
87 mul $n0,$alo,$n0 @ "tp[0]"*n0
90 mov $tp,sp
101 str $nlo,[$tp],#4 @ tp[
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dcut.c242 TEXT *tp; local
251 if ((tp = text_init(sp, NULL, 0, len)) == NULL)
261 MEMCPYW(tp->lb, p + fcno, clen);
262 tp->len = clen;
266 CIRCLEQ_INSERT_TAIL(&cbp->textq, tp, q);
267 cbp->len += tp->len;
306 TEXT *tp; local
308 CALLOC(sp, tp, TEXT *, 1, sizeof(TEXT));
309 if (tp == NULL)
312 if ((tp
334 TEXT *tp; local
349 text_free(TEXT *tp) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dtime_r.c60 gmtime_r (time_t const * restrict t, struct tm * restrict tp) argument
62 return copy_tm_result (tp, gmtime (t));
66 localtime_r (time_t const * restrict t, struct tm * restrict tp) argument
68 return copy_tm_result (tp, localtime (t));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dstatic-mem3.C18 const CRTFooBar &tp = CRTFoo::defaultFooBar(),
H A Dmentor1.C17 void dispose_t(S1 *tp, int from_index, int ct, const int d_last_t) argument
20 tp[0].o.p1[from_index].shift_left(ct, new_ct - from_index);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash39.C16 tmp *tp = new tmp; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dstatic-mem3.C18 const CRTFooBar &tp = CRTFoo::defaultFooBar(),
H A Dmentor1.C17 void dispose_t(S1 *tp, int from_index, int ct, const int d_last_t) argument
20 tp[0].o.p1[from_index].shift_left(ct, new_ct - from_index);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash39.C16 tmp *tp = new tmp; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/treelang/
H A Dparse.y202 VAR_INIT (prod))->tp.pro.code);
206 &tok->tp.tok.location, tok->tp.tok.length, tok->tp.tok.chars);
213 prod->tp.pro.code = tree_code_create_variable
215 ((struct prod_token_parm_item *)SYMBOL_TABLE_NAME (prod))->tp.tok.chars,
216 ((struct prod_token_parm_item *)SYMBOL_TABLE_NAME (prod))->tp.tok.length,
219 ((struct prod_token_parm_item *)VAR_INIT (prod))->tp.pro.code : NULL,
220 tok->tp.tok.location);
221 gcc_assert (prod->tp
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/sys/
H A Dclock_settime.c59 clock_settime(clockid_t clock_id, const struct timespec *tp) argument
69 rv = ____clock_settime50(clock_id, tp);
94 args.tp = tp;
/netbsd-6-1-5-RELEASE/sys/arch/arm/footbridge/
H A Dfootbridge_com.c224 struct tty *tp; local
229 if (!(tp = sc->sc_tty))
230 sc->sc_tty = tp = tty_alloc();
241 tp->t_oproc = fcomstart;
242 tp->t_param = fcomparam;
243 tp->t_dev = dev;
245 if (kauth_authorize_device_tty(l->l_cred, KAUTH_DEVICE_TTY_OPEN, tp))
248 if (!(tp->t_state & TS_ISOPEN && tp->t_wopen == 0)) {
249 ttychars(tp);
277 struct tty *tp = sc->sc_tty; local
300 struct tty *tp = sc->sc_tty; local
309 struct tty *tp = sc->sc_tty; local
318 struct tty *tp = sc->sc_tty; local
327 struct tty *tp = sc->sc_tty; local
362 fcomstart(struct tty *tp) argument
420 fcomparam(struct tty *tp, struct termios *t) argument
521 struct tty *tp = sc->sc_tty; local
557 struct tty *tp = sc->sc_tty; local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dmu_div_q.c66 mp_ptr tp, rp, ip, this_ip; local
75 tp = TMP_BALLOC_LIMBS (qn + 1);
121 qh = mpn_preinv_mu_div_qr (tp + dn + 1, rp + dn + 1, np + dn, qn, dp, dn,
128 cy = mpn_preinv_mu_divappr_q (tp, rp, 2 * dn + 1, dp, dn,
138 tp[i] = GMP_NUMB_MAX;
143 if (tp[0] > 4)
145 MPN_COPY (qp, tp + 1, qn);
154 mpn_mul (pp, tp + 1, qn, dp, dn);
159 qh -= mpn_sub_1 (qp, tp + 1, qn, 1);
161 MPN_COPY (qp, tp
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dpowm_ui.c27 t is defined by (tp,mn). */
29 reduce (mp_ptr tp, mp_srcptr ap, mp_size_t an, mp_srcptr mp, mp_size_t mn) argument
37 mpn_tdiv_qr (qp, tp, 0L, ap, an, mp, mn);
45 mp_ptr xp, tp, qp, mp, bp; local
101 tp = TMP_ALLOC_LIMBS (2 * mn + 1);
129 mpn_sqr (tp, xp, xn);
130 tn = 2 * xn; tn -= tp[tn - 1] == 0;
133 MPN_COPY (xp, tp, tn);
138 mpn_tdiv_qr (qp, xp, 0L, tp, tn, mp, mn);
144 mpn_mul (tp, x
[all...]
H A Dtdiv_qr.c83 mp_ptr tp; local
84 tp = TMP_ALLOC_LIMBS (dl);
85 MPN_COPY (tp, dp, dl);
86 dp = tp;
92 mp_ptr tp; local
93 tp = TMP_ALLOC_LIMBS (nl);
94 MPN_COPY (tp, np, nl);
95 np = tp;
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dinfo_ndbm.c58 int ndbm_init(mnt_map *m, char *map, time_t *tp);
59 int ndbm_mtime(mnt_map *m, char *map, time_t *tp);
60 int ndbm_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp);
83 ndbm_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp) argument
100 if (!error && *tp < stb.st_mtime) {
101 *tp = stb.st_mtime;
114 ndbm_init(mnt_map *m, char *map, time_t *tp) argument
132 *tp = clocktime(NULL);
134 *tp = stb.st_mtime;
143 ndbm_mtime(mnt_map *m, char *map, time_t *tp) argument
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/ffs/
H A Dt_quota2_1.c101 ATF_TP_ADD_TCS(tp)
104 ATF_TP_ADD_TC(tp, quota_40_O1_le);
105 ATF_TP_ADD_TC(tp, quota_40_O1_be);
106 ATF_TP_ADD_TC(tp, quota_40_O2_le);
107 ATF_TP_ADD_TC(tp, quota_40_O2_be);
108 ATF_TP_ADD_TC(tp, quota_40_O1_log);
109 ATF_TP_ADD_TC(tp, quota_40_O2_log);
110 ATF_TP_ADD_TC(tp, quota_1000_O1_le);
111 ATF_TP_ADD_TC(tp, quota_1000_O1_be);
112 ATF_TP_ADD_TC(tp, quota_1000_O2_l
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/libsaslc/dist/test/
H A Dt_saslc.c60 ATF_TP_ADD_TCS(tp)
64 ATF_TP_ADD_TC(tp, t_session_init);
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dv_at.c42 TEXT *tp; local
94 for (tp = cbp->textq.cqh_last;
95 tp != (void *)&cbp->textq; tp = tp->q.cqe_prev) {
98 tp->q.cqe_next != (void *)&cbp->textq) &&
100 v_event_push(sp, NULL, tp->lb, tp->len, 0))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_put/put/char/
H A D9780-1.cc32 const time_put<char> &tp = use_facet<time_put<char> >(l1); local
37 tp.put(oss.rdbuf(), oss, ' ', &t, 'A');
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_put/put/char/
H A D9780-1.cc33 const time_put<char> &tp = use_facet<time_put<char> >(l1); local
38 tp.put(oss.rdbuf(), oss, ' ', &t, 'A');
/netbsd-6-1-5-RELEASE/usr.sbin/bootp/common/
H A Dtzone.c45 struct timeval tp; /* Time (extra baggage) */
46 if (gettimeofday(&tp, &tzp) < 0) {
/netbsd-6-1-5-RELEASE/tests/lib/libc/string/
H A Dt_strcspn.c53 ATF_TP_ADD_TCS(tp)
56 ATF_TP_ADD_TC(tp, strcspn);
H A Dt_strspn.c55 ATF_TP_ADD_TCS(tp)
58 ATF_TP_ADD_TC(tp, strspn);

Completed in 373 milliseconds

1234567891011>>