Searched refs:te (Results 1 - 25 of 147) sorted by relevance

123456

/netbsd-current/bin/ksh/
H A Dc_test.c114 Test_env te; local
116 te.flags = 0;
117 te.isa = ptest_isa;
118 te.getopnd = ptest_getopnd;
119 te.eval = ptest_eval;
120 te.error = ptest_error;
132 te.pos.wp = wp + 1;
133 te.wp_end = wp + argc;
147 if ((*te.isa)(&te, TM_EN
[all...]
H A Dc_test.h45 int (*isa) ARGS((Test_env *te, Test_meta meta));
46 const char *(*getopnd) ARGS((Test_env *te, Test_op op, int do_eval));
47 int (*eval) ARGS((Test_env *te, Test_op op, const char *opnd1,
49 void (*error) ARGS((Test_env *te, int offset, const char *msg));
52 Test_op test_isop ARGS((Test_env *te, Test_meta meta, const char *s));
53 int test_eval ARGS((Test_env *te, Test_op op, const char *opnd1,
55 int test_parse ARGS((Test_env *te));
H A Dsyn.c47 static int dbtestp_isa ARGS((Test_env *te, Test_meta meta));
48 static const char *dbtestp_getopnd ARGS((Test_env *te, Test_op op,
50 static int dbtestp_eval ARGS((Test_env *te, Test_op op, const char *opnd1,
52 static void dbtestp_error ARGS((Test_env *te, int offset, const char *msg));
321 Test_env te; local
323 te.flags = TEF_DBRACKET;
324 te.pos.av = &args;
325 te.isa = dbtestp_isa;
326 te.getopnd = dbtestp_getopnd;
327 te
[all...]
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dthrottle.c61 struct throttle_entry *te; local
65 len = sizeof(*te)
69 if ((te = racoon_malloc(len)) == NULL)
75 timeradd(&now, &penalty, &te->penalty_ends);
77 memcpy(&te->host, addr, sysdep_sa_len(addr));
78 TAILQ_INSERT_HEAD(&throttle_list, te, next);
80 return te;
88 struct throttle_entry *te; local
97 RACOON_TAILQ_FOREACH_REVERSE(te, &throttle_list, throttle_list, next) {
101 if (timercmp(&te
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dtanh.c72 mpfr_t t, te; local
90 MPFR_GROUP_INIT_2 (group, MPFR_PREC_MIN, t, te);
108 MPFR_GROUP_INIT_2 (group, Nt, t, te);
114 inexact = mpfr_mul_2ui (te, x, 1, MPFR_RNDN); /* 2x */
117 mpfr_exp (te, te, MPFR_RNDN); /* exp(2x) */
118 if (MPFR_UNLIKELY (MPFR_IS_INF (te)))
130 d = MPFR_GET_EXP (te); /* For Error calculation */
131 mpfr_add_ui (t, te, 1, MPFR_RNDD); /* exp(2x) + 1 */
132 mpfr_sub_ui (te, t
[all...]
H A Dcosh.c73 mpfr_t t, te; local
86 MPFR_GROUP_INIT_2 (group, Nt, t, te);
95 MPFR_BLOCK (flags, mpfr_exp (te, x, MPFR_RNDD)); /* exp(x) */
104 mpfr_ui_div (t, 1, te, MPFR_RNDU); /* 1/exp(x) */
105 mpfr_add (t, te, t, MPFR_RNDU); /* exp(x) + 1/exp(x)*/
119 MPFR_GROUP_REPREC_2 (group, Nt, t, te);
H A Dhypot.c34 mpfr_t t, te, ti; /* auxiliary variables */ local
146 mpfr_init2 (te, Nt);
177 exact = mpfr_mul_2si (te, x, sh, MPFR_RNDZ);
179 exact |= mpfr_sqr (te, te, MPFR_RNDZ);
181 exact |= mpfr_fma (t, ti, ti, te, MPFR_RNDZ);
191 mpfr_set_prec (te, Nt);
201 mpfr_clear (te);
H A Datanh.c106 mpfr_t x, t, te; local
165 mpfr_init2 (te, Nt);
185 mpfr_ui_sub (te, 1, x, MPFR_RNDU); /* (1-x) with x = |xt| */
187 mpfr_div (t, t, te, MPFR_RNDN); /* (1+x)/(1-x) */
204 mpfr_set_prec (te, Nt);
211 mpfr_clear (te);
/netbsd-current/lib/libc/locale/
H A D_wctrans_local.h37 _towctrans_priv(wint_t c, _WCTransEntry const *te) argument
40 ? (wint_t)te->te_cached[(size_t)c]
41 : _towctrans_ext(c, te));
H A D_wctrans.c80 _towctrans_ext(wint_t c, struct _WCTransEntry const *te) argument
87 _DIAGASSERT(te != NULL);
93 rr = te->te_extmap;
H A Diswctype_mb.c58 _WCTypeEntry const *te; \
61 te = &rl->rl_wctype[index]; \
62 return _iswctype_priv(rl, wc, te); \
88 _WCTransEntry const *te; \
91 te = &rl->rl_wctrans[index]; \
92 return _towctrans_priv(wc, te); \
147 _WCTypeEntry const *te; local
155 te = (_WCTypeEntry const *)(void *)charclass;
156 return _iswctype_priv(rl, wc, te);
168 _WCTransEntry const *te; local
[all...]
H A D_wctype.c109 wint_t wc, _WCTypeEntry const *te)
111 return !!(_runetype_priv(rl, wc) & te->te_mask);
108 _iswctype_priv(_RuneLocale const *rl, wint_t wc, _WCTypeEntry const *te) argument
/netbsd-current/external/gpl2/lvm2/dist/lib/config/
H A Dconfig.c55 const char *tb, *te; member in struct:parser
155 p->tb = p->te = p->fb;
685 p->tb++, p->te--; /* strip "'s */
688 p->te++;
695 p->tb++, p->te--; /* strip "'s */
699 p->te++;
727 p->tb = p->te;
741 switch (*p->te) {
744 p->te++;
749 p->te
[all...]
/netbsd-current/tests/lib/libpthread/
H A Dt_condwait.c53 struct timespec ts, to, te; local
80 ATF_REQUIRE_EQ(clock_gettime(clck, &te), 0);
83 (long long)te.tv_sec, te.tv_nsec);
84 timespecsub(&te, &to, &to);
89 ATF_REQUIRE(timespeccmp(&te, &ts, >=));
/netbsd-current/usr.sbin/mscdlabel/
H A Dmain.c66 struct ioc_read_toc_entry te; local
82 memset(&te, 0, sizeof(te));
83 te.address_format = CD_LBA_FORMAT;
84 te.starting_track = th.starting_track; /* always 1 ??? */
85 te.data_len = tocbufsize;
86 te.data = tocbuf;
87 res = ioctl(fd, CDIOREADTOCENTRIES, &te);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcall-sc.c30 typedef enum { e = '1' } te; typedef in typeref:enum:__anon1312
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcall-sc.c30 typedef enum { e = '1' } te; typedef in typeref:enum:__anon794
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dbench_cascade.c87 static struct timeval ts, te, tv_timeout; local
126 evutil_gettimeofday(&te, NULL);
127 evutil_timersub(&te, &ts, &te);
138 return (&te);
H A Dbench.c103 static struct timeval ts, te; local
128 evutil_gettimeofday(&te, NULL);
133 evutil_timersub(&te, &ts, &te);
135 return (&te);
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/
H A Dregdef.h46 #define te a5 macro
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/alpha/
H A Dregdef.h46 #define te a5 macro
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dtls.s29 2: blx te(tlscall)
38 1: .word te(tlsdesc) + (. - 2b + 1)
/netbsd-current/external/bsd/libevent/dist/test/
H A Dbench.c107 static struct timeval ts, te; local
133 evutil_gettimeofday(&te, NULL);
140 evutil_timersub(&te, &ts, &te);
142 return (&te);
H A Dbench_cascade.c88 static struct timeval ts, te, tv_timeout; local
127 evutil_gettimeofday(&te, NULL);
128 evutil_timersub(&te, &ts, &te);
139 return (&te);
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A DMakefile.am51 TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
308 config/te-386bsd.h \
309 config/te-aix5.h \
310 config/te-armeabi.h \
311 config/te-armfbsdeabi.h \
312 config/te-armfbsdvfp.h \
313 config/te-armlinuxeabi.h \
314 config/te-csky_abiv1.h \
315 config/te-csky_abiv1_linux.h \
316 config/te
[all...]

Completed in 385 milliseconds

123456