HomeSort by relevance Sort by last modified time
    Searched full:tindex (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/skia/src/animator/
SkHitClear.cpp 23 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
24 SkDisplayable* target = targets[tIndex];
SkHitTest.cpp 40 for (int tIndex = 0; tIndex < targetCount; tIndex++) {
41 SkDisplayable* target = targets[tIndex];
45 hits[bIndex] = tIndex;
59 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
60 SkDisplayable* target = targets[tIndex];
  /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);
  /toolchain/binutils/binutils-2.25/binutils/
wrstabs.c 398 long tindex, bfd_boolean definition, unsigned int size)
404 s->index = tindex;
422 stab_push_defined_type (struct stab_write_handle *info, long tindex,
427 sprintf (buf, "%ld", tindex);
428 return stab_push_string (info, buf, tindex, FALSE, size);
591 long tindex;
594 tindex = info->type_index;
597 sprintf (buf, "%ld=%ld", tindex, tindex);
599 return stab_push_string (info, buf, tindex, FALSE, 0)
589 long tindex; local
612 long tindex; local
649 long tindex; local
702 long tindex; local
734 long tindex; local
751 long tindex; local
786 long tindex = 0; local
850 long tindex; local
1022 long tindex; local
1074 long tindex; local
1312 long tindex; local
1415 long tindex; local
1868 long tindex; local
1884 long tindex; local
2051 long tindex; local
    [all...]
coffgrok.c 48 static struct coff_symbol **tindex; variable in typeref:struct:coff_symbol
194 r->symbol = tindex[idx];
377 res->u.astructref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
405 res->u.aenumref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
568 tindex[i] = s;
739 tindex = (struct coff_symbol **) (xcalloc (sizeof (struct coff_symbol *), rawcount));
  /libcore/ojluni/src/main/java/sun/nio/ch/
PollArrayWrapper.java 90 PollArrayWrapper target, int tindex) {
91 target.putDescriptor(tindex, source.getDescriptor(sindex));
92 target.putEventOps(tindex, source.getEventOps(sindex));
93 target.putReventOps(tindex, source.getReventOps(sindex));
  /external/skia/tests/
PathOpsQuadLineIntersectionThreadedTest.cpp 90 for (int tIndex = 0; tIndex <= 4; ++tIndex) {
91 SkDPoint xy = quad.ptAtT(tIndex / 4.0);
PathOpsConicIntersectionTest.cpp 145 for (int tIndex = 0; tIndex < chops; ++tIndex) {
146 SkDConic chopped = dConic.subDivide(tIndex / (double) chops,
147 (tIndex + 1) / (double) chops);
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 252 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/icu/icu4c/source/layout/
HangulLayoutEngine.cpp 115 le_int32 tIndex = trail - TJMO_FIRST;
122 if (tIndex <= 0 || tIndex >= TJMO_COUNT) {
123 tIndex = 0;
127 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST);
  /cts/tests/openglperf2/jni/graphics/
GLUtils.cpp 121 int tIndex = i * 2;
122 texCoords[tIndex + 0] = readFloat(buffer + index);
124 texCoords[tIndex + 1] = readFloat(buffer + index);
  /external/skia/tools/
pathops_visualizer.htm     [all...]
  /external/iproute2/tc/
m_gact.c 52 "\tINDEX := index value used\n"
58 "\tINDEX := index value used\n"
m_mirred.c 36 fprintf(stderr, "\tINDEX is the specific policy instance id\n");
282 fprintf(f, "\tindex %d ref %d bind %d",p->index,p->refcnt,p->bindcnt);
m_bpf.c 187 fprintf(f, "\tindex %d ref %d bind %d", parm->index, parm->refcnt,
m_csum.c 229 fprintf(f, "\tindex %d ref %d bind %d", sel->index, sel->refcnt, sel->bindcnt);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerBuilder.java 229 int TIndex = SIndex % TCount;
231 if (TIndex != 0) { // triple
232 first = (char)(SBase + SIndex - TIndex);
233 second = (char)(TBase + TIndex);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerBuilder.java 228 int TIndex = SIndex % TCount;
230 if (TIndex != 0) { // triple
231 first = (char)(SBase + SIndex - TIndex);
232 second = (char)(TBase + TIndex);
  /external/v8/src/compiler/
loop-analysis.cc 162 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/skia/src/pathops/
SkIntersections.h 189 void set(bool swap, int tIndex, double t) {
190 fT[(int) swap][tIndex] = t;
SkPathOpsWinding.cpp 229 int tIndex = (tBase - 1) & ((1 << tBits) - 1);
230 t += t * 2 * tIndex;
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]
  /external/antlr/antlr-3.4/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/opencv3/samples/cpp/
matchmethod_orb_akaze_brisk.cpp 139 cout << "Index \tIndex \tdistance\n";

Completed in 998 milliseconds

1 2 3