Searched defs:ti (Results 1 - 25 of 96) sorted by relevance

1234

/external/libcxx/test/utilities/type.index/type.index.members/
H A Dhash_code.pass.cpp21 const std::type_info& ti = typeid(int); local
23 assert(t1.hash_code() == ti.hash_code());
H A Dname.pass.cpp22 const std::type_info& ti = typeid(int); local
24 assert(std::string(t1.name()) == ti.name());
/external/chromium_org/v8/test/cctest/
H A Dtest-hydrogen-types.cc48 HType ti = kTypes[i]; local
51 CHECK(!ti.Equals(tj) || !tj.Equals(tk) || ti.Equals(tk));
60 HType ti = kTypes[i]; local
63 CHECK(!ti.IsSubtypeOf(tj) || !tj.IsSubtypeOf(tk) || ti.IsSubtypeOf(tk));
74 HType ti = kTypes[i]; local
76 CHECK(ti.IsSubtypeOf(ti.Combine(tj)));
77 CHECK(tj.IsSubtypeOf(ti
86 HType ti = kTypes[i]; local
92 HType ti = kTypes[i]; local
101 HType ti = kTypes[i]; local
107 HType ti = kTypes[i]; local
118 HType ti = kTypes[i]; local
165 HType ti = kTypes[i]; local
[all...]
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-no-rtti-data.cpp19 const std::type_info &ti = typeid(*getS()); variable
H A Dtypeid-cxx11.cpp7 const std::type_info &ti; member in struct:Test1::Item
27 constexpr auto &x = items[0].ti;
H A Dvisibility-ms-compat.cpp28 const std::type_info &ti = typeid(A); member in namespace:test0
44 const std::type_info &ti = typeid(A); member in namespace:test1
60 const std::type_info &ti = typeid(A); member in namespace:test2
77 const std::type_info &ti = typeid(B<A>); member in namespace:test3
93 const std::type_info &ti = typeid(B<A>); member in namespace:test4
109 const std::type_info &ti = typeid(B<A>); member in namespace:test5
/external/dhcpcd/
H A Dif-pref.c37 ifcmp(struct interface *si, struct interface *ti) argument
41 if (si->state && !ti->state)
43 if (!si->state && ti->state)
45 if (!si->state && !ti->state)
48 if (si->state->new && !ti->state->new)
50 if (!si->state->new && ti->state->new)
54 if (si->state->new && ti->state->new) {
56 till = (ti->state->new->cookie == htonl(MAGIC_COOKIE));
63 if (si->carrier > ti->carrier)
65 if (si->carrier < ti
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dcomplex_bit_reverse.c23 WebRtc_Word16 tr, ti; local
47 ti = frfi[2 * m + 1];
49 frfi[2 * mr + 1] = ti;
/external/chromium_org/components/copresence/handlers/
H A Ddirective_handler.cc39 const TokenInstruction& ti = directive.token_instruction(); local
43 if (ti.medium() == AUDIO_ULTRASOUND_PASSBAND ||
44 ti.medium() == AUDIO_AUDIBLE_DTMF) {
46 ti, op_id, base::TimeDelta::FromMilliseconds(directive.ttl_millis()));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h84 uint ti; member in struct:tgsi_transform_context
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_tex.c38 get_tex_format(struct gl_texture_image *ti) argument
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);
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dcomplex_bit_reverse_mips.c66 int16_t tr, ti; local
81 "lh %[ti], 2(%[pcoeftable_8]) \n\t"
85 "addu %[ptr_j], %[frfi], %[ti] \n\t"
87 "addu %[ti], %[frfi], %[tmp4] \n\t"
91 "ulw %[tmp4], 0(%[ti]) \n\t"
95 "usw %[tmp3], 0(%[ti]) \n\t"
99 "lh %[ti], 14(%[pcoeftable_8]) \n\t"
103 "addu %[ti], %[frfi], %[ti] \n\t"
107 "ulw %[tmp4], 0(%[ti]) \
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/
H A Dp3-0x.cpp43 const std::type_info &ti = typeid(struct Ti {}); // expected-error {{'Ti' cannot be defined in a type specifier}} variable
/external/clang/test/SemaTemplate/
H A Dresolve-single-template-id.cpp64 test<oneT<int> > ti; local
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h84 uint ti; member in struct:tgsi_transform_context
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_tex.c38 get_tex_format(struct gl_texture_image *ti) argument
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);
/external/openssl/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 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 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 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...]
/external/valgrind/main/none/tests/s390x/
H A Decag.c8 ecag(int ai, int li, int ti) argument
11 register uint64_t input asm("3") = (ai << 4) | (li << 1) | ti;
/external/openssl/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...]
/external/openssl/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...]

Completed in 5633 milliseconds

1234