Searched refs:guess (Results 1 - 25 of 72) sorted by relevance

123

/external/srtp/crypto/replay/
H A Drdbx.c76 * index_guess(&local, &guess, seq_from_packet). This function
77 * returns the difference of the guess and the local value. The local
78 * xtd_seq_num_t can be moved forward to the guess using the function
79 * index_advance(&guess, delta), where delta is the difference.
111 * index_guess(local, guess, s)
115 * (from a newly arrived packet), sets the contents of *guess to
116 * contain the best guess of the packet index to which s corresponds,
117 * and returns the difference between *guess and *local
125 xtd_seq_num_t *guess,
136 uint32_t guess_roc = ((high32(*guess) << 1
124 index_guess(const xtd_seq_num_t *local, xtd_seq_num_t *guess, sequence_number_t s) argument
329 rdbx_estimate_index(const rdbx_t *rdbx, xtd_seq_num_t *guess, sequence_number_t s) argument
[all...]
/external/srtp/crypto/include/
H A Drdbx.h75 * rdbx_estimate_index(rdbx, guess, s)
78 * sets the contents of *guess to contain the best guess of the packet
80 * *guess and the locally stored synch info
85 xtd_seq_num_t *guess,
162 * index_guess(local, guess, s)
166 * arrived packet), sets the contents of *guess to contain the best
167 * guess of the packet index to which s corresponds, and returns the
168 * difference between *guess and *local
173 xtd_seq_num_t *guess,
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dstrtod.cc365 // The variable guess should be a close guess that is either the correct double
373 double guess) {
374 if (guess == Double::Infinity()) {
375 return guess;
378 DiyFp upper_boundary = Double(guess).UpperBoundary();
404 return guess;
406 return Double(guess).NextDouble();
407 } else if ((Double(guess).Significand() & 1) == 0) {
409 return guess;
[all...]
/external/chromium_org/v8/src/
H A Dstrtod.cc366 // The variable guess should be a close guess that is either the correct double
374 double guess) {
375 if (guess == V8_INFINITY) {
376 return guess;
379 DiyFp upper_boundary = Double(guess).UpperBoundary();
405 return guess;
407 return Double(guess).NextDouble();
408 } else if ((Double(guess).Significand() & 1) == 0) {
410 return guess;
[all...]
/external/v8/src/
H A Dstrtod.cc366 // The variable guess should be a close guess that is either the correct double
374 double guess) {
375 if (guess == V8_INFINITY) {
376 return guess;
379 DiyFp upper_boundary = Double(guess).UpperBoundary();
405 return guess;
407 return Double(guess).NextDouble();
408 } else if ((Double(guess).Significand() & 1) == 0) {
410 return guess;
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DSparseIntArray.java239 int high = start + len, low = start - 1, guess;
242 guess = (high + low) / 2;
244 if (a[guess] < key)
245 low = guess;
247 high = guess;
H A DSparseArray.java336 int high = start + len, low = start - 1, guess;
339 guess = (high + low) / 2;
341 if (a[guess] < key)
342 low = guess;
344 high = guess;
/external/chromium_org/third_party/tcmalloc/vendor/packages/deb/
H A Drules14 # from having to guess our platform (since we know it already)
64 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
65 cp -f /usr/share/misc/config.guess config.guess
/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c101 unsigned int guess; local
106 guess=0;
109 guess |= (1<<p);
110 if (x<guess*guess)
111 guess -= (1<<p);
114 /* choose between guess or guess+1 */
115 return guess+(guess*gues
[all...]
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp499 int guess = -1; local
502 if (newGuess == guess)
504 guess = newGuess;
506 r = (*pf)((gSortedLines[line])->name, (gSortedLines[guess])->name);
512 hi = guess;
514 lo = guess;
537 int guess = -1; local
540 if (newGuess == guess)
542 guess = newGuess;
546 ri = strcmp((gSortedLines[line])->icuSortKey, (gSortedLines[guess])
588 int guess = -1; local
639 int guess = -1; local
[all...]
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp499 int guess = -1; local
502 if (newGuess == guess)
504 guess = newGuess;
506 r = (*pf)((gSortedLines[line])->name, (gSortedLines[guess])->name);
512 hi = guess;
514 lo = guess;
537 int guess = -1; local
540 if (newGuess == guess)
542 guess = newGuess;
546 ri = strcmp((gSortedLines[line])->icuSortKey, (gSortedLines[guess])
588 int guess = -1; local
639 int guess = -1; local
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSparseArray.java338 int high = start + len, low = start - 1, guess;
341 guess = (high + low) / 2;
343 if (a[guess] < key)
344 low = guess;
346 high = guess;
/external/chromium/sdch/open-vcdiff/packages/deb/
H A Drules14 # from having to guess our platform (since we know it already)
64 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
65 cp -f /usr/share/misc/config.guess config.guess
/external/chromium_org/sdch/open-vcdiff/packages/deb/
H A Drules14 # from having to guess our platform (since we know it already)
64 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
65 cp -f /usr/share/misc/config.guess config.guess
/external/open-vcdiff/packages/deb/
H A Drules14 # from having to guess our platform (since we know it already)
64 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
65 cp -f /usr/share/misc/config.guess config.guess
/external/chromium_org/chrome/browser/devtools/adb/
H A Dandroid_rsa.cc130 uint64 guess = (from + to) / 2;
131 uint32* t = BnMul(b, static_cast<uint32>(guess));
135 return BnGuess(a, b, guess, to);
137 return BnGuess(a, b, from, guess);
138 return guess;
/external/chromium_org/third_party/skia/src/core/
H A DSkMath.cpp357 uint32_t guess = root * root + root; local
358 guess = (guess << 1) + guess; // guess *= 3
359 if (guess < curr) {
360 curr -= guess + 1;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DOutputFinisher.java488 * opcode as a first "best guess" and then pessimizes from there
492 * @param guess {@code null-ok;} the current guess as to the best
498 private Dop findOpcodeForInsn(DalvInsn insn, Dop guess) { argument
500 * Note: The initial guess might be null, meaning that an
505 while (guess != null) {
506 if (guess.getFormat().isCompatible(insn)) {
510 guess = Dops.getNextOrNull(guess, dexOptions);
513 return guess;
[all...]
/external/skia/src/core/
H A DSkMath.cpp357 uint32_t guess = root * root + root; local
358 guess = (guess << 1) + guess; // guess *= 3
359 if (guess < curr) {
360 curr -= guess + 1;
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIntList.java423 int guess = values[guessIdx];
425 if (value <= guess) {
/external/eigen/Eigen/src/misc/
H A DSparseSolve.h88 solve_retval_with_guess(const DecompositionType& dec, const Rhs& rhs, const Guess& guess) argument
89 : m_dec(dec), m_rhs(rhs), m_guess(guess)
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DAppDataDirGuesser.java25 * Uses heuristics to guess the application's private data directory.
28 public File guess() { method in class:AppDataDirGuesser
/external/chromium_org/ui/gfx/
H A Dtext_elider.cc494 size_t guess; local
495 for (guess = (lo + hi) / 2; lo <= hi; guess = (lo + hi) / 2) {
498 const base::string16 cut = slicer.CutString(guess, insert_ellipsis);
503 return ElideText(slicer.CutString(guess / 2, false),
507 hi = guess - 1;
509 lo = guess + 1;
512 return slicer.CutString(guess, insert_ellipsis);
/external/chromium_org/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp410 int guess; local
414 guess = (high + low)/2;
415 if (last_guess == guess) break; // nothing to search
417 r = (this->*fn)(random, guess);
423 high = guess;
425 low = guess;
427 last_guess = guess;
/external/icu4c/test/perf/collperf/
H A Dcollperf.cpp419 int guess; local
423 guess = (high + low)/2;
424 if (last_guess == guess) break; // nothing to search
426 r = (this->*fn)(random, guess);
432 high = guess;
434 low = guess;
436 last_guess = guess;

Completed in 1897 milliseconds

123