/external/skia/src/core/ |
D | SkCubicClipper.cpp | 67 SkScalar tNeg, tPos; // Negative and positive function parameters. in chopMonoCubicAtY() local 72 tPos = SK_Scalar1; in chopMonoCubicAtY() 77 tPos = 0; in chopMonoCubicAtY() 86 SkScalar tMid = (tPos + tNeg) / 2; in chopMonoCubicAtY() 98 else tPos = tMid; in chopMonoCubicAtY() 100 } while (!(SkScalarAbs(tPos - tNeg) <= tol)); // Nan-safe in chopMonoCubicAtY() 102 *t = (tNeg + tPos) / 2; in chopMonoCubicAtY()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 701 int tPos; // temp value. in next() local 857 tPos = prevPos; in next() 859 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) { in next() 860 tPos=moveIndex32(fText, tPos, -1); in next() 863 while (tPos > 0 && fCM.contains(UTF16.charAt(fText, tPos))) { in next() 864 tPos=moveIndex32(fText, tPos, -1); in next() 866 if (fOP.contains(UTF16.charAt(fText, tPos))) { in next() 874 tPos = prevPos; in next() 875 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) { in next() 876 tPos = moveIndex32(fText, tPos, -1); in next() [all …]
|
/external/bzip2/ |
D | bzlib_private.h | 373 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);
|
D | decompress.c | 547 s->tPos = s->origPtr; in BZ2_decompress() 566 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
|
D | bzlib.c | 598 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST() 676 s->tPos = c_tPos; in unRLE_obuf_to_output_FAST()
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 1123 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 …]
|
D | bz2.c | 755 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/ |
D | rbbitst.cpp | 3129 int32_t tPos; // temp value. in next() local 3269 tPos = prevPos; in next() 3271 while (tPos > 0 && fSP->contains(fText->char32At(tPos))) { in next() 3272 tPos=fText->moveIndex32(tPos, -1); in next() 3275 while (tPos > 0 && fCM->contains(fText->char32At(tPos))) { in next() 3276 tPos=fText->moveIndex32(tPos, -1); in next() 3278 if (fOP->contains(fText->char32At(tPos))) { in next() 3286 int tPos = prevPos; in next() local 3287 while (tPos>0 && fSP->contains(fText->char32At(tPos))) { in next() 3288 tPos = fText->moveIndex32(tPos, -1); in next() [all …]
|
/external/valgrind/VEX/switchback/ |
D | test_bzip2.c | 739 UInt32 tPos; member 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); 1875 s->tPos = s->origPtr; in BZ2_decompress() 1894 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress() 4947 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST() 5024 s->tPos = c_tPos; in unRLE_obuf_to_output_FAST()
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 762 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()
|
/external/valgrind/memcheck/tests/ |
D | origin5-bz2.c | 755 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()
|
D | varinfo6.c | 793 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()
|