/external/webkit/Tools/CSSTestSuiteHarness/harness/ |
H A D | harness.css | 36 font-size: smaller; 64 font-size: smaller; 107 font-size: smaller; 198 font-size: smaller; 232 font-size: smaller; 240 font-size: smaller;
|
/external/srec/config/en.us/ |
H A D | Android.mk | 84 # "apt-get install advancecomp".) It makes the output about 10% smaller. 97 echo -e "\n+++ advzip not installed; fell back to zip\n cmu6plus.ok.zip (`du -h cmu6plus.ok.zip | cut -f 1`) could be ~10% smaller with advzip\n"))
|
/external/skia/gpu/src/ |
H A D | GrTextureCache.cpp | 71 bool smaller = (maxTextures < fMaxCount) || (maxTextureBytes < fMaxBytes); local 76 if (smaller) {
|
/external/webkit/Source/WebCore/css/ |
H A D | wml.css | 224 font-size: smaller
|
H A D | CSSGradientValue.cpp | 789 float smaller = min(xDist, yDist); local 790 xDist = smaller; 791 yDist = smaller;
|
H A D | html.css | 784 font-size: smaller 793 font-size: smaller 798 font-size: smaller
|
/external/chromium/chrome/browser/resources/options/ |
H A D | sync_setup_overlay.css | 112 font-size: smaller;
|
/external/qemu/distrib/zlib-1.2.3/ |
H A D | trees.c | 445 #define smaller(tree, n, m, depth) \ macro 452 * when the heap property is re-established (each father smaller than its 465 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) { 468 /* Exit if v is smaller than both sons */ 469 if (smaller(tree, v, s->heap[j], s->depth)) break;
|
/external/zlib/ |
H A D | trees.c | 449 #define smaller(tree, n, m, depth) \ macro 456 * when the heap property is re-established (each father smaller than its 469 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) { 472 /* Exit if v is smaller than both sons */ 473 if (smaller(tree, v, s->heap[j], s->depth)) break;
|
/external/webkit/Source/WebKit/android/nav/ |
H A D | CachedFrame.cpp | 441 int smaller = testRect.width() < testRect.height() ? local 443 smaller -= rectWidth; 444 int inset = smaller < rectWidth ? smaller : rectWidth; 687 if (result == 0 && limit == NULL) { // retry all data up to this point, since smaller may have replaced node preferable to larger 727 if (result == 0 && limit == NULL) { // retry all data up to this point, since smaller may have replaced node preferable to larger 861 if (result == 0 && limit == NULL) { // retry all data up to this point, since smaller may have replaced node preferable to larger 897 if (result == 0 && limit == NULL) { // retry all data up to this point, since smaller may have replaced node preferable to larger 1239 // if overlap, smaller abs mWorkingDelta is better, smaller ab [all...] |
/external/blktrace/btreplay/doc/ |
H A D | btreplay.tex | 224 smaller than the recorded device.}.} 306 are to be processed. The smaller the value, the smaller the number of 318 option (section~\ref{sec:c-o-m}), smaller values \emph{may} or \emph{may not}
|
/external/icu4c/ |
H A D | icu4c.css | 459 font-size: smaller;
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
H A D | ll.S | 127 mov $strcat,%edx # use rdx as call pointer (smaller op) 273 ror $8,%eax # not any smaller than a mov
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
H A D | ll.S | 267 ror $8,%eax # not any smaller than a mov 398 cmp $0,%al # this is actually smaller code
|
/external/chromium/sdch/open-vcdiff/vsprojects/ |
H A D | vcdiff_test.bat | 139 rem If using the wrong dictionary, and dictionary is smaller than the original
|
/external/grub/docs/ |
H A D | texinfo.tex | 616 % convenient for us to use an explicitly smaller font, rather than using 1613 \def\lsize{reduced}\def\lllsize{smaller}% 1655 \def\lsize{small}\def\lllsize{smaller}% 1663 \def\lsize{smaller}\def\lllsize{smaller}% 1670 \def\curfontsize{smaller}% 1671 \def\lsize{smaller}\def\lllsize{smaller}% 1948 % We print this one point size smaller, since it's intended for 2025 % be smaller ye [all...] |
/external/oprofile/events/x86-64/family10/ |
H A D | unit_masks | 265 0x02 Store is smaller than load
|
/external/dropbear/libtomcrypt/ |
H A D | crypt.tex | 545 As a general rule of thumb, do not use symmetric keys under 80 bits if you can help it. Only a few of the ciphers support smaller 2247 \textit{outlen} can be smaller than the default MAC size (for instance AES would make a 16-byte tag). Part of the OMAC 2958 An RNG is related to a PRNG in many ways, except that it does not expand a smaller seed to get the data. They generate their random bits 3614 support smaller devices which do not need as large keys for security. 3945 work. With ECC keys the strength of the signature is limited by the size of the hash, or the size of they key, whichever is smaller. For example, if you sign with 4443 These will encode or decode a signed INTEGER data type using the bignum data type to store the large INTEGER. To encode smaller values without allocating 4790 it is set to the number of bytes stored. If it is smaller than not all of the hash output is stored in \textit{out}. 4937 buffer is smaller than the output it will report an error. Therefore, make sure the size you pass is correct! 4955 is not a hard thing to do. As a good rule of thumb do not use a key smaller than 128 bits. 5032 the build process to make a smaller librar [all...] |
/external/dropbear/libtommath/ |
H A D | bn.tex | 187 \hline BN\_MP\_DIV\_SMALL & Enables a slower, smaller and equally \\ 218 \hline Modular inverse (both, smaller/slower) & BN\_FAST\_MP\_INVMOD\_C \\ 1395 Montgomery reduction is faster than Barrett reduction for moduli smaller than the ``comba'' limit. With the default
|
/external/zlib/contrib/masmx86/ |
H A D | gvmat32.asm | 37 ; if you are not interresed in old cpu performance and want the smaller
|
/external/blktrace/doc/ |
H A D | blktrace.tex | 572 smaller pieces for service. This may indicate a performance problem due
|
/external/blktrace/btt/doc/ |
H A D | btt.tex | 873 allowing one to change that granularity. The smaller the value, the
|
/external/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 965 to the smaller integer type [ty]. 980 constant [c] to the smaller floating point type [ty].
|
/external/mksh/src/ |
H A D | edit.c | 1002 * default, but its simpler/faster/smaller than using termcap
|
/external/libvpx/examples/includes/geshi/ |
H A D | geshi.php | 3314 // since we don't want PHP / PCRE to crash due to too large patterns we split them into smaller chunks 4458 // possibly generate smaller common denominator keys
|