Searched refs:tindex (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/Sema/
H A Dusual-float.c6 void foo(int dir, int n, int tindex) { argument
10 float ang = (float) tindex * (-dir*2.0f*PI/n);
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-hangul.cc248 unsigned int tindex = 0; local
253 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
262 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
303 unsigned int tindex = nindex % TCount; local
305 if (!tindex &&
326 (!tindex &&
332 TBase + tindex};
335 (!tindex || font->has_glyph (decomposed[2])))
337 unsigned int s_len = tindex ? 3 : 2;
350 if (has_glyph && !tindex)
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc257 unsigned int tindex = 0; local
262 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
271 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
312 unsigned int tindex = nindex % TCount; local
314 if (!tindex &&
335 (!tindex &&
341 TBase + tindex};
344 (!tindex || font->has_glyph (decomposed[2])))
346 unsigned int s_len = tindex ? 3 : 2;
359 if (has_glyph && !tindex)
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dvalues.c122 int tindex, cindex; local
124 tindex = perf_read_values__findnew_thread(values, pid, tid);
127 values->value[tindex][cindex] = value;
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontreenodestream.c67 static ANTLR3_MARKER tindex (pANTLR3_INT_STREAM is);
207 stream->tnstream->istream->index = tindex;
349 stream->tnstream->istream->index = tindex;
715 tindex (pANTLR3_INT_STREAM is) function
H A Dantlr3tokenstream.c74 static ANTLR3_MARKER tindex (pANTLR3_INT_STREAM is);
315 stream->tstream->istream->index = tindex;
882 tindex (pANTLR3_INT_STREAM is) function
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c2649 bindex_t tindex = t->index; local
2653 assert(tindex == idx);
2660 assert(u->index == tindex);
/external/bison/build-aux/
H A Dtexinfo.tex4784 % @tindex whatever
4873 \def\tindex {\tpindex}

Completed in 239 milliseconds