/external/chromium_org/net/quic/ |
quic_protocol.h | 558 // Entropy hash of all packets up to largest observed not including missing 564 // In general, this should be the largest packet number we've received. In 566 // than largest received, to avoid implicitly acking missing packets that [all...] |
/external/icu4c/common/ |
putilimp.h | 341 * Return the largest positive number that can be represented by an integer 475 * @return the largest possible pointer greater than the base 486 * - return the largest possible pointer greater than base
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_loopfilter_neon.asm | 196 ; only compare the largest value to limit 460 ; only compare the largest value to limit 484 ; only compare the largest value to thresh
|
vp9_mb_lpf_neon.asm | 319 ; only compare the largest value to limit 341 ; only compare the largest value to thresh 375 ; only compare the largest value to thresh
|
/external/llvm/lib/Analysis/ |
RegionInfo.cpp | 699 // ShortCut a function where for every BB the exit of the largest region 765 // Get largest region that starts at BB. 778 // Get largest region that starts at Exit.
|
/external/openssh/ |
moduli.c | 63 /* need line long enough for largest moduli plus headers */ 85 * Using virtual memory can cause thrashing. This should be the largest 98 * Constant: when used with 32-bit integers, the largest sieve prime
|
/external/oprofile/libpopt/ |
popthelp.c | 214 * @param maxLeftCol largest argument display width 470 * @param left largest argument display width 497 * @param left largest argument display width
|
/frameworks/base/core/java/android/widget/ |
TableLayout.java | 480 * <p>Finds the largest cell in each column. For each column, the width of 481 * the largest cell is applied to all the other cells.</p> 570 // oops, the largest columns are wider than the row itself
|
LinearLayout.java | 425 * the minimum size of the largest child. If false, all children are 429 * size of the largest child, false otherwise. 439 * the minimum size of the largest child. If false, all children are 445 * minimum size of the largest child, false otherwise. [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
function.h | 46 After rtl generation, it is 1 plus the largest register number used. */ 322 /* The largest alignment needed on the stack, including requirement 333 /* The largest alignment of slot allocated on the stack. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
function.h | 46 After rtl generation, it is 1 plus the largest register number used. */ 322 /* The largest alignment needed on the stack, including requirement 333 /* The largest alignment of slot allocated on the stack. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
function.h | 46 After rtl generation, it is 1 plus the largest register number used. */ 322 /* The largest alignment needed on the stack, including requirement 333 /* The largest alignment of slot allocated on the stack. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
function.h | 46 After rtl generation, it is 1 plus the largest register number used. */ 322 /* The largest alignment needed on the stack, including requirement 333 /* The largest alignment of slot allocated on the stack. */
|
/external/llvm/lib/CodeGen/ |
TargetLoweringBase.cpp | 837 /// findRepresentativeClass - Return the largest legal super-reg register class 851 // Find the first legal register class with the largest spill size. 855 // We want the largest possible spill size. [all...] |
/external/qemu/fpu/ |
softfloat.c | 108 | point input is too large, the invalid exception is raised and the largest 158 | exception is raised and the largest positive or negative integer is [all...] |
/system/core/sh/ |
sh.1 | 1003 Remove Largest Suffix Pattern. 1005 The parameter expansion then results in parameter, with the largest 1013 Remove Largest Prefix Pattern. 1015 The parameter expansion then results in parameter, with the largest [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
XMLString.java | 378 * specified character. That is, the index returned is the largest 396 * index. That is, the index returned is the largest value <i>k</i> 488 * The returned index is the largest value <i>k</i> such that
|
XMLStringDefault.java | 447 * specified character. That is, the index returned is the largest 468 * index. That is, the index returned is the largest value <i>k</i> 572 * The returned index is the largest value <i>k</i> such that
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
candidate_window_view.cc | 203 // We'll create temporary shortcut labels, and choose the largest width and 240 // We'll create temporary candidate labels, and choose the largest width and 274 // We'll create temporary annotation labels, and choose the largest width and [all...] |
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
api_util.cc | 427 DVLOG(2) << "Getting largest change id"; 454 DVLOG(2) << "Got largest change id: " << largest_change_id; 456 DVLOG(2) << "Error on getting largest change id: " << error; [all...] |
/external/chromium_org/net/third_party/nss/ssl/ |
dtlscon.c | 641 unsigned char fragment[DTLS_MAX_MTU]; /* >= than largest 752 /* Update the largest message sent so we can adjust the MTU 918 * Passing 0 means set this to the largest MTU known [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_noise.c | 538 * set the coordinates in turn from the largest magnitude. The 540 * largest coordinate. 546 /* The number 2 in the "simplex" array is at the second largest coordinate. */
|
/external/jpeg/ |
jchuff.c | 725 * will be placed last in the largest codeword category. 814 /* Remove the count for the pseudo-symbol 256 from the largest codelength */ 815 while (bits[i] == 0) /* find largest codelength still in use */
|
/external/mesa3d/src/mesa/program/ |
prog_noise.c | 538 * set the coordinates in turn from the largest magnitude. The 540 * largest coordinate. 546 /* The number 2 in the "simplex" array is at the second largest coordinate. */
|
/external/qemu/distrib/jpeg-6b/ |
jchuff.c | 725 * will be placed last in the largest codeword category. 814 /* Remove the count for the pseudo-symbol 256 from the largest codelength */ 815 while (bits[i] == 0) /* find largest codelength still in use */
|