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

123456

/external/fec/
H A Dfec.c15 int i,cnt,ti; local
20 ti = i;
21 while(ti){
22 if(ti & 1)
24 ti >>= 1;
/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/webrtc/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/v8/test/cctest/
H A Dtest-hydrogen-types.cc47 HType ti = kTypes[i]; local
50 CHECK(!ti.Equals(tj) || !tj.Equals(tk) || ti.Equals(tk));
59 HType ti = kTypes[i]; local
62 CHECK(!ti.IsSubtypeOf(tj) || !tj.IsSubtypeOf(tk) || ti.IsSubtypeOf(tk));
73 HType ti = kTypes[i]; local
75 CHECK(ti.IsSubtypeOf(ti.Combine(tj)));
76 CHECK(tj.IsSubtypeOf(ti
85 HType ti = kTypes[i]; local
91 HType ti = kTypes[i]; local
100 HType ti = kTypes[i]; local
106 HType ti = kTypes[i]; local
117 HType ti = kTypes[i]; local
164 HType ti = kTypes[i]; local
[all...]
/external/boringssl/src/decrepit/des/
H A Dcfb64ede.c74 uint32_t ti[2]; local
84 ti[0] = v0;
85 ti[1] = v1;
86 DES_encrypt3(ti, ks1, ks2, ks3);
87 v0 = ti[0];
88 v1 = ti[1];
106 ti[0] = v0;
107 ti[1] = v1;
108 DES_encrypt3(ti, ks1, ks2, ks3);
109 v0 = ti[
138 uint32_t ti[2]; local
[all...]
/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/testng/src/main/java/org/testng/mustache/
H A DMustache.java19 int ti = 0;
20 while (ti < template.length()) {
23 if (template.charAt(ti) == '\n') lineNumber++;
25 if (template.charAt(ti) == '{' && ti + 1 < template.length()
26 && template.charAt(ti + 1) == '{') {
27 int index = ti + 2;
44 int endIndex = findClosingIndex(template, ti, conditionalVariable);
52 String subTemplate = template.substring(ti + variable.length() + 4, endIndex);
62 String subTemplate = template.substring(ti
98 findClosingIndex(String template, int ti, String conditionalVariable) argument
[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 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...]
/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/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/libvpx/libvpx/test/
H A Dvp10_dct_test.cc59 for (int ti = 0; ti < count_test_block; ++ti) {
/external/autotest/server/
H A Dsite_server_job.py131 ti = site_server_job_utils.test_item(*test_entry)
134 if ti.validate(ma):
135 test_queue.put(ti)
139 self.record_skipped_test(ti)

Completed in 763 milliseconds

123456