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

  /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/chromium_org/third_party/skia/experimental/Intersection/
QuarticRoot_Test.cpp 20 for (size_t aIndex = 0; aIndex < mulACount; ++aIndex) {
23 const double A = mulA[aIndex];
58 static void testOneCubic(bool limit, size_t aIndex, size_t bIndex, size_t cIndex, size_t dIndex) {
59 const double A = mulA[aIndex];
108 for (size_t aIndex = 0; aIndex < mulACount; ++aIndex) {
112 testOneCubic(limit, aIndex, bIndex, cIndex, dIndex)
    [all...]
  /external/skia/experimental/Intersection/
QuarticRoot_Test.cpp 20 for (size_t aIndex = 0; aIndex < mulACount; ++aIndex) {
23 const double A = mulA[aIndex];
58 static void testOneCubic(bool limit, size_t aIndex, size_t bIndex, size_t cIndex, size_t dIndex) {
59 const double A = mulA[aIndex];
108 for (size_t aIndex = 0; aIndex < mulACount; ++aIndex) {
112 testOneCubic(limit, aIndex, bIndex, cIndex, dIndex)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.h 51 TPtrC8 operator[](TInt aIndex) const;
174 TPtrC8 TVectorBuffer<C>::operator[](TInt aIndex) const
178 while(index < aIndex)
202 const T& operator[](TInt aIndex) const;
232 const T& TVector<T, C>::operator[](TInt aIndex) const
234 const TPtrC8 ptr = TVectorBuffer<C * sizeof(T)>::operator[](aIndex);
SDL_main.cpp 181 const void* TMainFunc::operator[](TInt aIndex) const
183 return iMainFunc[aIndex];
  /external/chromium_org/third_party/sqlite/src/src/
test8.c 64 ** echo.vtab.aIndex is an array of booleans. The nth entry is true if
83 int *aIndex; /* Array of size nCol. True if column has an index */
232 ** See comments associated with the member variable aIndex above
242 int *aIndex = 0;
247 aIndex = (int *)sqlite3MallocZero(sizeof(int) * nCol);
248 if( !aIndex ){
263 ** corresponding entry in aIndex[] to 1.
278 aIndex[cid] = 1;
297 sqlite3_free(aIndex);
298 aIndex = 0
    [all...]
wal.c 463 int iNext; /* Next slot in aIndex[] not yet returned */
464 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */
466 int nEntry; /* Nr. of entries in aPgno[] and aIndex[] */
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 246 int aIndex = 0;
253 if (a == null && aIndex < aSection.size) {
255 a = read(inA, aIndexMap, aIndex);
277 updateIndex(aOffset, aIndexMap, aIndex++, outCount);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/sdk/tools/darwin/lib/
dx.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/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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 1024 milliseconds