Home
last modified time | relevance | path

Searched refs:large (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/external/icu4c/test/cintltst/
Dsorttest.c30 uint32_t large[]={ 21, 10, 20, 19, 11, 12, 13, 10, 10, 10, 10, in SortTest() local
70 …uprv_sortArray(large, LENGTHOF(large), sizeof(large[0]), uprv_uint32Comparator, NULL, FALSE, &erro… in SortTest()
75 for(i=1; i<LENGTHOF(large); ++i) { in SortTest()
76 if(large[i-1]>large[i]) { in SortTest()
77 … log_err("uprv_sortArray(large) mis-sorted [%d]=%u > [%d]=%u\n", i-1, large[i-1], i, large[i]); in SortTest()
/external/bzip2/
DREADME.COMPILATION.PROBLEMS21 When I say "large file" I mean a file of size 2,147,483,648 (2^31)
28 in that tradition. However, in order to support large files, I've had
32 The technique of adding -D_FILE_OFFSET_BITS=64 to get large file
33 support is, as far as I know, the Recommended Way to get correct large
37 http://ftp.sas.com/standards/large.file
40 are related to large file support, try removing the above define from
46 version of bzip2 without large file support, which, for most
52 large file support, if you are feeling paranoid. Be aware though that
56 AIX: I have reports that for large file support, you need to specify
Dwords02 If compilation produces errors, or a large number of warnings,
8 handle so-called 'large files' -- files of size 2GB or more.
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Ddillo34 large
90 x-large
92 xx-large
Dwebkit22 -webkit-xxx-large
228 large
473 x-large
476 xx-large
/external/icu4c/config/
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/chromium/chrome/browser/resources/ntp4/
Dapps_page.css47 /* Ensure the element has a large z-index so that we can get events
49 element flys back, so we want a large value that will stay large until
/external/zlib/examples/
Denough.c169 local int large; /* largest code table so far */ variable
339 if (mem > large) { in examine()
340 large = mem; in examine()
411 large = 1 << root; /* base table */ in enough()
430 printf("done: maximum of %d table entries\n", large); in enough()
/external/skia/src/animator/
Dthingstodo.txt3 at these points, generate an error if actual physical stack gets too large
8 very large apply create or apply immediate steps
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
Dcssvalues.in26 -webkit-xxx-large
162 large
335 x-large
337 xx-large
/external/tremolo/Tremolo/
Dbitwise.c551 static unsigned long large[]= in main() local
603 or->buffer->data[i*4] = large[i]&0xff; in main()
604 or->buffer->data[i*4+1] = (large[i]>>8)&0xff; in main()
605 or->buffer->data[i*4+2] = (large[i]>>16)&0xff; in main()
606 or->buffer->data[i*4+3] = (large[i]>>24)&0xff; in main()
613 if(test!=large[i]){ in main()
614 fprintf(stderr,"%ld != %ld (%lx!=%lx):",test,large[i], in main()
615 test,large[i]); in main()
/external/openssl/patches/
DREADME9 SSL records may be as large as 16K, but are typically < 2K. In
10 addition, a historic bug in Windows allowed records to be as large
/external/clang/test/CodeGen/
Dasm.c84 struct large { struct
88 unsigned long t15(int x, struct large *P) { in t15() argument
/external/llvm/test/CodeGen/X86/
Dtailcall-largecode.ll1 ; RUN: llc < %s -mtriple=x86_64-linux-gnu -tailcallopt -code-model=large | FileCheck %s
6 ; This is the large code model, so &callee may not fit into the jmp
59 ; This is the large code model, so &manyargs_callee may not fit into
Dvariadic-node-pic.ll1 ; RUN: llc < %s -relocation-model=pic -code-model=large
Dvshift_split2.ll3 ; Legalization example that requires splitting a large vector into smaller pieces.
Dx86-64-varargs.ll1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -code-model=large -relocation-model=static | grep call…
/external/chromium/base/
Dprocess_util_unittest_mac.mm15 // successfully allocate an object that large, likely reserving a good deal of
18 // of these large objects, but that would slowly consume all available memory
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt37 even when compilers catch up to the new architecture there is often a large
39 not or can not be upgraded. Thus a large percentage of code running on a
44 solution to these problems. Its design allows the large body of platform
/external/iptables/extensions/
Dlibxt_TCPMSS.man12 firewall/router, but machines behind it can never exchange large
17 Small mail works fine, but large emails hang.
/external/webkit/LayoutTests/http/tests/appcache/
Dmax-size-expected.txt1 Cache a manifest that contains a resource that is too large to fit. The layout test controller sets…
/external/webkit/PerformanceTests/
DChangeLog55 * XSSFilter/large-post-many-inline-scripts-and-events.html: Added.
57 * XSSFilter/resources/target-for-large-post-many-inline-scripts-and-events.html: Added.
66 This performance tests covers the case of a large POST data and many
70 * XSSFilter/large-post-many-events.html: Added.
/external/valgrind/main/perf/
DREADME12 - Strengths: Demonstrates the cost of translation which is a large part
60 47% of execution), involves large irregular data structures
/external/clang/include/clang/Basic/
DDiagnosticCommonKinds.td68 "integer constant is too large for its type">;
70 "integer constant is so large that it is unsigned">;
/external/e2fsprogs/tests/f_big_sparse/
Dexpect.15 Filesystem contains large files, but lacks LARGE_FILE flag in superblock.

12345678910>>...19