/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/mesa/src/src/mesa/main/ |
texcompress_rgtc_tmp.h | 82 TYPE i, j, aindex, acutValues[7]; local 134 for (aindex = 0; aindex < 7; aindex++) { 136 acutValues[aindex] = (alphause[0] * (2*aindex + 1) + alphause[1] * (14 - (2*aindex + 1))) / 14; 203 for (aindex = 0; aindex < 5; aindex++) [all...] |
/external/mesa3d/src/mesa/main/ |
texcompress_rgtc_tmp.h | 82 TYPE i, j, aindex, acutValues[7]; local 134 for (aindex = 0; aindex < 7; aindex++) { 136 acutValues[aindex] = (alphause[0] * (2*aindex + 1) + alphause[1] * (14 - (2*aindex + 1))) / 14; 203 for (aindex = 0; aindex < 5; aindex++) [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...] |
/external/icu4c/test/intltest/ |
alphaindextst.cpp | 429 AlphabeticIndex aindex(Locale::createFromName("zh"), status); 436 aindex.addRecord(names[nameCount], &names[nameCount], status); 442 TEST_ASSERT(nameCount == aindex.getRecordCount(status)); 450 while (aindex.nextBucket(status)) { 452 UnicodeString label = aindex.getBucketLabel(); 457 while (aindex.nextRecord(status)) { 459 UnicodeString name = aindex.getRecordName(); 460 if (aindex.getBucketLabelType() != U_ALPHAINDEX_NORMAL) { 465 // std::cout << aindex.getRecordName().toUTF8String(s) << " "; 480 AlphabeticIndex aindex(loc, status) [all...] |
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshrec.c | 648 FT_Int *aindex ) 666 if ( aindex ) 667 *aindex = -1; 704 if ( aindex ) 705 *aindex = (FT_Int)idx;
|
/external/freetype/src/pshinter/ |
pshrec.c | 648 FT_Int *aindex ) 666 if ( aindex ) 667 *aindex = -1; 704 if ( aindex ) 705 *aindex = (FT_Int)idx;
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Tools.Tests.pas | 367 AIndex: Integer; 374 AIndex := 1; 376 FIList.DeleteRange(AIndex, ACount);
|
/dalvik/dx/src/com/android/dx/merge/ |
DexMerger.java | 245 int aIndex = 0; 252 if (a == null && aIndex < aSection.size) { 254 a = read(inA, aIndexMap, aIndex); 276 updateIndex(aOffset, aIndexMap, aIndex++, outCount); [all...] |
/external/mksh/src/ |
sh.h | [all...] |
jobs.c | 1220 ARRAY | INT_U | AINDEX; [all...] |
var.c | 1358 news->flag = (vp->flag & ~(ALLOC|DEFINED|ISSET|SPECIAL)) | AINDEX; [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tools.pas | 157 procedure DeleteRange(AIndex, ACount: Integer);
|
Antlr.Runtime.pas | [all...] |