HomeSort by relevance Sort by last modified time
    Searched refs:mid (Results 176 - 200 of 715) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/e2fsprogs/lib/ext2fs/
getsize.c 260 const ext2_loff_t mid = (low + high) / 2;
262 if (valid_offset (fd, mid))
263 low = mid;
265 high = mid;
icount.c 371 int low, high, mid; local
393 mid = ((unsigned)low + (unsigned)high) >> 1;
394 if (ino == icount->list[mid].ino) {
395 icount->cursor = mid+1;
396 return &icount->list[mid];
398 if (ino < icount->list[mid].ino)
399 high = mid-1;
401 low = mid+1;
  /external/eigen/Eigen/src/SparseCore/
CompressedStorage.h 135 Index mid = (end+start)>>1; local
136 if (m_indices[mid]<key)
137 start = mid+1;
139 end = mid;
  /external/freetype/src/sfnt/
ttkern.c 246 FT_UInt mid = ( min + max ) >> 1; local
247 FT_Byte* q = p + 6 * mid;
259 min = mid + 1;
261 max = mid;
  /external/mesa3d/src/compiler/nir/
nir_lower_indirect_derefs.c 54 int mid = start + (end - start) / 2; local
60 nir_imm_int(b, mid)));
65 start, mid, &then_dest, src);
69 mid, end, &else_dest, src);
  /external/tensorflow/tensorflow/core/lib/io/
block.cc 157 uint32 mid = (left + right + 1) / 2; variable
158 uint32 region_offset = GetRestartPoint(mid);
169 // Key at "mid" is smaller than "target". Therefore all
170 // blocks before "mid" are uninteresting.
171 left = mid;
173 // Key at "mid" is >= "target". Therefore all blocks at or
174 // after "mid" are uninteresting.
175 right = mid - 1;
  /external/v8/src/
unicode.cc 61 unsigned int mid = low + ((high - low) >> 1); local
62 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid));
66 (mid + 1 == size ||
67 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) {
68 low = mid;
71 low = mid + 1;
75 if (mid == 0) break;
76 high = mid - 1;
117 unsigned int mid = low + ((high - low) >> 1); local
118 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid));
    [all...]
list-inl.h 254 int mid = low + (high - low) / 2; local
255 T mid_elem = list[mid];
258 high = mid - 1;
262 low = mid + 1;
266 return mid;
  /frameworks/base/cmds/incident/
main.cpp 132 size_t mid = (low + high) >> 1; local
133 IncidentSection const* section = INCIDENT_SECTIONS + mid;
137 low = mid + 1;
139 high = mid - 1;
  /prebuilts/misc/common/swig/include/2.0.11/java/
typemaps.i 96 jmethodID mid;
107 mid = JCALL3(GetMethodID, jenv, clazz, "toByteArray", "()[B");
108 ba = (jbyteArray)JCALL2(CallObjectMethod, jenv, $input, mid);
251 jmethodID mid = JCALL3(GetMethodID, jenv, clazz, "<init>", "([B)V");
261 bigint = JCALL3(NewObject, jenv, clazz, mid, ba);
394 jmethodID mid;
414 mid = JCALL3(GetMethodID, jenv, clazz, "toByteArray", "()[B");
415 ba = (jbyteArray)JCALL2(CallObjectMethod, jenv, bigint, mid);
java.swg 293 jmethodID mid;
304 mid = JCALL3(GetMethodID, jenv, clazz, "toByteArray", "()[B");
305 ba = (jbyteArray)JCALL2(CallObjectMethod, jenv, $input, mid);
317 jmethodID mid;
328 mid = JCALL3(GetMethodID, jenv, clazz, "toByteArray", "()[B");
329 ba = (jbyteArray)JCALL2(CallObjectMethod, jenv, $input, mid);
345 jmethodID mid = JCALL3(GetMethodID, jenv, clazz, "<init>", "([B)V");
355 bigint = JCALL3(NewObject, jenv, clazz, mid, ba);
364 jmethodID mid = JCALL3(GetMethodID, jenv, clazz, "<init>", "([B)V");
374 bigint = JCALL3(NewObject, jenv, clazz, mid, ba)
    [all...]
  /external/honggfuzz/libcommon/
