HomeSort by relevance Sort by last modified time
    Searched full:largest (Results 1 - 25 of 601) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/vpx_mem/memory_manager/
hmm_largest.c 20 U(size_bau) largest;
23 largest = 0;
31 largest =
50 if (lf_size > largest)
51 largest = lf_size;
54 /* Convert largest size to AAUs and subract head size leaving payload
57 return(largest ?
58 ((largest * ((U(size_aau)) HMM_BLOCK_ALIGN_UNIT)) - HEAD_AAUS) :
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 152 int largest; local
155 largest = l;
157 largest = i;
159 if (r < size_ && comp_(A_[r], A_[largest]) )
160 largest = r;
162 if (largest != i) {
163 Swap(i, largest);
164 Heapify(largest);
  /external/dropbear/libtommath/
bn_mp_gcd.c 24 /* either zero than gcd is the largest */
74 /* make sure v is the largest */
80 /* subtract smallest from largest */
  /external/v8/test/mjsunit/regress/
regress-326.js 36 assertEquals(42, nonArray[1], "sort largest last");
38 assertEquals(undefined, nonArray[2], "sort undefined after largest");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
vlimit.h 41 /* Largest file which can be created (bytes). */
50 /* Largest core file that will be created (bytes). */
  /external/speex/libspeex/
stereo.c 151 spx_word32_t largest, smallest; local
177 largest = e_left;
181 largest = e_right;
187 shift = spx_ilog2(largest)-15;
188 largest = VSHR32(largest, shift-4);
190 balance = DIV32(largest, ADD32(smallest, 1));
195 balance=(largest+1.)/(smallest+1.);
216 /*fprintf (stderr, "%d %d %d %d\n", largest, smallest, balance_id, e_ratio);*/
ltp.h 67 int end, /* Largest pitch value allowed */
86 int end, /* Largest pitch value allowed */
110 int end, /* Largest pitch value allowed */
129 int end, /* Largest pitch value allowed */
  /external/chromium/net/data/filter_unittests/
google.txt 5 As a first step to fulfilling that mission, Google's founders Larry Page and Sergey Brin developed a new approach to online search that took root in a Stanford University dorm room and quickly spread to information seekers around the globe. Google is now widely recognized as the world's largest search engine -- an easy-to-use free service that usually returns relevant results in a fraction of a second.
7 When you visit www.google.com or one of the dozens of other Google domains, you'll be able to find information in many different languages; check stock quotes, maps, and news headlines; lookup phonebook listings for every city in the United States; search billions of images and peruse the world's largest archive of Usenet messages -- more than 1 billion posts dating back to 1981.
13 Thousands of advertisers use our Google AdWords program to promote their products and services on the web with targeted advertising, and we believe AdWords is the largest program of its kind. In addition, thousands of web site managers take advantage of our Google AdSense program to deliver ads relevant to the content on their sites, improving their ability to generate revenue and enhancing the experience for their users.
google.txt.bz2 
  /bionic/libm/man/
floor.3 42 .Nd largest integral value less than or equal to x
59 functions return the largest integral value
  /external/chromium/third_party/icu/public/i18n/unicode/
dtitvinf.h 96 * The largest different calendar fields between 2 calendars is the
99 * For example: the largest different calendar fields between "Jan 10, 2007"
107 * in en_US, if the largest different calendar field between date1 and date2
110 * If the largest different calendar field between date1 and date2 is "month",
113 * If the largest different calendar field between date1 and date2 is "day",
267 * @param lrgDiffCalUnit the largest different calendar unit.
268 * @param intervalPattern the interval pattern on the largest different
283 * the largest different calendar field.
285 * @param field the largest different calendar field
390 * @param lrgDiffCalUnit the largest different calendar unit
    [all...]
  /external/icu4c/i18n/unicode/
dtitvinf.h 86 * The largest different calendar fields between 2 calendars is the
89 * For example: the largest different calendar fields between &quot;Jan 10, 2007&quot;
97 * in en_US, if the largest different calendar field between date1 and date2
100 * If the largest different calendar field between date1 and date2 is &quot;month&quot;,
103 * If the largest different calendar field between date1 and date2 is &quot;day&quot;,
258 * @param lrgDiffCalUnit the largest different calendar unit.
259 * @param intervalPattern the interval pattern on the largest different
274 * the largest different calendar field.
276 * @param field the largest different calendar field
389 * @param lrgDiffCalUnit the largest different calendar unit
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
AsymmetricBlockCipher.java 20 * returns the largest size an input block can be.
  /cts/apps/CtsVerifier/jni/audioquality/
