HomeSort by relevance Sort by last modified time
    Searched defs:ti (Results 1 - 25 of 172) sorted by null

1 2 3 4 5 6 7

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
ThreadInfo.cpp 24 EGLThreadInfo *ti = (EGLThreadInfo *)ptr; local
25 delete ti->hostConn;
26 delete ti;
32 EGLThreadInfo *ti = (EGLThreadInfo *)thread_store_get(&s_tls); local
33 if (ti) return ti;
35 ti = new EGLThreadInfo();
36 thread_store_set(&s_tls, ti, tlsDestruct);
38 return ti;
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ThreadInfo.cpp 24 EGLThreadInfo *ti = (EGLThreadInfo *)ptr; local
25 delete ti->serverConn;
26 delete ti;
32 EGLThreadInfo *ti = (EGLThreadInfo *)thread_store_get(&s_tls); local
33 if (ti) return ti;
35 ti = new EGLThreadInfo();
36 thread_store_set(&s_tls, ti, tlsDestruct);
38 return ti;
ServerConnection.cpp 26 EGLThreadInfo *ti = getEGLThreadInfo(); local
27 if (ti->serverConn) {
28 return ti->serverConn->m_glEnc;
35 EGLThreadInfo *ti = getEGLThreadInfo(); local
36 if (ti->serverConn) {
37 return ti->serverConn->m_gl2Enc;
44 EGLThreadInfo *ti = getEGLThreadInfo(); local
45 if (!ti->serverConn)
47 ti->serverConn = new ServerConnection();
48 if (ti->serverConn->create() < 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.members/
hash_code.pass.cpp 21 const std::type_info& ti = typeid(int); local
23 assert(t1.hash_code() == ti.hash_code());
name.pass.cpp 22 const std::type_info& ti = typeid(int); local
24 assert(std::string(t1.name()) == ti.name());
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglThreadInfo.cpp 28 EglThreadInfo *ti = (EglThreadInfo *)ptr; local
29 delete ti;
35 EglThreadInfo *ti = (EglThreadInfo *)thread_store_get(&s_tls); local
36 if (!ti) {
37 ti = new EglThreadInfo();
38 thread_store_set(&s_tls, ti, tlsDestruct);
40 return ti;
ThreadInfo.cpp 48 ThreadInfo *ti = (ThreadInfo *)ptr; local
49 delete ti;
55 ThreadInfo *ti = (ThreadInfo *)thread_store_get(&s_tls); local
56 if (!ti) {
57 ti = new ThreadInfo();
58 thread_store_set(&s_tls, ti, tlsDestruct);
60 LOG_THREADINFO("getThreadInfo EGL %lx %d\n", (long)ti, active_instance);
62 return ti;
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
IJFmEnum.java 3 * Copyright 2001-2011 Texas Instruments, Inc. - http://www.ti.com/
18 package com.ti.jfm.core;
JFmLog.java 3 * Copyright 2001-2011 Texas Instruments, Inc. - http://www.ti.com/
18 package com.ti.jfm.core;
  /hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
BootReceiver.java 3 * Copyright 2001-2011 Texas Instruments, Inc. - http://www.ti.com/
18 package com.ti.server;
34 context.startService(new Intent("com.ti.server.FmService"));
  /external/chromium_org/third_party/openssl/openssl/crypto/bf/
bf_cfb64.c 73 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[0]; l2n(t,iv)
    [all...]
bf_ofb64.c 74 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[1]=0
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
cfb64enc.c 73 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[0]; l2c(v0,iv)
    [all...]
cfb64ede.c 75 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[0]
157 DES_LONG ti[2]; local
    [all...]
cfb_enc.c 78 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[0]
    [all...]
ofb64ede.c 76 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[1];*
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2cfb64.c 74 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[0]; l2c(t,iv)
    [all...]
  /external/openssl/crypto/bf/
bf_cfb64.c 73 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[0]; l2n(t,iv)
    [all...]
  /external/openssl/crypto/des/
cfb64enc.c 73 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[0]; l2c(v0,iv)
    [all...]
  /external/openssl/crypto/rc2/
rc2cfb64.c 74 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[0]; l2c(t,iv)
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
complex_bit_reverse.c 23 WebRtc_Word16 tr, ti; local
47 ti = frfi[2 * m + 1];
49 frfi[2 * mr + 1] = ti;
  /external/apache-http/src/org/apache/http/impl/
DefaultConnectionReuseStrategy.java 143 TokenIterator ti = createTokenIterator(hit); local
145 while (ti.hasNext()) {
146 final String token = ti.nextToken();
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_transform.c 44 uint ti = ctx->ti; local
46 ti += tgsi_build_full_instruction(inst,
47 ctx->tokens_out + ti,
49 ctx->max_tokens_out - ti);
50 ctx->ti = ti;
58 uint ti = ctx->ti; local
60 ti += tgsi_build_full_declaration(decl
72 uint ti = ctx->ti; local
86 uint ti = ctx->ti; local
    [all...]
tgsi_transform.h 84 uint ti; member in struct:tgsi_transform_context
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_tex.c 38 get_tex_format(struct gl_texture_image *ti)
40 switch (ti->TexFormat) {
70 struct gl_texture_image *ti = t->Image[0][t->BaseLevel]; local
90 ti->HeightLog2 << 20 |
91 ti->WidthLog2 << 16 |
93 get_tex_format(ti);

Completed in 627 milliseconds

1 2 3 4 5 6 7