HomeSort by relevance Sort by last modified time
    Searched refs:mid (Results 126 - 150 of 192) sorted by null

1 2 3 4 56 7 8

  /external/webkit/Source/WebKit/mac/History/
WebHistory.mm 215 unsigned mid = low + (high - low) / 2;
216 if ([[entriesForDate objectAtIndex:mid] lastVisitedTimeInterval] >= entryDate)
217 low = mid + 1;
219 high = mid;
  /external/libvpx/mkvparser/
mkvparser.cpp 5263 Cluster** const mid = lo + (hi - lo) \/ 2; local
5461 Cluster** const mid = lo + (hi - lo) \/ 2; local
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 190 int32_t year, month, dom, dow, doy, mid; local
191 Grego::timeToFields(time, year, month, dom, dow, doy, mid);
199 int32_t t = mid;
1658 int32_t y, m, d, dow, doy, mid; local
1934 int32_t year, month, dom, dow, doy, mid; local
    [all...]
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/pcre/
pcretest.c 1031 int mid = 64; local
1038 *limit = mid;
1045 /* fprintf(outfile, "Testing %s limit = %d\n", msg, mid); */
1046 min = mid;
1047 mid = (mid == max - 1)? max : (max > 0)? (min + max)/2 : mid*2;
1053 if (mid == min + 1)
1055 fprintf(outfile, "Minimum %s limit = %d\n", msg, mid);
1058 /* fprintf(outfile, "Testing %s limit = %d\n", msg, mid); */
    [all...]
  /external/icu4c/test/intltest/
tzregts.cpp 97 UDate mid = (min + max) / 2; local
98 if (tz.inDaylightTime(mid, status) == startsInDST) {
99 min = mid;
101 max = mid;
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 99 int32_t mid = min + ((max - min) / 2); local
100 if (GetGlyphOutlineW(hdc, mid, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0,
102 max = mid;
104 min = mid + 1;
    [all...]
  /external/webkit/Source/WebKit/win/
WebHistory.cpp 937 unsigned mid = low + (high - low) / 2; local
938 IWebHistoryItem* item = const_cast<IWebHistoryItem*>(static_cast<const IWebHistoryItem*>(CFArrayGetValueAtIndex(entriesForDate, mid)));
944 low = mid + 1;
946 high = mid;
    [all...]
  /external/webkit/Tools/QtTestBrowser/
mainwindow.cpp 149 s = s.mid(2);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
CharacterTest.java 569 final Character mid = new Character((char)(Character.MAX_VALUE/2)); local
574 assertTrue(mid.compareTo(mid) == 0);
576 assertTrue(max.compareTo(mid) > 0);
579 assertTrue(mid.compareTo(max) < 0);
580 assertTrue(mid.compareTo(min) > 0);
582 assertTrue(min.compareTo(mid) < 0);
    [all...]
  /external/bzip2/
bzlib.c 689 Int32 nb, na, mid; local
693 mid = (nb + na) >> 1;
694 if (indx >= cftab[mid]) nb = mid; else na = mid;
    [all...]
  /external/icu4c/common/
ucnv2022.c 767 register int32_t mid = (hi+low) >> 1; \/*Finds median*\/ local
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-aix5.c 561 Int mid, local
571 mid = (lo + hi) / 2;
572 a_mid_lo = segs->seg[mid].start;
573 a_mid_hi = segs->seg[mid].end;
575 if (a < a_mid_lo) { hi = mid-1; continue; }
576 if (a > a_mid_hi) { lo = mid+1; continue; }
578 aspacem_assert(0 <= mid && mid < segs->used);
579 return mid;
    [all...]
aspacemgr-linux.c 1134 Int mid, local
    [all...]
  /external/mesa3d/test/
egl.cpp 1105 int mid = (first + last) \/ 2; local
    [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp 1284 int mid = max \/ 2; local
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 1097 int mid = (first + last) \/ 2; local
    [all...]
  /external/svox/pico/lib/
picokpr.c 303 extern picoos_bool picokpr_isEqualMid (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 len__11, picokpr_StrArrOffset mid)
307 lstrp = (picokpr_VarStrPtr)(void *) &((kpr_SubObj)preproc)->rStrArr[mid];
  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 458 for (int i = 0, mid = count / 2; i < mid; i++, --end) {
  /external/icu4c/test/cintltst/
cdattst.c 1053 UDate mid = (UDate) exp((log(small) + log(large)) \/ 2); local
    [all...]
  /sdk/emulator/mksdcard/
mksdcard.c 69 unsigned short lo, hi, mid; local
  /packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java 518 Mailbox inbox = Mailbox.restoreMailboxOfType(context, account.mId,
525 ContentUris.withAppendedId(Mailbox.CONTENT_URI, inbox.mId), cv,
551 if (account.mId == id) {
560 if (account.mId == id) {
624 + account.mId, null);
627 addAccountMailbox(account.mId);
647 account.mId);
671 sb.append(account.mId);
696 sb.append(account.mId);
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 1438 FT_UInt32 ah, al, mid, lo, hi; local
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 1104 int hi, lo, mid; local
1111 mid = (hi + lo) / 2;
1113 id = pKeys->methods[mid].methodId;
1115 return &pKeys->methods[mid];
1117 lo = mid + 1;
1119 hi = mid - 1;
1158 fprintf(stderr, "WARNING: hit EOF mid-record\n");
    [all...]
  /bionic/libc/tzcode/
localtime.c 1401 register int mid = (lo + hi) >> 1; local
    [all...]

Completed in 651 milliseconds

1 2 3 4 56 7 8