Searched refs:tPos (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkCubicClipper.cpp67 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/
H A DSkCubicClipper.cpp67 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/bzip2/
H A Dbzlib_private.h373 UInt32 tPos; member in struct:__anon1746
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...]
H A Ddecompress.c547 s->tPos = s->origPtr;
566 s->tPos = s->tt[s->origPtr] >> 8;
H A Dbzlib.c598 UInt32 c_tPos = s->tPos;
676 s->tPos = c_tPos;
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c1123 UInt32 tPos; member in struct:__anon33270
1849 s->tPos = s->origPtr;
1853 s->k0 = BZ2_indexIntoF ( s->tPos, s->cftab ); s->tPos = (((UInt32)s->ll16[s->tPos]) | (((((UInt32)(s->ll4[(s->tPos) >> 1])) >> (((s->tPos) << 2) & 0x4)) & 0xF) << 16));; s->nblock_used++;
1856 s->k0 = BZ2_indexIntoF ( s->tPos, s->cftab ); s->tPos = (((UInt32)s->ll16[s->tPos]) | (((((UInt3
[all...]
H A Dbz2.c755 UInt32 tPos; member in struct:__anon33257
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);
1892 s->tPos = s->origPtr;
1911 s->tPos
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp2955 int32_t tPos; // temp value. local
3095 tPos = prevPos;
3097 while (tPos > 0 && fSP->contains(fText->char32At(tPos))) {
3098 tPos=fText->moveIndex32(tPos, -1);
3101 while (tPos > 0 && fCM->contains(fText->char32At(tPos))) {
3102 tPos=fText->moveIndex32(tPos,
3112 int tPos = prevPos; local
3129 int tPos = prevPos; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp2955 int32_t tPos; // temp value. local
3095 tPos = prevPos;
3097 while (tPos > 0 && fSP->contains(fText->char32At(tPos))) {
3098 tPos=fText->moveIndex32(tPos, -1);
3101 while (tPos > 0 && fCM->contains(fText->char32At(tPos))) {
3102 tPos=fText->moveIndex32(tPos,
3112 int tPos = prevPos; local
3129 int tPos = prevPos; local
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c739 UInt32 tPos; member in struct:__anon32328
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);
1877 s->tPos = s->origPtr;
1896 s->tPos
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c762 UInt32 tPos; member in struct:__anon32818
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);
1901 s->tPos = s->origPtr;
1920 s->tPos
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c755 UInt32 tPos; member in struct:__anon33060
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);
1892 s->tPos = s->origPtr;
1911 s->tPos
[all...]
H A Dvarinfo6.c793 UInt32 tPos; member in struct:__anon33076
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);
1931 s->tPos = s->origPtr;
1950 s->tPos
[all...]

Completed in 6450 milliseconds