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

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pre_big.cpp 174 Word16 aOffset;
188 aOffset = 2 * MP1;
192 aOffset = 0;
198 Weight_Ai(&A_t[aOffset], g1, Ap1);
199 Weight_Ai(&A_t[aOffset], gamma2, Ap2);
204 aOffset = add(aOffset, MP1, pOverflow);
  /external/okhttp/okio/okio/src/main/java/okio/
Util.java 74 byte[] a, int aOffset, byte[] b, int bOffset, int byteCount) {
76 if (a[i + aOffset] != b[i + bOffset]) return false;
  /external/deqp/framework/randomshaders/
rsgBinaryOps.cpp 307 T aOffset = GetRandom()(random, T(-8), T(8));
309 aMin = dstMin+aOffset;
312 bMin = -aOffset;
313 bMax = -aOffset+(rangeLen-subRangeLen);
357 T aOffset = GetRandom()(random, T(-8), T(8));
359 aMin = dstMin+aOffset;
362 bMin = aOffset-(rangeLen-subRangeLen);
363 bMax = aOffset;
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 244 int aOffset = -1;
254 aOffset = inA.getPosition();
277 updateIndex(aOffset, aIndexMap, aIndex++, outCount);
279 aOffset = -1;
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 557 size_t aOffset;
591 - (attrib->aOffset + attrib->aSize)));
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 970 milliseconds