Searched refs:largest (Results 1 – 25 of 28) sorted by relevance
12
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | heap.h | 152 int largest; in Heapify() local 155 largest = l; in Heapify() 157 largest = i; in Heapify() 159 if (r < size_ && comp_(A_[r], A_[largest]) ) in Heapify() 160 largest = r; in Heapify() 162 if (largest != i) { in Heapify() 163 Swap(i, largest); in Heapify() 164 Heapify(largest); in Heapify()
|
/external/speex/libspeex/ |
D | stereo.c | 151 spx_word32_t largest, smallest; in speex_encode_stereo_int() local 177 largest = e_left; in speex_encode_stereo_int() 181 largest = e_right; in speex_encode_stereo_int() 187 shift = spx_ilog2(largest)-15; in speex_encode_stereo_int() 188 largest = VSHR32(largest, shift-4); in speex_encode_stereo_int() 190 balance = DIV32(largest, ADD32(smallest, 1)); in speex_encode_stereo_int() 195 balance=(largest+1.)/(smallest+1.); in speex_encode_stereo_int()
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0003.txt | 13 size of a symmetric_key is the size of the largest scheduled key. By removing the ciphers you don'… 16 Blowfish and use Twofish with TWOFISH_SMALL defined its still 768 bytes. Even at its largest the s…
|
/external/webkit/WebKit/mac/WebView/ |
D | WebFrameView.mm | 911 WebFrameView *largest = nil; 927 if (!largest || (area > [largest _area])) { 928 largest = scrollableFrameView; 932 return largest;
|
/external/jpeg/ |
D | wizard.doc | 203 # Y AC lowest bit scan is last; it's usually the largest scan
|
D | install.doc | 271 "Plenty" means about ten bytes for every pixel in the largest images 511 best way to check this, as the DCT will be the largest fraction of the runtime
|
D | structure.doc | 730 so the data buffer must be big enough to hold the largest marker of interest.
|
D | libjpeg.doc | 2523 measured in terms of the component with the largest v_samp_factor.
|
/external/webkit/WebCore/bridge/objc/ |
D | objc_instance.mm | 230 // of return value will never exceed the size of largest scalar
|
/external/opencore/fileformats/mp4/parser/src/ |
D | mpeg4file.cpp | 501 uint32 largest = 0, temp = 0; in Mpeg4File() local 516 if (temp > largest) in Mpeg4File() 518 largest = temp; in Mpeg4File() 523 if (largest > bufferCapacity) in Mpeg4File()
|
/external/webkit/WebCore/page/mac/ |
D | FrameMac.mm | 246 // Use the largest match we can find in the whole name string
|
/external/bzip2/ |
D | bzip2.txt | 242 In general, try and use the largest block size memory con-
|
D | bzip2.1.preformatted | 245 In general, try and use the largest block size memory con
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzVideo.m | 320 /* Sort list largest to smallest (by area) */
|
/external/grub/docs/ |
D | multiboot.texi | 141 most common and have the largest variety of operating systems and boot
|
D | multiboot.info | 96 common and have the largest variety of operating systems and boot
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 1879 fastest & largest
|
D | flex.texi | 2230 fastest & largest
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | flex.man | 2286 fastest & largest
|
/external/dropbear/libtomcrypt/ |
D | changes | 726 … -- changed the "buf" in ecc_make_key from 4KB to 128 bytes [since the largest key is 65 bytes]
|
D | crypt.tex | 4927 does provide two RNG sources that will address the largest amount of end users as possible. The \t…
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 4098 choose the largest blocks per group that be chosen. (For 2k blocks,
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 1184 …I moved some logic down from Safari that dealt with finding the largest scrollable child frame in … 1194 if we don't have scroll bars, operate on our largest child with scroll bars instead 1213 new method, returns the child with the largest area that is showing at least one scroll bar
|
D | ChangeLog-2002-12-03 | 6761 (-[WebIconDatabase _updateFileDatabase]): write the largest icon to disk
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 16388 largest lorj6st
|
12