Searched refs:ti (Results 1 - 25 of 43) sorted by relevance

12

/barrelfish-2018-10-04/lib/barrelfish/arch/x86/
H A Dtls.c24 void * __attribute__ ((__regparm__ (1))) ___tls_get_addr(struct tls_index *ti);
25 void * __attribute__ ((__regparm__ (1))) ___tls_get_addr(struct tls_index *ti) argument
27 void *__tls_get_addr(struct tls_index *ti);
28 void *__tls_get_addr(struct tls_index *ti)
33 assert(ti->ti_module == 1); // TLS block in initial program (dynamic libs NYI)
34 char *tls_block = me->tls_dtv->dtv[ti->ti_module - 1];
35 return tls_block + ti->ti_offset;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bf/
H A Dbf_cfb64.c73 BF_LONG ti[2]; local
83 n2l(iv,v0); ti[0]=v0;
84 n2l(iv,v1); ti[1]=v1;
85 BF_encrypt((BF_LONG *)ti,schedule);
87 t=ti[0]; l2n(t,iv);
88 t=ti[1]; l2n(t,iv);
103 n2l(iv,v0); ti[0]=v0;
104 n2l(iv,v1); ti[1]=v1;
105 BF_encrypt((BF_LONG *)ti,schedule);
107 t=ti[
[all...]
H A Dbf_ofb64.c74 BF_LONG ti[2]; local
81 ti[0]=v0;
82 ti[1]=v1;
90 BF_encrypt((BF_LONG *)ti,schedule);
92 t=ti[0]; l2n(t,dp);
93 t=ti[1]; l2n(t,dp);
101 v0=ti[0];
102 v1=ti[1];
107 t=v0=v1=ti[0]=ti[
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cast/
H A Dc_cfb64.c74 CAST_LONG ti[2]; local
84 n2l(iv,v0); ti[0]=v0;
85 n2l(iv,v1); ti[1]=v1;
86 CAST_encrypt((CAST_LONG *)ti,schedule);
88 t=ti[0]; l2n(t,iv);
89 t=ti[1]; l2n(t,iv);
104 n2l(iv,v0); ti[0]=v0;
105 n2l(iv,v1); ti[1]=v1;
106 CAST_encrypt((CAST_LONG *)ti,schedule);
108 t=ti[
[all...]
H A Dc_ofb64.c75 CAST_LONG ti[2]; local
82 ti[0]=v0;
83 ti[1]=v1;
91 CAST_encrypt((CAST_LONG *)ti,schedule);
93 t=ti[0]; l2n(t,dp);
94 t=ti[1]; l2n(t,dp);
102 v0=ti[0];
103 v1=ti[1];
108 t=v0=v1=ti[0]=ti[
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Dcfb64enc.c73 DES_LONG ti[2]; local
83 c2l(iv,v0); ti[0]=v0;
84 c2l(iv,v1); ti[1]=v1;
85 DES_encrypt1(ti,schedule,DES_ENCRYPT);
87 v0=ti[0]; l2c(v0,iv);
88 v0=ti[1]; l2c(v0,iv);
103 c2l(iv,v0); ti[0]=v0;
104 c2l(iv,v1); ti[1]=v1;
105 DES_encrypt1(ti,schedule,DES_ENCRYPT);
107 v0=ti[
[all...]
H A Dofb64enc.c74 DES_LONG ti[2]; local
81 ti[0]=v0;
82 ti[1]=v1;
90 DES_encrypt1(ti,schedule,DES_ENCRYPT);
92 t=ti[0]; l2c(t,dp);
93 t=ti[1]; l2c(t,dp);
101 v0=ti[0];
102 v1=ti[1];
107 t=v0=v1=ti[0]=ti[
[all...]
H A Dofb64ede.c76 DES_LONG ti[2]; local
83 ti[0]=v0;
84 ti[1]=v1;
92 /* ti[0]=v0; */
93 /* ti[1]=v1; */
94 DES_encrypt3(ti,k1,k2,k3);
95 v0=ti[0];
96 v1=ti[1];
108 /* v0=ti[0];
109 v1=ti[
[all...]
H A Dofb_enc.c75 DES_LONG ti[2]; local
99 ti[0]=v0;
100 ti[1]=v1;
103 ti[0]=v0;
104 ti[1]=v1;
105 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
106 vv0=ti[0];
107 vv1=ti[1];
133 v0=v1=d0=d1=ti[0]=ti[
[all...]
H A Dcfb64ede.c75 DES_LONG ti[2]; local
88 ti[0]=v0;
89 ti[1]=v1;
90 DES_encrypt3(ti,ks1,ks2,ks3);
91 v0=ti[0];
92 v1=ti[1];
114 ti[0]=v0;
115 ti[1]=v1;
116 DES_encrypt3(ti,ks1,ks2,ks3);
117 v0=ti[
157 DES_LONG ti[2]; local
[all...]
H A Dcfb_enc.c78 DES_LONG ti[2]; local
101 ti[0]=v0;
102 ti[1]=v1;
103 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
106 d0^=ti[0];
107 d1^=ti[1];
148 ti[0]=v0;
149 ti[1]=v1;
150 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
184 d0^=ti[
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/idea/
H A Di_cfb64.c74 unsigned long ti[2]; local
84 n2l(iv,v0); ti[0]=v0;
85 n2l(iv,v1); ti[1]=v1;
86 idea_encrypt((unsigned long *)ti,schedule);
88 t=ti[0]; l2n(t,iv);
89 t=ti[1]; l2n(t,iv);
104 n2l(iv,v0); ti[0]=v0;
105 n2l(iv,v1); ti[1]=v1;
106 idea_encrypt((unsigned long *)ti,schedule);
108 t=ti[
[all...]
H A Di_ofb64.c75 unsigned long ti[2]; local
82 ti[0]=v0;
83 ti[1]=v1;
91 idea_encrypt((unsigned long *)ti,schedule);
93 t=ti[0]; l2n(t,dp);
94 t=ti[1]; l2n(t,dp);
102 v0=ti[0];
103 v1=ti[1];
108 t=v0=v1=ti[0]=ti[
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc2/
H A Drc2cfb64.c74 unsigned long ti[2]; local
84 c2l(iv,v0); ti[0]=v0;
85 c2l(iv,v1); ti[1]=v1;
86 RC2_encrypt((unsigned long *)ti,schedule);
88 t=ti[0]; l2c(t,iv);
89 t=ti[1]; l2c(t,iv);
104 c2l(iv,v0); ti[0]=v0;
105 c2l(iv,v1); ti[1]=v1;
106 RC2_encrypt((unsigned long *)ti,schedule);
108 t=ti[
[all...]
H A Drc2ofb64.c75 unsigned long ti[2]; local
82 ti[0]=v0;
83 ti[1]=v1;
91 RC2_encrypt((unsigned long *)ti,schedule);
93 t=ti[0]; l2c(t,dp);
94 t=ti[1]; l2c(t,dp);
102 v0=ti[0];
103 v1=ti[1];
108 t=v0=v1=ti[0]=ti[
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc5/
H A Drc5cfb64.c74 unsigned long ti[2]; local
84 c2l(iv,v0); ti[0]=v0;
85 c2l(iv,v1); ti[1]=v1;
86 RC5_32_encrypt((unsigned long *)ti,schedule);
88 t=ti[0]; l2c(t,iv);
89 t=ti[1]; l2c(t,iv);
104 c2l(iv,v0); ti[0]=v0;
105 c2l(iv,v1); ti[1]=v1;
106 RC5_32_encrypt((unsigned long *)ti,schedule);
108 t=ti[
[all...]
H A Drc5ofb64.c75 unsigned long ti[2]; local
82 ti[0]=v0;
83 ti[1]=v1;
91 RC5_32_encrypt((unsigned long *)ti,schedule);
93 t=ti[0]; l2c(t,dp);
94 t=ti[1]; l2c(t,dp);
102 v0=ti[0];
103 v1=ti[1];
108 t=v0=v1=ti[0]=ti[
[all...]
/barrelfish-2018-10-04/lib/cpuid/
H A Dcpuid_amd.c304 static errval_t tlb_info(struct cpuid_tlbinfo *ti, uint32_t idx) argument
310 ti->pagesize = 0;
313 ti->level = 1;
319 ti->pagesize = LARGE_PAGE_SIZE;
322 ti->pagesize = BASE_PAGE_SIZE;
325 ti->type = CPUID_CACHE_TYPE_DATA;
326 ti->associativity = cpuid_amd_tlb_l1_dtlb_assoc_extract(tlb);
327 ti->entries = cpuid_amd_tlb_l1_dtlb_sz_extract(tlb);
329 ti->type = CPUID_CACHE_TYPE_INSTR;
330 ti
389 thread_info(struct cpuid_threadinfo *ti) argument
[all...]
H A Dcpuid_generic.c268 * \param ti
274 errval_t cpuid_tlb_info(struct cpuid_tlbinfo *ti, uint32_t idx) argument
281 return cpuid_fn.tlb_info(ti, idx);
294 * \param ti returns the thread information
299 errval_t cpuid_thread_info(struct cpuid_threadinfo *ti) argument
306 return cpuid_fn.thread_info(ti);
H A Dcpuid_internal.h43 errval_t (*tlb_info)(struct cpuid_tlbinfo *ti, uint32_t idx);
45 errval_t (*thread_info)(struct cpuid_threadinfo *ti);
H A Dcpuid_intel.c129 _tci->ti.associativity = _assoc; \
130 _tci->ti.entries = _entries; \
131 _tci->ti.level = _level; \
132 _tci->ti.type = _type; \
133 _tci->ti.pagesize = _pgsz;\
154 struct cpuid_tlbinfo ti; member in union:tlb_cache_info::__anon578
510 static errval_t tlb_info(struct cpuid_tlbinfo *ti, uint32_t idx) argument
542 *ti = tci.ti;
562 static errval_t thread_info(struct cpuid_threadinfo *ti) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_shelf.c246 p_shelf_set(value vhandle, type thandle, value vi, type ti, value vval, type tval, value vmod, type tmod) argument
253 Check_Integer(ti);
258 p_shelf_get(value vhandle, type thandle, value vi, type ti, value vval, type tval, value vmod, type tmod) argument
265 Check_Integer(ti);
277 p_shelf_inc(value vhandle, type thandle, value vi, type ti, value vmod, type tmod) argument
282 Check_Integer(ti);
296 p_shelf_dec(value vhandle, type thandle, value vi, type ti, value vmod, type tmod) argument
301 Check_Integer(ti);
/barrelfish-2018-10-04/usr/skb/measurement/
H A Dcpuid.c79 struct cpuid_threadinfo ti; local
80 err = cpuid_thread_info(&ti);
88 // thread.Package = ti.package;
89 // thread.Core = ti.core;
90 // thread.HyperThread = ti.hyperthread;
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A DMakefile92 ti README WHATSNEW notes todo | list
93 ti *.h | list
98 ti README WHATSNEW notes todo | list
99 ti *.h | list
/barrelfish-2018-10-04/include/cpuid/
H A Dcpuid.h244 * \param ti tlb info structure to be filled in
250 errval_t cpuid_tlb_info(struct cpuid_tlbinfo *ti, uint32_t idx);
276 * \param ti returns the thread information
281 errval_t cpuid_thread_info(struct cpuid_threadinfo *ti);

Completed in 120 milliseconds

12