HomeSort by relevance Sort by last modified time
    Searched refs:best (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_indexing.h 96 double best; local
99 best=s[0];pos=0;
100 if(s[1]>best){best=s[1];pos=1;}
101 if(s[2]>best){best=s[2];pos=2;}
107 double best; local
110 best=s[0];pos=0;
111 if(s[1]>best){best=s[1];pos=1;
119 double best; local
132 double best; local
146 double best; local
161 double best; local
176 double best; local
193 double t,best; local
204 double t,best; local
    [all...]
  /bionic/libc/inet/
inet_ntop.c 105 struct { int base, len; } best, cur; local
118 best.base = -1;
119 best.len = 0;
130 if (best.base == -1 || cur.len > best.len)
131 best = cur;
137 if (best.base == -1 || cur.len > best.len)
138 best = cur;
140 if (best.base != -1 && best.len < 2
    [all...]
  /external/tcpdump/missing/
inet_ntop.c 117 } best, cur; local
129 best.base = -1;
141 if (best.base == -1 || cur.len > best.len)
142 best = cur;
146 if ((cur.base != -1) && (best.base == -1 || cur.len > best.len))
147 best = cur;
148 if (best.base != -1 && best.len < 2
    [all...]
  /ndk/sources/host-tools/make-3.81/
strcache.c 60 struct strcache *best = NULL; local
71 the blocks and choose the one with the best fit (the one that leaves the
74 if (sp->bytesfree > len && (!best || best->bytesfree > sp->bytesfree))
75 best = sp;
78 if (!best)
79 best = new_cache();
81 assert (best->bytesfree > len);
83 /* Add the string to the best cache. */
84 res = best->end
    [all...]
  /external/ppp/pppd/plugins/pppoatm/
misc.c 24 int i,best; local
30 best = -1;
35 best = i;
40 if (best > -1) (*pos) += best_len;
41 return best;
  /external/chromium/net/http/
http_auth.cc 36 scoped_ptr<HttpAuthHandler> best; local
49 if (cur.get() && (!best.get() || best->score() < cur->score()) &&
51 best.swap(cur);
53 handler->swap(best);
  /external/clang/utils/
FindSpecRefs 604 best = None
625 if best is None or dist < best[0]:
626 best = (dist, (section, name, page))
627 return best[1]
637 best = None
641 if best is None or dist < best[0]:
642 best = (dist,'l'+m.group(1))
644 if best is not None
    [all...]
CmpDriver 48 best = None
52 if best is None or candidate < best[0]:
53 best = (candidate, a_0, j)
54 a = best[1]
  /external/libvpx/vp8/encoder/
encodemb.c 288 int best; local
361 /* And pick the best. */
362 best = rd_cost1 < rd_cost0;
366 tokens[i][0].rate = base_bits + (best ? rate1 : rate0);
367 tokens[i][0].error = d2 + (best ? error1 : error0);
371 best_mask[0] |= best << i;
427 /* And pick the best. */
428 best = rd_cost1 < rd_cost0;
436 tokens[i][1].rate = base_bits + (best ? rate1 : rate0);
437 tokens[i][1].error = d2 + (best ? error1 : error0)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 109 int best = -1; local
116 best = i;
121 if ( best < 0 ||
122 (modes[i]->hdisplay < modes[best]->hdisplay &&
123 modes[i]->vdisplay <= modes[best]->vdisplay) ||
124 (modes[i]->vdisplay < modes[best]->vdisplay &&
125 modes[i]->hdisplay <= modes[best]->hdisplay) ) {
126 best = i;
130 if ( best >= 0 &&
131 ((modes[best]->hdisplay != mode.hdisplay) |
    [all...]
  /external/quake/quake/src/WinQuake/
pr_exec.cpp 224 dfunction_t *f, *best; local
233 best = NULL;
240 best = f;
243 if (best)
246 Con_Printf ("%7i %s\n", best->profile, pr_strings+best->s_name);
248 best->profile = 0;
250 } while (best);
  /external/libvpx/vp8/common/
findnearmv.h 59 MV *nearest, MV *nearby, MV *best,
  /frameworks/base/core/java/android/util/
TimeUtils.java 50 TimeZone best = null; local
93 if (best == null) {
98 best = tz;
112 return best;
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 124 BallLarusEdge* best = 0; local
131 (!best || (best->getWeight() < (*next)->getWeight())) ) // best one?
132 best = *next;
135 return best;
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 40 "best". Adjust to taste, subject to the caveats given. */
131 short line_length; /* length of the best line starting here */
132 COST best_cost; /* cost of best paragraph starting here */
438 register COST wcost, best; local
447 best = MAXCOST;
463 if (wcost < best)
465 best = wcost;
472 start->best_cost = best + base_cost (start);
  /external/jdiff/src/jdiff/
DiffMyers.java 207 int best = 0; local
215 if (fd[fdiagoff + d] * 2 - dd > best
222 /* We have a good enough best diagonal;
230 best = fd[fdiagoff + d] * 2 - dd;
236 if (best > 0)
242 best = 0;
248 if ((xlim - bd[bdiagoff + d]) * 2 + dd > best
252 /* We have a good enough best diagonal;
262 best = (xlim - bd[bdiagoff + d]) * 2 + dd;
268 if (best > 0
    [all...]
  /external/llvm/test/Bindings/Ocaml/
analysis.ml 9 (* Note that this takes a moment to link, so it's best to keep the number of
bitwriter.ml 7 (* Note that this takes a moment to link, so it's best to keep the number of
bitreader.ml 7 (* Note that this takes a moment to link, so it's best to keep the number of
  /external/quake/quake/src/QW/server/
pr_exec.c 224 dfunction_t *f, *best; local
233 best = NULL;
240 best = f;
243 if (best)
246 Con_Printf ("%7i %s\n", best->profile, PR_GetString(best->s_name));
248 best->profile = 0;
250 } while (best);
  /frameworks/base/core/java/android/text/util/
Rfc822Tokenizer.java 216 int best = 0; local
230 best = i;
235 return best;
  /frameworks/base/opengl/tests/hwc/
hwcCommit.cpp 540 testPrintI(" HScale Best Display Frame: %s",
542 testPrintI(" HScale Best Source Crop: %s",
555 testPrintI(" VScale Best Display Frame: %s",
557 testPrintI(" VScale Best Source Crop: %s",
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DisplaySettings.java 116 int best = 0; local
120 best = i;
124 entries[best]);
  /external/webkit/Source/WebKit/android/nav/
CachedFrame.cpp 107 bool CachedFrame::checkBetween(BestData* best, Direction direction)
109 const WebCore::IntRect& bestRect = best->bounds();
133 *best = test;
158 // returns 0 if test is preferable to best, 1 if not preferable, or -1 if unknown
170 // center and best center, choose it
300 int best = bestData.mDistance + bestData.mSideDistance; local
301 if (distance > best) {
305 else if (distance < best)
307 best = bestData.mSideDistance;
308 if (testData.mSideDistance > best) {
    [all...]
CachedRoot.cpp 749 // back up to include text drawn before the best layer
1041 innerMove(document(), best, direction, scrollPtr, false); local
1165 int best = INT_MAX; local
    [all...]

Completed in 523 milliseconds

1 2 3 4