GlitchTest.h 70 /* Find the largest value in data starting at start_search and ending
73 sample points. Return the index where the largest value was found,
OverflowCheck.cpp 40 // MAX_ALLOWED_STEP is the largest sample-to-sample change that will
42 // calibrated by the largest sample-to-sample change that is naturally
  /external/chromium/third_party/icu/public/common/unicode/
umachine.h 149 /** The largest value an 8 bit signed integer can hold @stable ICU 2.0 */
153 /** The largest value a 16 bit signed integer can hold @stable ICU 2.0 */
157 /** The largest value a 32 bit signed integer can hold @stable ICU 2.0 */
162 /** The largest value an 8 bit unsigned integer can hold @stable ICU 2.0 */
166 /** The largest value a 16 bit unsigned integer can hold @stable ICU 2.0 */
170 /** The largest value a 32 bit unsigned integer can hold @stable ICU 2.0 */
198 /** The largest value a 64 bit signed integer can hold @stable ICU 2.8 */
202 /** The largest value a 64 bit unsigned integer can hold @stable ICU 2.8 */
  /external/dropbear/libtomcrypt/notes/
tech0003.txt 13 size of a symmetric_key is the size of the largest scheduled key. By removing the ciphers you don't use from
16 Blowfish and use Twofish with TWOFISH_SMALL defined its still 768 bytes. Even at its largest the structure is only
  /external/webkit/JavaScriptCore/icu/unicode/
umachine.h 172 /** The largest value an 8 bit signed integer can hold @stable ICU 2.0 */
176 /** The largest value a 16 bit signed integer can hold @stable ICU 2.0 */
180 /** The largest value a 32 bit signed integer can hold @stable ICU 2.0 */
185 /** The largest value an 8 bit unsigned integer can hold @stable ICU 2.0 */
189 /** The largest value a 16 bit unsigned integer can hold @stable ICU 2.0 */
193 /** The largest value a 32 bit unsigned integer can hold @stable ICU 2.0 */
221 /** The largest value a 64 bit signed integer can hold @stable ICU 2.8 */
225 /** The largest value a 64 bit unsigned integer can hold @stable ICU 2.8 */
  /external/webkit/JavaScriptGlue/icu/unicode/
umachine.h 172 /** The largest value an 8 bit signed integer can hold @stable ICU 2.0 */
176 /** The largest value a 16 bit signed integer can hold @stable ICU 2.0 */
180 /** The largest value a 32 bit signed integer can hold @stable ICU 2.0 */
185 /** The largest value an 8 bit unsigned integer can hold @stable ICU 2.0 */
189 /** The largest value a 16 bit unsigned integer can hold @stable ICU 2.0 */
193 /** The largest value a 32 bit unsigned integer can hold @stable ICU 2.0 */
221 /** The largest value a 64 bit signed integer can hold @stable ICU 2.8 */
225 /** The largest value a 64 bit unsigned integer can hold @stable ICU 2.8 */
  /external/webkit/WebCore/icu/unicode/
umachine.h 172 /** The largest value an 8 bit signed integer can hold @stable ICU 2.0 */
176 /** The largest value a 16 bit signed integer can hold @stable ICU 2.0 */
180 /** The largest value a 32 bit signed integer can hold @stable ICU 2.0 */
185 /** The largest value an 8 bit unsigned integer can hold @stable ICU 2.0 */
189 /** The largest value a 16 bit unsigned integer can hold @stable ICU 2.0 */
193 /** The largest value a 32 bit unsigned integer can hold @stable ICU 2.0 */
221 /** The largest value a 64 bit signed integer can hold @stable ICU 2.8 */
225 /** The largest value a 64 bit unsigned integer can hold @stable ICU 2.8 */
  /external/webkit/WebKit/mac/icu/unicode/
umachine.h 172 /** The largest value an 8 bit signed integer can hold @stable ICU 2.0 */
176 /** The largest value a 16 bit signed integer can hold @stable ICU 2.0 */
180 /** The largest value a 32 bit signed integer can hold @stable ICU 2.0 */
185 /** The largest value an 8 bit unsigned integer can hold @stable ICU 2.0 */
189 /** The largest value a 16 bit unsigned integer can hold @stable ICU 2.0 */
193 /** The largest value a 32 bit unsigned integer can hold @stable ICU 2.0 */
221 /** The largest value a 64 bit signed integer can hold @stable ICU 2.8 */
225 /** The largest value a 64 bit unsigned integer can hold @stable ICU 2.8 */
  /external/bluetooth/glib/glib/
gprimes.h 44 * next largest prime, or the highest it knows about which is about
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt.h 22 /* max size of either a cipher/hash block or symmetric key [largest of the two] */
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc.c 26 /* This holds the key settings. ***MUST*** be organized by size from smallest to largest. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 133 /* Largest integral types. */
240 /* Minimum for largest signed integral type. */
242 /* Maximum for largest signed integral type. */
245 /* Maximum for largest unsigned integral type. */

Completed in 658 milliseconds

1 2 3 4 5 6 7 8 91011>>