Searched refs:large (Results 1 - 25 of 61) sorted by relevance

123

/external/icu4c/test/cintltst/
H A Dsorttest.c30 uint32_t large[]={ 21, 10, 20, 19, 11, 12, 13, 10, 10, 10, 10, local
68 /* sort large array (not stable) */
70 uprv_sortArray(large, LENGTHOF(large), sizeof(large[0]), uprv_uint32Comparator, NULL, FALSE, &errorCode);
72 log_err("uprv_sortArray(large) failed - %s\n", u_errorName(errorCode));
75 for(i=1; i<LENGTHOF(large); ++i) {
76 if(large[i-1]>large[i]) {
77 log_err("uprv_sortArray(large) mi
[all...]
H A Dcdattst.c1045 * Recursively test between 'small' and 'large', up to the depth
1048 static UBool _aux2ExtremeDates(UDateFormat* fmt, UDate small, UDate large, argument
1053 UDate mid = (UDate) exp((log(small) + log(large)) / 2);
1060 _aux2ExtremeDates(fmt, mid, large, buf, buflen, cbuf, count+1, ec);
1066 * For certain large dates, udat_format crashes on MacOS. This test
1068 * binary search of a predefined interval (from 'small' to 'large').
1083 const double large = 1e+30; /* well beyond usable UDate range */ local
1096 _aux2ExtremeDates(fmt, small, large, buf, LEN(buf), cbuf, 0, &ec);
/external/icu4c/config/
H A Dmh-linux-va18 SHAREDLIBCFLAGS = -qpic=large
19 SHAREDLIBCXXFLAGS = -qpic=large
45 SHLIB.c= $(CC) $(CFLAGS) -qmkshrobj -qpic=large -G $(LDFLAGS)
46 SHLIB.cc= $(CXX) $(CXXFLAGS) -qmkshrobj -qpic=large -G $(LDFLAGS)
/external/v8/test/mjsunit/
H A Darray-literal-transitions.js115 large =
117 assertFalse(%HasDictionaryElements(large));
118 assertFalse(%HasFastSmiOnlyElements(large));
119 assertFalse(%HasFastDoubleElements(large));
120 assertTrue(%HasFastElements(large));
121 assertEquals(large,
/external/clang/test/CodeGen/
H A Dasm.c92 struct large { struct
96 unsigned long t15(int x, struct large *P) {
/external/elfutils/backends/
H A Dx86_64_retval.c176 large:
188 goto large;
H A Dia64_retval.c341 large:
362 goto large;
/external/zlib/examples/
H A Denough.c86 to exceed the capacity of an eight-byte integer with a large number of
87 symbols and a large maximum code length, so multiple-precision arithmetic
169 local int large; /* largest code table so far */ variable
317 the current sub-table is rem. Uses the globals max, code, root, large, and
339 if (mem > large) {
340 large = mem;
411 large = 1 << root; /* base table */
430 printf("done: maximum of %d table entries\n", large);
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf29 // On a machine connected to the Internet or other large open network,
/external/tremolo/Tremolo/
H A Dbitwise.c551 static unsigned long large[]= local
603 or->buffer->data[i*4] = large[i]&0xff;
604 or->buffer->data[i*4+1] = (large[i]>>8)&0xff;
605 or->buffer->data[i*4+2] = (large[i]>>16)&0xff;
606 or->buffer->data[i*4+3] = (large[i]>>24)&0xff;
613 if(test!=large[i]){
614 fprintf(stderr,"%ld != %ld (%lx!=%lx):",test,large[i],
615 test,large[i]);
/external/zlib/watcom/
H A Dwatcom_l.mak2 # OpenWatcom large model
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp117 constexpr pixel large(4);
/external/zlib/contrib/pascal/
H A Dexample.pas269 * Test deflate with large buffers and dynamic change of compression level
321 * Test inflate with large buffers
348 CHECK_ERR(err, 'large inflate');
356 WriteLn('bad large inflate: ', d_stream.total_out);
573 WriteLn('** Testing deflate with large buffers');
577 WriteLn('** Testing inflate with large buffers');
/external/libvpx/examples/includes/geshi/geshi/
H A Dlatex.php22 * - color for labels not specialised anymore. It makes sence in large documents but less in
H A Dwinbatch.php14 * Not all extender functions are added, but a very large set of the most common.
/external/openssl/
H A Dimport_openssl.sh137 perl crypto/sha/asm/sha1-armv4-large.pl > crypto/sha/asm/sha1-armv4-large.s
/external/icu4c/
H A Dicu4c.css321 font-size: large;
326 font-size: large;
332 font-size: large;
/external/oprofile/events/i386/westmere/
H A Dunit_masks69 0x80 large_walk_completed DTLB load miss large page walks
76 0x80 large_walk_completed DTLB miss large page walks
108 0x80 large_walk_completed ITLB miss large page walks
/external/icu4c/test/perf/collationperf/
H A DCollPerf.pl173 default options. A large list of names is used as data in each test, where the
/external/freetype/src/sfnt/
H A Dttsbit.c350 FT_Bool large = FT_BOOL( range->index_format == 1 ); local
364 size_elem = large ? 4 : 2;
372 ( large ? FT_GET_ULONG()
974 /* large. We need to crop it to a reasonable size. */
/external/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl168 cmpib,*>>= 6,$len,L\$oop1 ; is $len large enough to bother?
/external/zlib/contrib/delphi/
H A DZLib.pas79 indicator when you are writing a large chunk of data to the compression
114 large chunk of data from the decompression stream in a single call.}
/external/clang/docs/tools/
H A Dmanpage.css143 color: #336699; font-size: large;
/external/icu4c/test/testdata/
H A Dtestdata.mak19 # testincludeUTF (which would make it large, unnecessarily for this test)
/external/llvm/docs/CommandGuide/html/
H A Dmanpage.css143 color: #336699; font-size: large;

Completed in 497 milliseconds

123