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

1 2 3 4 5 6 7 8 91011>>

  /external/markdown/tests/misc/
adjacent-headers.txt 2 ## this is a smaller header ##
adjacent-headers.html 2 <h2>this is a smaller header</h2
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce4.asm 4 [savexmm128 xmm7, 16*64*1024-16]; last smaller-sized
5 [savereg rsi, 8*64*1024-8] ; last smaller-sized
10 [allocstack 128] ; last smaller-sized
sce4.masm 7 .savexmm128 xmm7, 16*64*1024-16 ; last smaller-sized
8 .savereg rsi, 8*64*1024-8 ; last smaller-sized
13 .allocstack 128 ; last smaller-sized
  /external/chromium_org/third_party/icu/source/test/intltest/
tfsmalls.h 14 * tests 3 smaller classes in the format library
19 * performs test for API and funtionalty of 3 smaller format classes:
  /external/icu/icu4c/source/test/intltest/
tfsmalls.h 14 * tests 3 smaller classes in the format library
19 * performs test for API and funtionalty of 3 smaller format classes:
  /external/valgrind/main/memcheck/tests/
malloc_free_fill.stderr.exp 10 test realloc-smaller:
realloc3.c 2 called and made a block smaller, or didn't change its size, the
20 y = realloc(y, 5); // make smaller
  /external/clang/test/CodeGenCXX/
2007-04-05-PackedBitFieldsSmall.cpp 5 // This is an example where size of Packed struct is smaller then
  /external/llvm/test/CodeGen/X86/
vec_return.ll 3 ; Without any typed operations, always use the smaller xorps.
vshift_split2.ll 3 ; Legalization example that requires splitting a large vector into smaller pieces.
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticReduceOrder.cpp 32 int smaller = reduction[1].y > reduction[0].y; local
33 int larger = smaller ^ 1;
36 if (reduction[smaller].y > yExtrema) {
37 reduction[smaller].y = yExtrema;
53 int smaller = reduction[1].x > reduction[0].x; local
54 int larger = smaller ^ 1;
57 if (reduction[smaller].x > xExtrema) {
58 reduction[smaller].x = xExtrema;
107 // sameSide > 0 means mid is smaller than either [0] or [2], so replace smaller
    [all...]
  /external/skia/experimental/Intersection/
QuadraticReduceOrder.cpp 32 int smaller = reduction[1].y > reduction[0].y; local
33 int larger = smaller ^ 1;
36 if (reduction[smaller].y > yExtrema) {
37 reduction[smaller].y = yExtrema;
53 int smaller = reduction[1].x > reduction[0].x; local
54 int larger = smaller ^ 1;
57 if (reduction[smaller].x > xExtrema) {
58 reduction[smaller].x = xExtrema;
107 // sameSide > 0 means mid is smaller than either [0] or [2], so replace smaller
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
SizeFileFilter.java 23 * Filters files based on size, can filter either smaller files or
45 /** Whether the files accepted will be larger or smaller. */
65 * otherwise smaller ones (but not equal to)
80 * If size equals threshold and smaller files are required,
89 boolean smaller = file.length() < size;
90 return acceptLarger ? !smaller : smaller;
  /external/chromium_org/mojo/public/cpp/bindings/lib/
validation_errors.h 22 // - |num_bytes| is smaller than the size of the oldest version that we
24 // - |num_fields| is smaller than the field number of the oldest version that
29 // - |num_bytes| is smaller than the size of the header plus the size required
  /external/chromium_org/chrome/browser/resources/hangout_services/
background.html 8 library with the extension but this approach is likely smaller and
  /external/chromium_org/mojo/public/interfaces/bindings/tests/data/validation/
conformance_mthd5_wrong_handle_order.data 20 [u4]1 // data_pipe_consumer: It is smaller than those handles
  /external/chromium_org/ppapi/shared_impl/
ppapi_constants.h 13 // active and should be kept alive. The value must be smaller than any threshold
  /external/chromium_org/third_party/jstemplate/
README.chromium 12 javascript smaller.
  /external/icu/icu4c/source/i18n/
dcfmtimp.h 24 * Must be smaller than DecimalFormat::fReserved
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_DisplayYUVOverlay.3 11 Blit the \fBoverlay\fR to the surface specified when it was \fIcreated\fR\&. The \fI\fBSDL_Rect\fR\fR structure, \fBdstrect\fR, specifies the position and size of the destination\&. If the \fBdstrect\fR is a larger or smaller than the overlay then the overlay will be scaled, this is optimized for 2x scaling\&.
  /external/valgrind/main/massif/tests/
realloc.c 10 x = realloc(x, 400); // smaller
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_fd.h 59 * @face_cnt: Number of result faces, driver can modify this value (to smaller)
61 * Array size should not be smaller then face_cnt.
73 * @face_cnt: Number of result faces, driver can modify this value (to smaller)
75 * Array size should not be smaller then face_cnt.
  /external/chromium_org/tools/gyp/test/mac/type_envvars/
test_check_sdkroot.sh 33 # Returns true if |string1| is smaller than |string2|.
36 function smaller() { function
  /external/clang/test/CodeGen/
mips-vector-return.c 5 // N64/N32 returns vectors whose size is equal to or smaller than 16-bytes in
23 // O32 returns integer vectors whose size is equal to or smaller than 16-bytes

Completed in 1038 milliseconds

1 2 3 4 5 6 7 8 91011>>