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

1 2

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.cc 46 char *tpos = (char*)internal_strchr(templ, '*'); local
48 if (tpos == 0 || (tpos1 && tpos1 < tpos))
49 tpos = tpos1;
50 if (tpos != 0)
51 tpos[0] = 0;
55 templ = tpos;
56 if (tpos)
57 tpos[0] = tpos == tpos1 ? '$' : '*'
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkCubicClipper.cpp 67 SkScalar tNeg, tPos; // Negative and positive function parameters.
72 tPos = SK_Scalar1;
77 tPos = 0;
86 SkScalar tMid = (tPos + tNeg) / 2;
98 else tPos = tMid;
100 } while (!(SkScalarAbs(tPos - tNeg) <= tol)); // Nan-safe
102 *t = (tNeg + tPos) / 2;
  /external/skia/src/core/
SkCubicClipper.cpp 67 SkScalar tNeg, tPos; // Negative and positive function parameters.
72 tPos = SK_Scalar1;
77 tPos = 0;
86 SkScalar tMid = (tPos + tNeg) / 2;
98 else tPos = tMid;
100 } while (!(SkScalarAbs(tPos - tNeg) <= tol)); // Nan-safe
102 *t = (tNeg + tPos) / 2;
  /external/iptables/libiptc/
linux_list.h 658 * @tpos: the type * to use as a loop counter.
663 #define hlist_for_each_entry(tpos, pos, head, member) \
666 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
671 * @tpos: the type * to use as a loop counter.
675 #define hlist_for_each_entry_continue(tpos, pos, member) \
678 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
683 * @tpos: the type * to use as a loop counter.
687 #define hlist_for_each_entry_from(tpos, pos, member)
    [all...]
  /external/bzip2/
bzlib_private.h 373 UInt32 tPos;
446 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
447 s->tPos = s->tt[s->tPos]; \
448 cccc = (UChar)(s->tPos & 0xff); \
449 s->tPos >>= 8;
477 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
478 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
479 s->tPos = GET_LL(s->tPos);
    [all...]
decompress.c 547 s->tPos = s->origPtr;
566 s->tPos = s->tt[s->origPtr] >> 8;
bzlib.c 598 UInt32 c_tPos = s->tPos;
676 s->tPos = c_tPos;
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 299 #define SUBPIXELS( x ) ( (TPos)(x) << PIXEL_BITS )
323 typedef long TPos; /* sub-pixel coordinate */
353 TPos x; /* same with gray_TWorker.ex */
364 TPos min_ex, max_ex;
365 TPos min_ey, max_ey;
366 TPos count_ex, count_ey;
377 TPos x, y;
379 TPos last_ey;
404 TPos ycount;
475 TPos x = vec->x
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 302 #define SUBPIXELS( x ) ( (TPos)(x) << PIXEL_BITS )
360 typedef long TPos; /* sub-pixel coordinate */
390 TPos x; /* same with gray_TWorker.ex */
409 TPos min_ex, max_ex;
410 TPos min_ey, max_ey;
411 TPos count_ex, count_ey;
422 TPos x, y;
424 TPos last_ey;
449 TPos ycount;
524 TPos x = vec->x
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 299 #define SUBPIXELS( x ) ( (TPos)(x) << PIXEL_BITS )
323 typedef long TPos; /* sub-pixel coordinate */
353 TPos x; /* same with gray_TWorker.ex */
372 TPos min_ex, max_ex;
373 TPos min_ey, max_ey;
374 TPos count_ex, count_ey;
385 TPos x, y;
387 TPos last_ey;
412 TPos ycount;
487 TPos x = vec->x
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 1123 UInt32 tPos;
    [all...]
bz2.c 755 UInt32 tPos;
827 s->tPos = s->tt[s->tPos]; \
828 cccc = (UChar)(s->tPos & 0xff); \
829 s->tPos >>= 8;
854 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
855 s->tPos = GET_LL(s->tPos);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 614 { kKeyDiscNumber, "TPA", "TPOS" },
MPEG4Extractor.cpp     [all...]
  /hardware/intel/img/libdrm/tests/modetest/
modetest.c 216 printf("id\tfb\tpos\tsize\n");
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 739 UInt32 tPos;
811 s->tPos = s->tt[s->tPos]; \
812 cccc = (UChar)(s->tPos & 0xff); \
813 s->tPos >>= 8;
838 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
839 s->tPos = GET_LL(s->tPos);
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 762 UInt32 tPos;
834 s->tPos = s->tt[s->tPos]; \
835 cccc = (UChar)(s->tPos & 0xff); \
836 s->tPos >>= 8;
861 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
862 s->tPos = GET_LL(s->tPos);
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 755 UInt32 tPos;
827 s->tPos = s->tt[s->tPos]; \
828 cccc = (UChar)(s->tPos & 0xff); \
829 s->tPos >>= 8;
854 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
855 s->tPos = GET_LL(s->tPos);
    [all...]
varinfo6.c 793 UInt32 tPos;
865 s->tPos = s->tt[s->tPos]; \
866 cccc = (UChar)(s->tPos & 0xff); \
867 s->tPos >>= 8;
892 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
893 s->tPos = GET_LL(s->tPos);
    [all...]
  /sdk/emulator/opengl/host/tools/emugen/
ApiGen.cpp     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 

Completed in 2718 milliseconds

1 2