Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java802 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/
DRBBITestMonkey.java805 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/
DSkCubicClipper.cpp68 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/
DSkCubicClipper.cpp68 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/
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.c548 s->tPos = s->origPtr; in BZ2_decompress()
567 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/u-boot/lib/bzip2/
Dbzlib_private.h401 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);
Dbzlib_decompress.c573 s->tPos = s->origPtr; in BZ2_decompress()
595 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
Dbzlib.c643 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/
Drbbitst.cpp2777 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/
Daarch64-loop-gep-opt.ll15 %tPos = getelementptr inbounds %typeD, %typeD* %s, i64 0, i32 0
17 %.pre = load i32, i32* %tPos, align 4
/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