Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCubicClipper.cpp66 SkScalar tNeg, tPos; // Negative and positive function parameters. in ChopMonoAtY() local
71 tPos = SK_Scalar1; in ChopMonoAtY()
76 tPos = 0; in ChopMonoAtY()
85 SkScalar tMid = (tPos + tNeg) / 2; in ChopMonoAtY()
97 else tPos = tMid; in ChopMonoAtY()
99 } while (!(SkScalarAbs(tPos - tNeg) <= tol)); // Nan-safe in ChopMonoAtY()
101 *t = (tNeg + tPos) / 2; in ChopMonoAtY()
/external/bzip2/
Dbzlib_private.h373 UInt32 tPos; member
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);
Ddecompress.c547 s->tPos = s->origPtr; in BZ2_decompress()
566 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
Dbzlib.c598 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
676 s->tPos = c_tPos; in unRLE_obuf_to_output_FAST()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java842 int tPos; // temp value. in next() local
1009 tPos = prevPos; in next()
1011 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) { in next()
1012 tPos=moveIndex32(fText, tPos, -1); in next()
1015 while (tPos > 0 && fCM.contains(UTF16.charAt(fText, tPos))) { in next()
1016 tPos=moveIndex32(fText, tPos, -1); in next()
1018 if (fOP.contains(UTF16.charAt(fText, tPos))) { in next()
1026 tPos = prevPos; in next()
1027 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) { in next()
1028 tPos = moveIndex32(fText, tPos, -1); in next()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java841 int tPos; // temp value. in next() local
1008 tPos = prevPos; in next()
1010 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) { in next()
1011 tPos=moveIndex32(fText, tPos, -1); in next()
1014 while (tPos > 0 && fCM.contains(UTF16.charAt(fText, tPos))) { in next()
1015 tPos=moveIndex32(fText, tPos, -1); in next()
1017 if (fOP.contains(UTF16.charAt(fText, tPos))) { in next()
1025 tPos = prevPos; in next()
1026 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) { in next()
1027 tPos = moveIndex32(fText, tPos, -1); in next()
[all …]
/external/valgrind/perf/
Dtest_input_for_tinycc.c1123 UInt32 tPos; member
1849 s->tPos = s->origPtr; in BZ2_decompress()
1853 …= BZ2_indexIntoF ( s->tPos, s->cftab ); s->tPos = (((UInt32)s->ll16[s->tPos]) | (((((UInt32)(s->ll… in BZ2_decompress()
1856 …= BZ2_indexIntoF ( s->tPos, s->cftab ); s->tPos = (((UInt32)s->ll16[s->tPos]) | (((((UInt32)(s->ll… in BZ2_decompress()
1868 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
1872 … s->tPos = s->tt[s->tPos]; s->k0 = (UChar)(s->tPos & 0xff); s->tPos >>= 8;; s->nblock_used++; in BZ2_decompress()
1875 … s->tPos = s->tt[s->tPos]; s->k0 = (UChar)(s->tPos & 0xff); s->tPos >>= 8;; s->nblock_used++; in BZ2_decompress()
4023 …s->tPos = s->tt[s->tPos]; k1 = (UChar)(s->tPos & 0xff); s->tPos >>= 8;; if (s->rNToGo == 0) { s->r… in unRLE_obuf_to_output_FAST()
4029 …s->tPos = s->tt[s->tPos]; k1 = (UChar)(s->tPos & 0xff); s->tPos >>= 8;; if (s->rNToGo == 0) { s->r… in unRLE_obuf_to_output_FAST()
4035 …s->tPos = s->tt[s->tPos]; k1 = (UChar)(s->tPos & 0xff); s->tPos >>= 8;; if (s->rNToGo == 0) { s->r… in unRLE_obuf_to_output_FAST()
[all …]
Dbz2.c755 UInt32 tPos; member
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; in BZ2_decompress()
1909 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
4962 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
5039 s->tPos = c_tPos; in unRLE_obuf_to_output_FAST()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp3235 int32_t tPos; // temp value. in next() local
3387 tPos = prevPos; in next()
3389 while (tPos > 0 && fSP->contains(fText->char32At(tPos))) { in next()
3390 tPos=fText->moveIndex32(tPos, -1); in next()
3393 while (tPos > 0 && fCM->contains(fText->char32At(tPos))) { in next()
3394 tPos=fText->moveIndex32(tPos, -1); in next()
3396 if (fOP->contains(fText->char32At(tPos))) { in next()
3404 int tPos = prevPos; in next() local
3405 while (tPos>0 && fSP->contains(fText->char32At(tPos))) { in next()
3406 tPos = fText->moveIndex32(tPos, -1); in next()
[all …]
/external/llvm/test/CodeGen/AArch64/
Daarch64-loop-gep-opt.ll15 %tPos = getelementptr inbounds %typeD, %typeD* %s, i64 0, i32 0
17 %.pre = load i32, i32* %tPos, align 4
/external/valgrind/memcheck/tests/
Dvarinfo6.c793 UInt32 tPos; member
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; in BZ2_decompress()
1950 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
5002 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
5079 s->tPos = c_tPos; in unRLE_obuf_to_output_FAST()
Dorigin5-bz2.c755 UInt32 tPos; member
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; in BZ2_decompress()
1911 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
4964 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
5041 s->tPos = c_tPos; in unRLE_obuf_to_output_FAST()
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c762 UInt32 tPos; member
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; in BZ2_decompress()
1920 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
4973 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST()
5050 s->tPos = c_tPos; in unRLE_obuf_to_output_FAST()