/third_party/skia/src/core/ |
D | SkCubicClipper.cpp | 68 SkScalar tNeg, tPos; // Negative and positive function parameters. in ChopMonoAtY() local 73 tPos = SK_Scalar1; in ChopMonoAtY() 78 tPos = 0; in ChopMonoAtY() 87 SkScalar tMid = (tPos + tNeg) / 2; in ChopMonoAtY() 99 else tPos = tMid; in ChopMonoAtY() 101 } while (!(SkScalarAbs(tPos - tNeg) <= tol)); // Nan-safe in ChopMonoAtY() 103 *t = (tNeg + tPos) / 2; in ChopMonoAtY()
|
/third_party/flutter/skia/src/core/ |
D | SkCubicClipper.cpp | 68 SkScalar tNeg, tPos; // Negative and positive function parameters. in ChopMonoAtY() local 73 tPos = SK_Scalar1; in ChopMonoAtY() 78 tPos = 0; in ChopMonoAtY() 87 SkScalar tMid = (tPos + tNeg) / 2; in ChopMonoAtY() 99 else tPos = tMid; in ChopMonoAtY() 101 } while (!(SkScalarAbs(tPos - tNeg) <= tol)); // Nan-safe in ChopMonoAtY() 103 *t = (tNeg + tPos) / 2; in ChopMonoAtY()
|
/third_party/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 | 553 s->tPos = s->origPtr; in BZ2_decompress() 572 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()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
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 | 553 s->tPos = s->origPtr; in BZ2_decompress() 572 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()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
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()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 888 int tPos; // temp value. in next() local 1000 tPos = prevPos; in next() 1001 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) { in next() 1002 tPos = moveIndex32(fText, tPos, -1); in next() 1004 if (fZW.contains(UTF16.charAt(fText, tPos))) { in next() 1080 tPos = prevPos; in next() 1082 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) { in next() 1083 tPos=moveIndex32(fText, tPos, -1); in next() 1086 while (tPos > 0 && fCM.contains(UTF16.charAt(fText, tPos))) { in next() 1087 tPos=moveIndex32(fText, tPos, -1); in next() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 885 int tPos; // temp value. in next() local 997 tPos = prevPos; in next() 998 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) { in next() 999 tPos = moveIndex32(fText, tPos, -1); in next() 1001 if (fZW.contains(UTF16.charAt(fText, tPos))) { in next() 1077 tPos = prevPos; in next() 1079 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) { in next() 1080 tPos=moveIndex32(fText, tPos, -1); in next() 1083 while (tPos > 0 && fCM.contains(UTF16.charAt(fText, tPos))) { in next() 1084 tPos=moveIndex32(fText, tPos, -1); in next() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 2962 int32_t tPos; // temp value. in next() local 3060 tPos = prevPos; in next() 3061 while (tPos>0 && fSP->contains(fText->char32At(tPos))) { in next() 3062 tPos = fText->moveIndex32(tPos, -1); in next() 3064 if (fZW->contains(fText->char32At(tPos))) { in next() 3154 tPos = prevPos; in next() 3156 while (tPos > 0 && fSP->contains(fText->char32At(tPos))) { in next() 3157 tPos=fText->moveIndex32(tPos, -1); in next() 3160 while (tPos > 0 && fCM->contains(fText->char32At(tPos))) { in next() 3161 tPos=fText->moveIndex32(tPos, -1); in next() [all …]
|