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

123

/external/libcxx/test/std/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/clang/test/CodeGenCXX/
H A Dmicrosoft-no-rtti-data.cpp20 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/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/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/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
H A Dtgsi_transform.c44 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
72 uint ti = ctx->ti; local
86 uint ti = ctx->ti; local
[all...]
/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);
H A Dnv04_context.c38 struct gl_texture_image *ti = t->Image[0][t->BaseLevel]; local
40 return ti->TexFormat == MESA_FORMAT_A8 ||
41 ti->TexFormat == MESA_FORMAT_L8 ||
H A Dnv10_state_tex.c90 get_tex_format_pot(struct gl_texture_image *ti) argument
92 switch (ti->TexFormat) {
131 get_tex_format_rect(struct gl_texture_image *ti) argument
133 switch (ti->TexFormat) {
162 struct gl_texture_image *ti; local
176 ti = t->Image[0][t->BaseLevel];
185 | ti->HeightLog2 << 20
186 | ti->WidthLog2 << 16
201 tx_format |= get_tex_format_rect(ti);
203 tx_format |= get_tex_format_pot(ti);
[all...]
H A Dnv20_state_tex.c87 get_tex_format_pot(struct gl_texture_image *ti) argument
89 switch (ti->TexFormat) {
128 get_tex_format_rect(struct gl_texture_image *ti) argument
130 switch (ti->TexFormat) {
166 struct gl_texture_image *ti; local
182 ti = t->Image[0][t->BaseLevel];
189 tx_format = ti->DepthLog2 << 28
190 | ti->HeightLog2 << 24
191 | ti->WidthLog2 << 20
213 tx_format |= get_tex_format_rect(ti);
[all...]
H A Dnouveau_fbo.c252 get_tex_format(struct gl_texture_image *ti) argument
254 switch (ti->TexFormat) {
271 struct gl_texture_image *ti = local
285 set_renderbuffer_format(rb, get_tex_format(ti));
286 rb->Width = ti->Width;
287 rb->Height = ti->Height;
288 nouveau_surface_ref(&to_nouveau_teximage(ti)->surface,
H A Dnouveau_texture.c75 nouveau_teximage_free(struct gl_context *ctx, struct gl_texture_image *ti) argument
77 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
83 nouveau_teximage_map(struct gl_context *ctx, struct gl_texture_image *ti, argument
86 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
134 nouveau_teximage_unmap(struct gl_context *ctx, struct gl_texture_image *ti) argument
136 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
153 struct gl_texture_image *ti,
160 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
216 nouveau_unmap_texture_image(struct gl_context *ctx, struct gl_texture_image *ti, argument
219 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
152 nouveau_map_texture_image(struct gl_context *ctx, struct gl_texture_image *ti, GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h, GLbitfield mode, GLubyte **map, GLint *stride) argument
326 struct gl_texture_image *ti = t->Image[0][level]; local
344 struct gl_texture_image *ti = t->Image[0][level]; local
470 get_teximage_placement(struct gl_texture_image *ti) argument
483 nouveau_teximage(struct gl_context *ctx, GLint dims, struct gl_texture_image *ti, GLsizei imageSize, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, GLboolean compressed) argument
545 nouveau_teximage_123d(struct gl_context *ctx, GLuint dims, struct gl_texture_image *ti, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing) argument
555 nouveau_compressed_teximage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *ti, GLsizei imageSize, const GLvoid *data) argument
564 nouveau_texsubimage(struct gl_context *ctx, GLint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLsizei imageSize, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing, GLboolean compressed) argument
608 nouveau_texsubimage_123d(struct gl_context *ctx, GLuint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
621 nouveau_compressed_texsubimage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLint height, GLint depth, GLenum format, GLint imageSize, const void *data) argument
665 struct gl_texture_image *ti; local
[all...]
/external/valgrind/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/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dtemplates.cpp80 const std::type_info &ti local
91 const std::type_info &ti local
/external/boringssl/src/decrepit/cast/
H A Dcast.c368 uint32_t ti[2]; local
376 ti[0] = v0;
378 ti[1] = v1;
379 CAST_encrypt((uint32_t *)ti, schedule);
381 t = ti[0];
383 t = ti[1];
396 ti[0] = v0;
398 ti[1] = v1;
399 CAST_encrypt((uint32_t *)ti, schedule);
401 t = ti[
[all...]
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp40 __thread int ti = 100; // expected-note 2{{here}} member in namespace:addr_of_obj_or_func
52 X0<&ti> x0d_addr; // expected-error {{refers to thread-local object}}
68 X2<ti> x2d_addr; // expected-error {{refers to thread-local object}}
/external/speex/libspeex/
H A Dkiss_fft.c53 spx_word32_t tr, ti; local
55 ti = SHR32(ADD32(MULT16_16(Fout2->i , tw1->r),MULT16_16(Fout2->r , tw1->i)), 1);
58 Fout2->i = PSHR32(SUB32(SHL32(EXTEND32(Fout->i), 14), ti), 15);
60 Fout->i = PSHR32(ADD32(SHL32(EXTEND32(Fout->i), 14), ti), 15);
/external/libopus/src/
H A Dopus_compare.c127 int ti; local
128 ti=0;
131 re+=c[ti]*x[ci*_window_sz+xk];
132 im-=s[ti]*x[ci*_window_sz+xk];
133 ti+=xj;
134 if(ti>=_window_sz)ti-=_window_sz;
/external/libunwind/include/
H A Dlibunwind-dynamic.h143 unw_dyn_table_info_t ti; member in union:unw_dyn_info::__anon9116

Completed in 774 milliseconds

123