HomeSort by relevance Sort by last modified time
    Searched full:imid (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/pdf/
SkTSet.h 334 int iMid = (iMin + iMax) / 2;
335 if (elem < (*fSetArray)[iMid]) {
336 iMax = iMid;
338 iMin = iMid;
  /external/skia/src/pdf/
SkTSet.h 334 int iMid = (iMin + iMax) / 2;
335 if (elem < (*fSetArray)[iMid]) {
336 iMax = iMid;
338 iMin = iMid;
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
MtpDeviceIndex.java 260 int iMid = (iMax + iMin) / 2;
261 if (mBuckets[iMid].itemsStartIndex + mBuckets[iMid].numItems <= position) {
262 iMin = iMid + 1;
263 } else if (mBuckets[iMid].itemsStartIndex > position) {
264 iMax = iMid - 1;
266 bucketNumber = iMid;
  /external/chromium_org/third_party/opus/src/celt/
bands.c 638 int imid; member in struct:split_ctx
653 int imid, iside; local
793 imid = 32767;
799 imid = 0;
804 imid = bitexact_cos((opus_int16)itheta);
808 delta = FRAC_MUL16((N-1)<<7,bitexact_log2tan(iside,imid));
812 sctx->imid = imid;
871 int imid=0, iside=0; local
916 imid = sctx.imid
1187 int imid=0, iside=0; local
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
en-GB_lexpos.utf 638 ADJ "timid" "t'ImId"
    [all...]

Completed in 672 milliseconds