Home
last modified time | relevance | path

Searched refs:bIndex (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/pathops/
DSkIntersections.cpp123 int bIndex) { in merge() argument
126 fT[1][0] = b.fT[0][bIndex]; in merge()
128 fPt2[0] = b.fPt[bIndex]; in merge()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DCharSequences.java53 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter() argument
54 int i = aIndex, j = bIndex; in matchAfter()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DCharSequences.java55 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter() argument
56 int i = aIndex, j = bIndex; in matchAfter()
/external/deqp/framework/common/
DtcuImageCompare.cpp452 const deInt32 bIndex = getPositionOfIEEEFloatWithoutDenormals(b); in computeFloatFlushRelaxedULPDiff() local
453 return (deUint32)de::abs(aIndex - bIndex); in computeFloatFlushRelaxedULPDiff()
/external/sqlite/dist/orig/
Dsqlite3.c170625 int bIndex = 0;
170647 bIndex = 1;
170657 if( bIndex==0 ) pIter->abIndexed = 0;
/external/sqlite/dist/
Dsqlite3.c170638 int bIndex = 0;
170660 bIndex = 1;
170670 if( bIndex==0 ) pIter->abIndexed = 0;