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.cc252 unsigned int tindex = 0; local
257 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
308 unsigned int tindex = nindex % TCount; local
310 if (!tindex &&
331 (!tindex &&
337 TBase + tindex};
340 (!tindex || font->has_glyph (decomposed[2])))
342 unsigned int s_len = tindex ? 3 : 2;
355 if (has_glyph && !tindex)
[all...]
/external/v8/src/compiler/
H A Dloop-analysis.cc162 int tindex = to->id() * width_; local
164 uint32_t marks = backward_[tindex + i] & forward_[findex + i];
165 uint32_t prev = forward_[tindex + i];
167 forward_[tindex + i] = next;
/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/dlmalloc/
H A Dmalloc.c3318 bindex_t tindex = t->index; local
3322 assert(tindex == idx);
3329 assert(u->index == tindex);
/external/bison/build-aux/
H A Dtexinfo.tex4784 % @tindex whatever
4873 \def\tindex {\tpindex}
/external/libmicrohttpd/doc/
H A Dtexinfo.tex4785 % @tindex whatever
4874 \def\tindex {\tpindex}

Completed in 392 milliseconds