HomeSort by relevance Sort by last modified time
    Searched refs:aIndex (Results 1 - 25 of 30) sorted by null

1 2

  /external/aac/libSBRdec/src/
psbitdec.cpp 148 aIndex buffer is decoded from delta values to actual values.
155 SCHAR *aIndex, /*!< ICC/IID parameters */
169 aIndex[0] = 0 + aIndex[0];
170 aIndex[0] = limitMinMax(aIndex[0],minIdx,maxIdx);
172 aIndex[i] = aIndex[i-1] + aIndex[i];
173 aIndex[i] = limitMinMax(aIndex[i],minIdx,maxIdx)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
CharSequences.java 48 * 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) {
54 int i = aIndex, j = bIndex;
65 int result = i - aIndex;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
CharSequences.java 46 * Find the longest n such that a[aIndex,n] = b[bIndex,n], and n is on a character boundary.
51 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) {
52 int i = aIndex, j = bIndex;
63 int result = i - aIndex;
  /external/skia/src/pathops/
SkIntersections.cpp 118 void SkIntersections::merge(const SkIntersections& a, int aIndex, const SkIntersections& b,
121 fT[0][0] = a.fT[0][aIndex];
123 fPt[0] = a.fPt[aIndex];
  /external/skia/experimental/docs/
animationCommon.js 50 for (var aIndex = 0; aIndex < actions.length; ++aIndex) {
51 var action = actions[aIndex];
56 var ref = hasRef ? action.ref : "anonymous_" + index + "_" + aIndex;
  /external/opencv3/modules/shape/test/
test_shape.cpp 124 int aIndex = (int)(a - filenames.begin());
149 distanceMat.at<float>(aIndex, bIndex) = distance;
  /external/deqp/framework/common/
tcuImageCompare.cpp 450 const deInt32 aIndex = getPositionOfIEEEFloatWithoutDenormals(a);
452 return (deUint32)de::abs(aIndex - bIndex);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 648 milliseconds

1 2