HomeSort by relevance Sort by last modified time
    Searched refs:tindex (Results 1 - 13 of 13) sorted by null

  /external/clang/test/Sema/
usual-float.c 6 void foo(int dir, int n, int tindex) {
10 float ang = (float) tindex * (-dir*2.0f*PI/n);
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 251 unsigned int tindex = 0; local
256 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 &&
333 (!tindex &&
339 TBase + tindex};
342 (!tindex || font->has_glyph (decomposed[2])))
344 unsigned int s_len = tindex ? 3 : 2;
350 if (has_glyph && !tindex)
    [all...]
  /external/antlr/runtime/Cpp/include/
antlr3intstream.hpp 208 ANTLR_MARKER tindex();
370 ANTLR_MARKER tindex();
389 ANTLR_MARKER tindex();
  /external/v8/src/compiler/
loop-analysis.cc 163 int tindex = to->id() * width_; local
165 uint32_t marks = backward_[tindex + i] & forward_[findex + i];
166 uint32_t prev = forward_[tindex + i];
168 forward_[tindex + i] = next;
  /external/antlr/runtime/C/src/
antlr3commontreenodestream.c 67 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
antlr3tokenstream.c 74 static ANTLR3_MARKER tindex (pANTLR3_INT_STREAM is);
315 stream->tstream->istream->index = tindex;
882 tindex (pANTLR3_INT_STREAM is) function
  /external/dlmalloc/
malloc.c 3318 bindex_t tindex = t->index; local
    [all...]
  /external/libffi/src/
dlmalloc.c 2701 bindex_t tindex = t->index; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 2706 bindex_t tindex = t->index; local
    [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/libffi/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]

Completed in 749 milliseconds