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

  /external/chromium_org/third_party/skia/src/core/
SkCubicClipper.cpp 75 SkScalar tNeg, tPos; // Negative and positive function parameters.
80 tPos = SK_Scalar1;
85 tPos = 0;
94 SkScalar tMid = (tPos + tNeg) / 2;
106 else tPos = tMid;
108 } while (!(SkScalarAbs(tPos - tNeg) <= tol)); // Nan-safe
110 *t = (tNeg + tPos) / 2;
  /external/skia/src/core/
SkCubicClipper.cpp 75 SkScalar tNeg, tPos; // Negative and positive function parameters.
80 tPos = SK_Scalar1;
85 tPos = 0;
94 SkScalar tMid = (tPos + tNeg) / 2;
106 else tPos = tMid;
108 } while (!(SkScalarAbs(tPos - tNeg) <= tol)); // Nan-safe
110 *t = (tNeg + tPos) / 2;
  /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/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/icu4c/test/intltest/
rbbitst.cpp     [all...]
  /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...]

Completed in 537 milliseconds