Home
last modified time | relevance | path

Searched refs:bIndex (Results 1 - 13 of 13) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DtypeGuardNarrowsIndexedAccessOfKnownProperty5.js9 const bIndex = "key";
10 if (b[bIndex].x) {
11 b[bIndex].x // number
32 var bIndex = "key"; variable
33 if (b[bIndex].x) {
34 b[bIndex].x; // number
H A DtypeGuardNarrowsIndexedAccessOfKnownProperty6.js8 declare const bIndex: "key";
10 if (b[bIndex].x) {
11 b[bIndex].x // number
31 if (b[bIndex].x) {
32 b[bIndex].x; // number
/third_party/skia/src/pathops/
H A DSkIntersections.cpp132 int bIndex) { in merge()
135 fT[1][0] = b.fT[0][bIndex]; in merge()
137 fPt2[0] = b.fPt[bIndex]; in merge()
131 merge(const SkIntersections& a, int aIndex, const SkIntersections& b, int bIndex) merge() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DCharSequences.java48 * Find the longest n such that a[aIndex,n] = b[bIndex,n], and n is on a character boundary.
53 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter() argument
54 int i = aIndex, j = bIndex; in matchAfter()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DCharSequences.java50 * Find the longest n such that a[aIndex,n] = b[bIndex,n], and n is on a character boundary.
55 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter() argument
56 int i = aIndex, j = bIndex; in matchAfter()
/third_party/backends/backend/
H A Dplustek-pp_motor.c414 Byte bIndex, ULong dwSteps) in motorP98FillDataToColorTable()
421 for ( pb = &a_bColorByteTable[bIndex], in motorP98FillDataToColorTable()
422 pw = &a_wMoveStepTable[bIndex]; dwSteps; dwSteps-- ) { in motorP98FillDataToColorTable()
518 Byte bIndex; in motorP98FillBackColorDataTable() local
520 if ((bIndex = ps->bCurrentLineCount + ps->bNewCurrentLineCountGap + 1) >= in motorP98FillBackColorDataTable()
522 bIndex -= _NUMBER_OF_SCANSTEPS; in motorP98FillBackColorDataTable()
525 motorP98FillDataToColorTable( ps, bIndex, (ULong)(_NUMBER_OF_SCANSTEPS - in motorP98FillBackColorDataTable()
1619 Byte bIndex, ULong dwSteps) in motorP96FillDataToColorTable()
1626 for (pb = &a_bColorByteTable[bIndex], in motorP96FillDataToColorTable()
1627 pw = &a_wMoveStepTable[bIndex]; dwStep in motorP96FillDataToColorTable()
413 motorP98FillDataToColorTable( pScanData ps, Byte bIndex, ULong dwSteps) motorP98FillDataToColorTable() argument
1618 motorP96FillDataToColorTable( pScanData ps, Byte bIndex, ULong dwSteps) motorP96FillDataToColorTable() argument
1700 Byte bIndex; motorP96FillBackColorDataTable() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuImageCompare.cpp547 const deInt32 bIndex = getPositionOfIEEEFloatWithoutDenormals(b); in computeFloatFlushRelaxedULPDiff() local
548 return (deUint32)de::abs(aIndex - bIndex); in computeFloatFlushRelaxedULPDiff()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]

Completed in 122 milliseconds