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

/external/skia/src/core/
H A DSkCubicClipper.cpp73 SkScalar tNeg, tPos; // Negative and positive function parameters.
78 tPos = SK_Scalar1;
83 tPos = 0;
92 SkScalar tMid = (tPos + tNeg) / 2;
104 else tPos = tMid;
106 } while (!(SkScalarAbs(tPos - tNeg) <= tol)); // Nan-safe
108 *t = (tNeg + tPos) / 2;
/external/bzip2/
H A Dbzlib_private.h373 UInt32 tPos; member in struct:__anon1465
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:__anon14234
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:__anon14221
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/icu4c/test/intltest/
H A Drbbitst.cpp3448 int32_t tPos; // temp value. local
3585 tPos = prevPos;
3587 while (tPos > 0 && fSP->contains(fText->char32At(tPos))) {
3588 tPos=fText->moveIndex32(tPos, -1);
3591 while (tPos > 0 && fCM->contains(fText->char32At(tPos))) {
3592 tPos=fText->moveIndex32(tPos,
3602 int tPos = prevPos; local
3619 int tPos = prevPos; local
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c739 UInt32 tPos; member in struct:__anon13456
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:__anon13910
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:__anon14103
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:__anon14133
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 444 milliseconds