Home
last modified time | relevance | path

Searched refs:ti (Results 1 – 25 of 117) sorted by relevance

12345

/dragonfly/crypto/libressl/crypto/des/
H A Dcfb64ede.c87 ti[0]=v0; in DES_ede3_cfb64_encrypt()
88 ti[1]=v1; in DES_ede3_cfb64_encrypt()
90 v0=ti[0]; in DES_ede3_cfb64_encrypt()
91 v1=ti[1]; in DES_ede3_cfb64_encrypt()
113 ti[0]=v0; in DES_ede3_cfb64_encrypt()
131 v0=v1=ti[0]=ti[1]=c=cc=0; in DES_ede3_cfb64_encrypt()
160 ti[0]=v0; in DES_ede3_cfb_encrypt()
161 ti[1]=v1; in DES_ede3_cfb_encrypt()
202 ti[0]=v0; in DES_ede3_cfb_encrypt()
203 ti[1]=v1; in DES_ede3_cfb_encrypt()
[all …]
H A Dcfb64enc.c73 DES_LONG ti[2]; in DES_cfb64_encrypt() local
83 c2l(iv,v0); ti[0]=v0; in DES_cfb64_encrypt()
84 c2l(iv,v1); ti[1]=v1; in DES_cfb64_encrypt()
85 DES_encrypt1(ti,schedule,DES_ENCRYPT); in DES_cfb64_encrypt()
87 v0=ti[0]; l2c(v0,iv); in DES_cfb64_encrypt()
88 v0=ti[1]; l2c(v0,iv); in DES_cfb64_encrypt()
103 c2l(iv,v0); ti[0]=v0; in DES_cfb64_encrypt()
104 c2l(iv,v1); ti[1]=v1; in DES_cfb64_encrypt()
107 v0=ti[0]; l2c(v0,iv); in DES_cfb64_encrypt()
108 v0=ti[1]; l2c(v0,iv); in DES_cfb64_encrypt()
[all …]
H A Dofb64enc.c74 DES_LONG ti[2]; in DES_ofb64_encrypt() local
81 ti[0]=v0; in DES_ofb64_encrypt()
82 ti[1]=v1; in DES_ofb64_encrypt()
90 DES_encrypt1(ti,schedule,DES_ENCRYPT); in DES_ofb64_encrypt()
92 t=ti[0]; l2c(t,dp); in DES_ofb64_encrypt()
93 t=ti[1]; l2c(t,dp); in DES_ofb64_encrypt()
101 v0=ti[0]; in DES_ofb64_encrypt()
102 v1=ti[1]; in DES_ofb64_encrypt()
107 t=v0=v1=ti[0]=ti[1]=0; in DES_ofb64_encrypt()
H A Dcfb_enc.c77 DES_LONG ti[2]; in DES_cfb_encrypt() local
95 ti[0]=v0; in DES_cfb_encrypt()
96 ti[1]=v1; in DES_cfb_encrypt()
97 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT); in DES_cfb_encrypt()
100 d0^=ti[0]; in DES_cfb_encrypt()
101 d1^=ti[1]; in DES_cfb_encrypt()
142 ti[0]=v0; in DES_cfb_encrypt()
143 ti[1]=v1; in DES_cfb_encrypt()
178 d0^=ti[0]; in DES_cfb_encrypt()
179 d1^=ti[1]; in DES_cfb_encrypt()
[all …]
H A Dofb64ede.c76 DES_LONG ti[2]; in DES_ede3_ofb64_encrypt() local
83 ti[0]=v0; in DES_ede3_ofb64_encrypt()
84 ti[1]=v1; in DES_ede3_ofb64_encrypt()
94 DES_encrypt3(ti,k1,k2,k3); in DES_ede3_ofb64_encrypt()
95 v0=ti[0]; in DES_ede3_ofb64_encrypt()
96 v1=ti[1]; in DES_ede3_ofb64_encrypt()
112 v0=v1=ti[0]=ti[1]=0; in DES_ede3_ofb64_encrypt()
/dragonfly/crypto/libressl/crypto/bf/
H A Dbf_cfb64.c73 BF_LONG ti[2]; in BF_cfb64_encrypt() local
83 n2l(iv,v0); ti[0]=v0; in BF_cfb64_encrypt()
84 n2l(iv,v1); ti[1]=v1; in BF_cfb64_encrypt()
85 BF_encrypt((BF_LONG *)ti,schedule); in BF_cfb64_encrypt()
87 t=ti[0]; l2n(t,iv); in BF_cfb64_encrypt()
88 t=ti[1]; l2n(t,iv); in BF_cfb64_encrypt()
103 n2l(iv,v0); ti[0]=v0; in BF_cfb64_encrypt()
104 n2l(iv,v1); ti[1]=v1; in BF_cfb64_encrypt()
107 t=ti[0]; l2n(t,iv); in BF_cfb64_encrypt()
108 t=ti[1]; l2n(t,iv); in BF_cfb64_encrypt()
[all …]
H A Dbf_ofb64.c74 BF_LONG ti[2]; in BF_ofb64_encrypt() local
81 ti[0]=v0; in BF_ofb64_encrypt()
82 ti[1]=v1; in BF_ofb64_encrypt()
90 BF_encrypt((BF_LONG *)ti,schedule); in BF_ofb64_encrypt()
92 t=ti[0]; l2n(t,dp); in BF_ofb64_encrypt()
93 t=ti[1]; l2n(t,dp); in BF_ofb64_encrypt()
101 v0=ti[0]; in BF_ofb64_encrypt()
102 v1=ti[1]; in BF_ofb64_encrypt()
107 t=v0=v1=ti[0]=ti[1]=0; in BF_ofb64_encrypt()
/dragonfly/crypto/libressl/crypto/cast/
H A Dc_cfb64.c74 CAST_LONG ti[2]; in CAST_cfb64_encrypt() local
84 n2l(iv,v0); ti[0]=v0; in CAST_cfb64_encrypt()
85 n2l(iv,v1); ti[1]=v1; in CAST_cfb64_encrypt()
86 CAST_encrypt((CAST_LONG *)ti,schedule); in CAST_cfb64_encrypt()
88 t=ti[0]; l2n(t,iv); in CAST_cfb64_encrypt()
89 t=ti[1]; l2n(t,iv); in CAST_cfb64_encrypt()
104 n2l(iv,v0); ti[0]=v0; in CAST_cfb64_encrypt()
105 n2l(iv,v1); ti[1]=v1; in CAST_cfb64_encrypt()
108 t=ti[0]; l2n(t,iv); in CAST_cfb64_encrypt()
109 t=ti[1]; l2n(t,iv); in CAST_cfb64_encrypt()
[all …]
H A Dc_ofb64.c75 CAST_LONG ti[2]; in CAST_ofb64_encrypt() local
82 ti[0]=v0; in CAST_ofb64_encrypt()
83 ti[1]=v1; in CAST_ofb64_encrypt()
91 CAST_encrypt((CAST_LONG *)ti,schedule); in CAST_ofb64_encrypt()
93 t=ti[0]; l2n(t,dp); in CAST_ofb64_encrypt()
94 t=ti[1]; l2n(t,dp); in CAST_ofb64_encrypt()
102 v0=ti[0]; in CAST_ofb64_encrypt()
103 v1=ti[1]; in CAST_ofb64_encrypt()
108 t=v0=v1=ti[0]=ti[1]=0; in CAST_ofb64_encrypt()
/dragonfly/crypto/libressl/crypto/idea/
H A Di_cfb64.c74 unsigned long ti[2]; in idea_cfb64_encrypt() local
84 n2l(iv,v0); ti[0]=v0; in idea_cfb64_encrypt()
85 n2l(iv,v1); ti[1]=v1; in idea_cfb64_encrypt()
86 idea_encrypt((unsigned long *)ti,schedule); in idea_cfb64_encrypt()
88 t=ti[0]; l2n(t,iv); in idea_cfb64_encrypt()
89 t=ti[1]; l2n(t,iv); in idea_cfb64_encrypt()
104 n2l(iv,v0); ti[0]=v0; in idea_cfb64_encrypt()
105 n2l(iv,v1); ti[1]=v1; in idea_cfb64_encrypt()
108 t=ti[0]; l2n(t,iv); in idea_cfb64_encrypt()
109 t=ti[1]; l2n(t,iv); in idea_cfb64_encrypt()
[all …]
H A Di_ofb64.c75 unsigned long ti[2]; in idea_ofb64_encrypt() local
82 ti[0]=v0; in idea_ofb64_encrypt()
83 ti[1]=v1; in idea_ofb64_encrypt()
91 idea_encrypt((unsigned long *)ti,schedule); in idea_ofb64_encrypt()
93 t=ti[0]; l2n(t,dp); in idea_ofb64_encrypt()
94 t=ti[1]; l2n(t,dp); in idea_ofb64_encrypt()
102 v0=ti[0]; in idea_ofb64_encrypt()
103 v1=ti[1]; in idea_ofb64_encrypt()
108 t=v0=v1=ti[0]=ti[1]=0; in idea_ofb64_encrypt()
/dragonfly/crypto/libressl/crypto/rc2/
H A Drc2cfb64.c74 unsigned long ti[2]; in RC2_cfb64_encrypt() local
84 c2l(iv,v0); ti[0]=v0; in RC2_cfb64_encrypt()
85 c2l(iv,v1); ti[1]=v1; in RC2_cfb64_encrypt()
86 RC2_encrypt((unsigned long *)ti,schedule); in RC2_cfb64_encrypt()
88 t=ti[0]; l2c(t,iv); in RC2_cfb64_encrypt()
89 t=ti[1]; l2c(t,iv); in RC2_cfb64_encrypt()
104 c2l(iv,v0); ti[0]=v0; in RC2_cfb64_encrypt()
105 c2l(iv,v1); ti[1]=v1; in RC2_cfb64_encrypt()
108 t=ti[0]; l2c(t,iv); in RC2_cfb64_encrypt()
109 t=ti[1]; l2c(t,iv); in RC2_cfb64_encrypt()
[all …]
H A Drc2ofb64.c75 unsigned long ti[2]; in RC2_ofb64_encrypt() local
82 ti[0]=v0; in RC2_ofb64_encrypt()
83 ti[1]=v1; in RC2_ofb64_encrypt()
91 RC2_encrypt((unsigned long *)ti,schedule); in RC2_ofb64_encrypt()
93 t=ti[0]; l2c(t,dp); in RC2_ofb64_encrypt()
94 t=ti[1]; l2c(t,dp); in RC2_ofb64_encrypt()
102 v0=ti[0]; in RC2_ofb64_encrypt()
103 v1=ti[1]; in RC2_ofb64_encrypt()
108 t=v0=v1=ti[0]=ti[1]=0; in RC2_ofb64_encrypt()
/dragonfly/usr.bin/dsynth/
H A Drunstats.c101 u_int ti; in RunStatsUpdateTop() local
139 ti = (u_int)((unsigned long)t % RHISTSIZE); in RunStatsUpdateTop()
142 dlog(DLOG_ALL, "ti[%3d] = %d\n", ti, rate_history[ti]); in RunStatsUpdateTop()
144 while (last_ti != ti) { in RunStatsUpdateTop()
145 rate_history[last_ti] = rate_history[ti]; in RunStatsUpdateTop()
152 info.pkgimpulse = rate_history[ti] - in RunStatsUpdateTop()
153 rate_history[(ti - t) % RHISTSIZE]; in RunStatsUpdateTop()
156 info.pkgimpulse = rate_history[ti] - in RunStatsUpdateTop()
157 rate_history[(ti + 1) % RHISTSIZE]; in RunStatsUpdateTop()
161 rate_history[ti], in RunStatsUpdateTop()
[all …]
/dragonfly/lib/libkvm/
H A Dkvm_getswapinfo.c122 int i, ti, swi; in kvm_getswapinfo() local
143 if (ti >= 0) in kvm_getswapinfo()
144 return(ti); in kvm_getswapinfo()
160 for (i = ti = 0; i < nswdev; ++i) { in kvm_getswapinfo()
177 if (ti < swi) { in kvm_getswapinfo()
178 swap_ary[ti].ksw_total = ttl; in kvm_getswapinfo()
183 ++ti; in kvm_getswapinfo()
422 int ti; in kvm_getswapinfo_sysctl() local
471 for (i = ti = 0; i < n; ++i) { in kvm_getswapinfo_sysctl()
480 if (ti < swi) { in kvm_getswapinfo_sysctl()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Drtti.c901 vtable_ptr = ti->vtable; in tinfo_base_init()
929 ti->vtable = vtable_ptr; in tinfo_base_init()
1190 tinfo_s *ti; in create_pseudo_type_info() local
1227 ti->vtable = NULL_TREE; in create_pseudo_type_info()
1304 tinfo_s *ti; in get_pseudo_ti_index() local
1315 ti->type = ti->vtable = ti->name = NULL_TREE; in get_pseudo_ti_index()
1361 tinfo_s *ti; in create_tinfo_types() local
1385 ti->vtable = NULL_TREE; in create_tinfo_types()
1386 ti->name = NULL_TREE; in create_tinfo_types()
1426 ti->vtable = NULL_TREE; in create_tinfo_types()
[all …]
/dragonfly/contrib/mpfr/src/
H A Dsinh.c69 mpfr_t t, ti; in mpfr_sinh() local
88 MPFR_GROUP_INIT_2 (group, Nt, t, ti); in mpfr_sinh()
102 mpfr_div_2ui (ti, x, 1, MPFR_RNDD); /* exact */ in mpfr_sinh()
105 MPFR_BLOCK (flags, mpfr_cosh (t, ti, MPFR_RNDD)); in mpfr_sinh()
117 mpfr_sinh (ti, ti, MPFR_RNDD); in mpfr_sinh()
120 MPFR_BLOCK (flags, mpfr_mul (t, t, ti, MPFR_RNDD)); in mpfr_sinh()
150 mpfr_ui_div (ti, 1, t, MPFR_RNDU); /* 1/exp(x) */ in mpfr_sinh()
151 mpfr_sub (t, t, ti, MPFR_RNDN); /* exp(x) - 1/exp(x) */ in mpfr_sinh()
176 MPFR_GROUP_REPREC_2 (group, Nt, t, ti); in mpfr_sinh()
H A Dai.c183 mpfr_init (ti); in mpfr_ai1()
194 mpfr_set_prec (ti, wprec); in mpfr_ai1()
208 mpfr_set_ui (ti, 9, MPFR_RNDN); in mpfr_ai1()
209 mpfr_cbrt (ti, ti, MPFR_RNDN); in mpfr_ai1()
210 mpfr_mul (ti, ti, temp2, MPFR_RNDN); in mpfr_ai1()
211 mpfr_ui_div (ti, 1, ti , MPFR_RNDN); /* ti = 1/( Gamma (2/3)*9^(1/3) ) */ in mpfr_ai1()
219 mpfr_add (s, ti, tip1, MPFR_RNDN); in mpfr_ai1()
226 mpfr_mul (ti, ti, x3, MPFR_RNDN); in mpfr_ai1()
229 mpfr_div_ui2 (ti, ti, k, (k+1), MPFR_RNDN); in mpfr_ai1()
237 test1 = MPFR_IS_ZERO (ti) in mpfr_ai1()
[all …]
H A Dhypot.c33 mpfr_t t, te, ti; /* auxiliary variables */ in mpfr_hypot() local
138 mpfr_init2 (ti, Nt); in mpfr_hypot()
154 exact |= mpfr_mul_2si (ti, y, sh, MPFR_RNDZ); in mpfr_hypot()
157 exact |= mpfr_fma (t, ti, ti, te, MPFR_RNDZ); in mpfr_hypot()
168 mpfr_set_prec (ti, Nt); in mpfr_hypot()
176 mpfr_clear (ti); in mpfr_hypot()
H A Dsinh_cosh.c82 mpfr_t s, c, ti; in mpfr_sinh_cosh() local
99 MPFR_GROUP_INIT_3 (group, N, s, c, ti); in mpfr_sinh_cosh()
120 mpfr_ui_div (ti, 1, s, MPFR_RNDU); /* 1/exp(x) */ in mpfr_sinh_cosh()
121 mpfr_add (c, s, ti, MPFR_RNDU); /* exp(x) + 1/exp(x) */ in mpfr_sinh_cosh()
122 mpfr_sub (s, s, ti, MPFR_RNDN); /* exp(x) - 1/exp(x) */ in mpfr_sinh_cosh()
149 MPFR_GROUP_REPREC_3 (group, N, s, c, ti); in mpfr_sinh_cosh()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddwarf2cfi.c2193 dw_trace_info *ti; in maybe_record_trace_start() local
2537 dw_trace_info *ti; in create_cfi_notes() local
2544 scan_trace (ti); in create_cfi_notes()
2549 scan_trace (ti); in create_cfi_notes()
2607 ti = prev_ti; in connect_traces()
2661 note = ti->head; in connect_traces()
2706 dw_trace_info *ti; in create_pseudo_cfg() local
2715 memset (ti, 0, sizeof (*ti)); in create_pseudo_cfg()
2745 memset (ti, 0, sizeof (*ti)); in create_pseudo_cfg()
2746 ti->head = insn; in create_pseudo_cfg()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddwarf2cfi.c2300 dw_trace_info *ti; in maybe_record_trace_start() local
2682 dw_trace_info *ti; in create_cfi_notes() local
2688 ti = &trace_info[0]; in create_cfi_notes()
2752 ti = prev_ti; in connect_traces()
2806 note = ti->head; in connect_traces()
2824 ti = &trace_info[i]; in connect_traces()
2851 dw_trace_info ti; in create_pseudo_cfg() local
2858 memset (&ti, 0, sizeof (ti)); in create_pseudo_cfg()
2888 memset (&ti, 0, sizeof (ti)); in create_pseudo_cfg()
2889 ti.head = insn; in create_pseudo_cfg()
[all …]
/dragonfly/bin/ed/
H A Ded.h118 int ti = (n); \
122 if ((ts = (char *) realloc((b), ti += max((i), MINBUFSZ))) == NULL) { \
129 if ((ts = (char *) malloc(ti += max((i), MINBUFSZ))) == NULL) { \
136 (n) = ti; \
144 int ti = (n); \
147 if ((ts = (char *) realloc((b), ti += max((i), MINBUFSZ))) == NULL) { \
153 (n) = ti; \
/dragonfly/contrib/mdocml/
H A Droff_term.c247 p->ti = len; in roff_term_pre_ti()
249 p->ti = maxoff - p->tcol->offset; in roff_term_pre_ti()
251 p->ti = 0; in roff_term_pre_ti()
255 p->ti = -len; in roff_term_pre_ti()
257 p->ti = -p->tcol->offset; in roff_term_pre_ti()
262 p->ti = len - p->tcol->offset; in roff_term_pre_ti()
265 p->tcol->offset += p->ti; in roff_term_pre_ti()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Drtti.c902 tinfo_base_init (tinfo_s *ti, tree target) in tinfo_base_init() argument
938 vtable_ptr = ti->vtable; in tinfo_base_init()
966 ti->vtable = vtable_ptr; in tinfo_base_init()
1001 ptr_initializer (tinfo_s *ti, tree target) in ptr_initializer() argument
1042 ptm_initializer (tinfo_s *ti, tree target) in ptm_initializer() argument
1129 tinfo_s *ti = get_tinfo_desc (tk_index); in get_pseudo_ti_init() local
1135 return ptm_initializer (ti, type); in get_pseudo_ti_init()
1138 return ptr_initializer (ti, type); in get_pseudo_ti_init()
1155 ti = &(*tinfo_descs)[tk_index]; in get_pseudo_ti_init()
1213 ti = &(*tinfo_descs)[tk_index]; in get_pseudo_ti_init()
[all …]

12345