HomeSort by relevance Sort by last modified time
    Searched full:smaller (Results 76 - 100 of 6318) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/math/
hypot_386.s 24 FXCHD F0, F1 // F0=|p| (larger), F1=|q| (smaller)
29 FXCHD F0, F1 // F0=q (smaller), F1=p (larger)
  /prebuilts/go/linux-x86/src/crypto/cipher/
cipher_test.go 21 mustPanic(t, "crypto/cipher: output smaller than input", func() { mode.CryptBlocks(buf[:3], buf) })
25 mustPanic(t, "crypto/cipher: output smaller than input", func() { mode.CryptBlocks(buf[:3], buf) })
  /prebuilts/go/linux-x86/src/math/
hypot_386.s 24 FXCHD F0, F1 // F0=|p| (larger), F1=|q| (smaller)
29 FXCHD F0, F1 // F0=q (smaller), F1=p (larger)
  /system/connectivity/wifilogd/
protocol.h 33 // significant limitation as most messages will be much smaller. We don't
34 // want to go much smaller, though, as packet-fate blobs may be in the
  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 68 " previous run and not overwritten if its filesize is smaller.\n"
118 "Optimize a file and overwrite if smaller: zopflipng infile.png"
260 // Total output size, taking input size if the input file was smaller
262 // Total output size that zopfli produced, even if input was smaller, for
311 printf("Result is smaller\n");
316 ? "Original was smaller\n"
317 : "Preserving original PNG since it was smaller\n");
336 // Set output file to input since input was smaller.
345 // from a previous run. If that file is smaller, it may represent a
346 // previous run with different parameters that gave a smaller PNG image
    [all...]
  /art/compiler/utils/
stack_checks.h 28 // Size of a frame that should be small. Anything leaf method smaller than this should run
  /art/test/646-checker-arraycopy-large-cst-pos/src/
Main.java 31 // The length of the copied data must not be too large (smaller
  /build/make/core/tasks/
module-info.mk 21 # If ONE_SHOT_MAKEFILE is set, our view of the world is smaller, so don't
  /cts/tests/tests/contactsproviderwipe/src/android/provider/cts/contactsproviderwipe/
ContactsContract_Wipe.java 76 private void assertBigger(long bigger, long smaller) {
77 assertTrue("Expecting " + bigger + " > " + smaller, bigger > smaller);
152 // Check: the (old) creation time should be smaller than the start time (=now).
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentActivity.java 9 * is smaller than "large".
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/zlib/
zlibdemo.py 28 # Now, let's compress the string in stages; set chunk to work in smaller steps
  /external/capstone/docs/
README 27 * Build "diet" engine for even smaller libraries.
  /external/clang/test/CodeGen/
x86_64-arguments-win32.c 4 // sign/zero extensions on types smaller than 64bit.
  /external/clang/test/Sema/
MicrosoftCompatibility.c 18 __declspec(align(32768)) struct S1 { int a; } s; /* expected-error {{requested alignment must be 8192 bytes or smaller}} */
  /external/eigen/Eigen/src/Core/
Fuzzy.h 111 /** \returns \c true if the norm of \c *this is much smaller than \a other,
115 * considered to be much smaller than \f$ x \f$ within precision \f$ p \f$ if
133 /** \returns \c true if the norm of \c *this is much smaller than the norm of \a other,
137 * considered to be much smaller than a vector \f$ w \f$ within precision \f$ p \f$ if
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
IsArrayTest.java 32 assertDoesNotMatch("should not match smaller array",
  /external/harfbuzz_ng/test/fuzzing/
README 16 The smaller the faster.
  /external/honggfuzz/
CHANGELOG 48 - Mutiple smaller fixes (display, stability)
64 - Many smaller fixes
69 - Many smaller fixes (esp. for MacOS)
74 - Smaller fixes (typos)
  /external/icu/icu4c/source/common/
uvectr64.cpp 175 // New maximum capacity is smaller than the current size.
176 // Realloc the storage to the new, smaller size.
179 // Realloc to smaller failed.
191 * Change the size of this vector as follows: If newSize is smaller,
  /external/icu/icu4c/source/test/intltest/
trnserr.h 49 // this class is comparable smaller than other Transliterator*Test classes
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/numeric/
MinFunction.java 26 * Returns the smaller of two numeric expressions.
  /external/libchrome/crypto/
nss_util_unittest.cc 25 // PRExplodedTime::tm_wday is a smaller type than Exploded::day_of_week, so
  /external/libdivsufsort/
Android.bp 41 // for the smaller inputs.
  /external/libpng/contrib/conftest/
write.dfa 23 # (perhaps) to make libpng smaller used fixed point throughout.
  /external/libpng/contrib/pngminim/decoder/
pngusr.dfa 26 # smaller (by about 1kbyte on an x86 system):

Completed in 2261 milliseconds

1 2 34 5 6 7 8 91011>>