/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 802 int tPos; // temp value. in next() local 913 tPos = prevPos; in next() 914 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) { in next() 915 tPos = moveIndex32(fText, tPos, -1); in next() 917 if (fZW.contains(UTF16.charAt(fText, tPos))) { in next() 1002 tPos = prevPos; in next() 1004 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) { in next() 1005 tPos=moveIndex32(fText, tPos, -1); in next() 1008 while (tPos > 0 && fCM.contains(UTF16.charAt(fText, tPos))) { in next() 1009 tPos=moveIndex32(fText, tPos, -1); in next() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 805 int tPos; // temp value. in next() local 916 tPos = prevPos; in next() 917 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) { in next() 918 tPos = moveIndex32(fText, tPos, -1); in next() 920 if (fZW.contains(UTF16.charAt(fText, tPos))) { in next() 1005 tPos = prevPos; in next() 1007 while (tPos > 0 && fSP.contains(UTF16.charAt(fText, tPos))) { in next() 1008 tPos=moveIndex32(fText, tPos, -1); in next() 1011 while (tPos > 0 && fCM.contains(UTF16.charAt(fText, tPos))) { in next() 1012 tPos=moveIndex32(fText, tPos, -1); in next() [all …]
|
/external/skqp/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()
|
/external/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()
|
/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 | 548 s->tPos = s->origPtr; in BZ2_decompress() 567 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/u-boot/lib/bzip2/ |
D | bzlib_private.h | 401 UInt32 tPos; member 472 s->tPos = s->tt[s->tPos]; \ 473 cccc = (UChar)(s->tPos & 0xff); \ 474 s->tPos >>= 8; 499 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \ 500 s->tPos = GET_LL(s->tPos);
|
D | bzlib_decompress.c | 573 s->tPos = s->origPtr; in BZ2_decompress() 595 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
|
D | bzlib.c | 643 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST() 716 s->tPos = c_tPos; in unRLE_obuf_to_output_FAST()
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 2777 int32_t tPos; // temp value. in next() local 2867 tPos = prevPos; in next() 2868 while (tPos>0 && fSP->contains(fText->char32At(tPos))) { in next() 2869 tPos = fText->moveIndex32(tPos, -1); in next() 2871 if (fZW->contains(fText->char32At(tPos))) { in next() 2961 tPos = prevPos; in next() 2963 while (tPos > 0 && fSP->contains(fText->char32At(tPos))) { in next() 2964 tPos=fText->moveIndex32(tPos, -1); in next() 2967 while (tPos > 0 && fCM->contains(fText->char32At(tPos))) { in next() 2968 tPos=fText->moveIndex32(tPos, -1); in next() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | aarch64-loop-gep-opt.ll | 15 %tPos = getelementptr inbounds %typeD, %typeD* %s, i64 0, i32 0 17 %.pre = load i32, i32* %tPos, align 4
|
/external/llvm/test/CodeGen/AArch64/ |
D | aarch64-loop-gep-opt.ll | 15 %tPos = getelementptr inbounds %typeD, %typeD* %s, i64 0, i32 0 17 %.pre = load i32, i32* %tPos, align 4
|