util.c 287 size_t mid; local
290 mid = low + (key - array[low]) * ((high - low) / (array[high] - array[low]));
292 if (array[mid] < key) {
293 low = mid + 1;
294 } else if (key < array[mid]) {
295 high = mid - 1;
297 return mid;
  /external/valgrind/coregrind/
m_xarray.c 238 Word lo, mid, hi, cres; local
246 mid = (lo + hi) / 2;
247 midv = VG_(indexXA)( xa, mid );
249 if (cres < 0) { hi = mid-1; continue; }
250 if (cres > 0) { lo = mid+1; continue; }
251 /* Found it, at mid. See how far we can expand this. */
255 *first = mid;
262 *last = mid;
  /external/libunwind/src/ia64/
Gtables.c 91 unsigned long lo, hi, mid; local
97 mid = (lo + hi) / 2;
98 e_addr = table + mid * sizeof (struct ia64_table_entry);
103 hi = mid;
110 lo = mid + 1;
231 unsigned long lo, hi, mid; local
236 mid = (lo + hi) / 2;
237 e = table + mid;
239 hi = mid;
241 lo = mid + 1
    [all...]
  /external/lzma/CPP/7zip/Common/
LimitedStreams.cpp 165 unsigned mid = (left + right) / 2; local
166 if (mid == left)
168 if (_virtPos < Extents[mid].Virt)
169 right = mid;
171 left = mid;
  /external/lzma/CPP/7zip/UI/Common/
Extract.cpp 223 unsigned mid = (left + right) / 2; local
224 const UString &midValue = fileName[mid];
227 return mid;
229 right = mid;
231 left = mid + 1;
  /external/valgrind/coregrind/m_debuginfo/
storage.c 2357 Word mid, local
2385 Word mid, local
2408 Word mid, local
2440 Word mid, size, local
    [all...]
  /external/icu/icu4c/source/i18n/
basictz.cpp 163 int32_t year, month, dom, dow, doy, mid; local
168 year, month, dom, dow, doy, mid);
171 DateTimeRule *dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME);
195 year, month, dom, dow, doy, mid);
198 dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME);
226 year, month, dom, dow, doy, mid);
228 dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME);
481 int32_t year, month, dom, dow, doy, mid; local
482 Grego::timeToFields(tzt.getTime(), year, month, dom, dow, doy, mid);
  /compatibility/cdd/5_multimedia/
5_11_unprocessed-audio.md 15 characteristics in the mid-frequency range: specifically &plusmn;10dB from
21 mid-frequency range for each and every microphone used to record the
26 mid-frequency range for each and every microphone used to record the
  /external/libvterm/src/
unicode.c 134 int mid; local
139 mid = (min + max) / 2;
140 if (ucs > table[mid].last)
141 min = mid + 1;
142 else if (ucs < table[mid].first)
143 max = mid - 1;
  /external/one-true-awk/
lex.c 439 int cond, low, mid, high; local
444 mid = (low + high) / 2;
445 if ((cond = strcmp(w, kp[mid].word)) < 0)
446 high = mid - 1;
448 low = mid + 1;
450 return mid;
  /external/skia/src/pathops/
SkOpSegment.h 198 SkDPoint dPtAtT(double mid) const {
199 return (*CurveDPointAtT[fVerb])(fPts, fWeight, mid);
202 SkDVector dSlopeAtT(double mid) const {
203 return (*CurveDSlopeAtT[fVerb])(fPts, fWeight, mid);
312 SkPoint ptAtT(double mid) const {
313 return (*CurvePointAtT[fVerb])(fPts, fWeight, mid);
  /external/skqp/src/pathops/
SkOpSegment.h 198 SkDPoint dPtAtT(double mid) const {
199 return (*CurveDPointAtT[fVerb])(fPts, fWeight, mid);
202 SkDVector dSlopeAtT(double mid) const {
203 return (*CurveDSlopeAtT[fVerb])(fPts, fWeight, mid);
312 SkPoint ptAtT(double mid) const {
313 return (*CurvePointAtT[fVerb])(fPts, fWeight, mid);
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 469 int mid = (start+end)/2; local
472 if(c == values[mid]) {
474 } else if (c > values[mid]) {
475 start = mid + 1;
477 end = mid - 1;
480 mid = (start + end) / 2;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
BrentOptimizer.java 73 * @param mid Point inside the interval {@code [lo, hi]}.
83 double lo, double mid, double hi,
102 double x = mid;

Completed in 912 milliseconds

1 2 3 4 5 6 78 91011>>