HomeSort by relevance Sort by last modified time
    Searched refs:tPos (Results 1 - 22 of 22) sorted by null

  /external/skia/src/core/
SkCubicClipper.cpp 66 SkScalar tNeg, tPos; // Negative and positive function parameters.
71 tPos = SK_Scalar1;
76 tPos = 0;
85 SkScalar tMid = (tPos + tNeg) / 2;
97 else tPos = tMid;
99 } while (!(SkScalarAbs(tPos - tNeg) <= tol)); // Nan-safe
101 *t = (tNeg + tPos) / 2;
  /external/skqp/src/core/
SkCubicClipper.cpp 66 SkScalar tNeg, tPos; // Negative and positive function parameters.
71 tPos = SK_Scalar1;
76 tPos = 0;
85 SkScalar tMid = (tPos + tNeg) / 2;
97 else tPos = tMid;
99 } while (!(SkScalarAbs(tPos - tNeg) <= tol)); // Nan-safe
101 *t = (tNeg + tPos) / 2;
  /external/bzip2/
bzlib_private.h 373 UInt32 tPos;
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);
    [all...]
decompress.c 547 s->tPos = s->origPtr;
566 s->tPos = s->tt[s->origPtr] >> 8;
bzlib.c 598 UInt32 c_tPos = s->tPos;
676 s->tPos = c_tPos;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITestMonkey.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java     [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 1123 UInt32 tPos;
    [all...]
bz2.c 755 UInt32 tPos;
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);
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2.go 34 tPos uint32 // Index of the next output byte in tt.
138 bz2.tPos = bz2.preRLE[bz2.tPos]
139 b := byte(bz2.tPos)
140 bz2.tPos >>= 8
440 bz2.tPos = inverseBWT(bz2.preRLE, origPtr, bz2.c[:])
  /prebuilts/go/linux-x86/src/compress/bzip2/
bzip2.go 34 tPos uint32 // Index of the next output byte in tt.
138 bz2.tPos = bz2.preRLE[bz2.tPos]
139 b := byte(bz2.tPos)
140 bz2.tPos >>= 8
440 bz2.tPos = inverseBWT(bz2.preRLE, origPtr, bz2.c[:])
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 762 UInt32 tPos;
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);
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 755 UInt32 tPos;
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);
    [all...]
varinfo6.c 793 UInt32 tPos;
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);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover.go 640 fmt.Fprintf(w, "\tPos [3 * %d]uint32\n", len(f.blocks))
645 fmt.Fprintf(w, "\tPos: [3 * %d]uint32{\n", len(f.blocks))
  /prebuilts/go/linux-x86/src/cmd/cover/
cover.go 640 fmt.Fprintf(w, "\tPos [3 * %d]uint32\n", len(f.blocks))
645 fmt.Fprintf(w, "\tPos: [3 * %d]uint32{\n", len(f.blocks))
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 

Completed in 1076 milliseconds