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

1234

/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/mesa3d/src/gallium/auxiliary/tgsi/
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/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/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/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/CodeGenCXX/
H A Dmicrosoft-no-rtti-data.cpp20 const std::type_info &ti = typeid(*getS()); variable
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
H A Dtypeid-cxx11.cpp7 const std::type_info &ti; member in struct:Test1::Item
27 constexpr auto &x = items[0].ti;
/external/skia/src/views/mac/
H A DSkEventNotifier.h11 + (void)postTimedSkEvent:(NSTimeInterval)ti;
/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 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...]
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 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 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,
/external/libunwind/src/ia64/
H A DGtables.c156 e = (struct ia64_table_entry *) di->u.ti.table_data;
157 table_size = di->u.ti.table_len * sizeof (di->u.ti.table_data[0]);
158 segbase = di->u.ti.segbase;
273 segbase = di->u.ti.segbase;
274 e = lookup ((struct ia64_table_entry *) di->u.ti.table_data,
275 di->u.ti.table_len * sizeof (unw_word_t),
429 di->u.ti.name_ptr = (unw_word_t) "<kernel>";
430 di->u.ti.segbase = 0;
431 di->u.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/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DForm10t.java66 TargetInsn ti = (TargetInsn) insn;
67 return ti.hasTargetOffset() ? branchFits(ti) : true;
H A DForm20t.java66 TargetInsn ti = (TargetInsn) insn;
67 return ti.hasTargetOffset() ? branchFits(ti) : true;
H A DForm21t.java73 TargetInsn ti = (TargetInsn) insn;
74 return ti.hasTargetOffset() ? branchFits(ti) : true;
H A DForm22t.java75 TargetInsn ti = (TargetInsn) insn;
76 return ti.hasTargetOffset() ? branchFits(ti) : true;
/external/lzma/CPP/7zip/UI/Console/
H A DBenchCon.cpp260 for (UInt32 ti = 0; ti < numThreads; ti++)
262 fprintf(f, " %5d", ti + 1);
263 speedTotals.Values[ti] = 0;
277 for (UInt32 ti = 0; ti < numThreads; ti++)
281 RINOK(CrcBench(ti + 1, bufSize, speed));
283 speedTotals.Values[ti]
[all...]
/external/apache-http/src/org/apache/http/impl/
H A DDefaultConnectionReuseStrategy.java148 TokenIterator ti = createTokenIterator(hit);
150 while (ti.hasNext()) {
151 final String token = ti.nextToken();
/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/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}}

Completed in 673 milliseconds

1234