Searched refs:aIndex (Results 1 – 6 of 6) sorted by relevance
/external/aac/libSBRdec/src/ |
D | psbitdec.cpp | 155 SCHAR *aIndex, /*!< ICC/IID parameters */ in deltaDecodeArray() argument 169 aIndex[0] = 0 + aIndex[0]; in deltaDecodeArray() 170 aIndex[0] = limitMinMax(aIndex[0],minIdx,maxIdx); in deltaDecodeArray() 172 aIndex[i] = aIndex[i-1] + aIndex[i]; in deltaDecodeArray() 173 aIndex[i] = limitMinMax(aIndex[i],minIdx,maxIdx); in deltaDecodeArray() 178 aIndex[i] = aPrevFrameIndex[i*stride] + aIndex[i]; in deltaDecodeArray() 179 aIndex[i] = limitMinMax(aIndex[i],minIdx,maxIdx); in deltaDecodeArray() 185 aIndex[i] = 0; in deltaDecodeArray() 190 aIndex[i] = aIndex[i>>1]; in deltaDecodeArray() 202 static void map34IndexTo20 (SCHAR *aIndex, /*!< decoded ICC/IID parameters */ in map34IndexTo20() argument [all …]
|
/external/skia/src/pathops/ |
D | SkIntersections.cpp | 117 void SkIntersections::merge(const SkIntersections& a, int aIndex, const SkIntersections& b, in merge() argument 120 fT[0][0] = a.fT[0][aIndex]; in merge() 122 fPt[0] = a.fPt[aIndex]; in merge()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | CharSequences.java | 51 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter() argument 52 int i = aIndex, j = bIndex; in matchAfter() 63 int result = i - aIndex; in matchAfter()
|
/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 449 const deInt32 aIndex = getPositionOfIEEEFloatWithoutDenormals(a); in computeFloatFlushRelaxedULPDiff() local 451 return (deUint32)de::abs(aIndex - bIndex); in computeFloatFlushRelaxedULPDiff()
|
/external/sqlite/dist/ |
D | sqlite3.c | 49398 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */ 50272 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]]; 50276 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext]; 50489 ht_slot *aIndex; /* Sorted index for this segment */ 50497 aIndex = &((ht_slot *)&p->aSegment[p->nSegment])[iZero]; 50501 aIndex[j] = (ht_slot)j; 50503 walMergesort((u32 *)aPgno, aTmp, aIndex, &nEntry); 50506 p->aSegment[i].aIndex = aIndex; 132955 } *aIndex; 133981 struct Fts3Index *aIndex; /* Allocated array */ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 49380 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */ 50254 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]]; 50258 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext]; 50471 ht_slot *aIndex; /* Sorted index for this segment */ 50479 aIndex = &((ht_slot *)&p->aSegment[p->nSegment])[iZero]; 50483 aIndex[j] = (ht_slot)j; 50485 walMergesort((u32 *)aPgno, aTmp, aIndex, &nEntry); 50488 p->aSegment[i].aIndex = aIndex; 132937 } *aIndex; 133963 struct Fts3Index *aIndex; /* Allocated array */ [all …]
|