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

/external/skia/src/core/
H A DSkCubicClipper.cpp66 SkScalar tNeg, tPos; // Negative and positive function parameters.
71 tPos = SK_Scalar1;
76 tPos = 0;
85 SkScalar tMid = (tPos + tNeg) / 2;
97 else tPos = tMid;
99 } while (!(SkScalarAbs(tPos - tNeg) <= tol)); // Nan-safe
101 *t = (tNeg + tPos) / 2;
/external/bzip2/
H A Dbzlib_private.h373 UInt32 tPos; member in struct:__anon774
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/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBITestMonkey.java842 int tPos; // temp value.
1009 tPos = prevPos;
1011 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) {
1012 tPos=moveIndex32(fText, tPos, -1);
1015 while (tPos > 0 && fCM.contains(UTF16.charAt(fText, tPos))) {
1016 tPos=moveIndex32(fText, tPos,
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java841 int tPos; // temp value.
1008 tPos = prevPos;
1010 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) {
1011 tPos=moveIndex32(fText, tPos, -1);
1014 while (tPos > 0 && fCM.contains(UTF16.charAt(fText, tPos))) {
1015 tPos=moveIndex32(fText, tPos,
[all...]
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c1123 UInt32 tPos; member in struct:__anon25446
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:__anon25433
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);
1890 s->tPos = s->origPtr;
1909 s->tPos
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp3235 int32_t tPos; // temp value. local
3387 tPos = prevPos;
3389 while (tPos > 0 && fSP->contains(fText->char32At(tPos))) {
3390 tPos=fText->moveIndex32(tPos, -1);
3393 while (tPos > 0 && fCM->contains(fText->char32At(tPos))) {
3394 tPos=fText->moveIndex32(tPos,
3404 int tPos = prevPos; local
3421 int tPos = prevPos; local
[all...]
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c762 UInt32 tPos; member in struct:__anon24925
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/memcheck/tests/
H A Dorigin5-bz2.c755 UInt32 tPos; member in struct:__anon25223
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:__anon25239
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...]
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 314 milliseconds