Searched defs:large (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/CodeGen/
H A Dsparcv9-abi.c50 struct large { struct
56 // CHECK-LABEL: define void @f_large(%struct.large* noalias sret %agg.result, %struct.large* %x)
57 struct large f_large(struct large x) {
H A Dasm.c92 struct large { struct
96 unsigned long t15(int x, struct large *P) {
/external/icu/icu4c/source/test/cintltst/
H A Dsorttest.c32 uint32_t large[]={ 21, 10, 20, 19, 11, 12, 13, 10, 10, 10, 10, local
70 /* sort large array (not stable) */
72 uprv_sortArray(large, UPRV_LENGTHOF(large), sizeof(large[0]), uprv_uint32Comparator, NULL, FALSE, &errorCode);
74 log_err("uprv_sortArray(large) failed - %s\n", u_errorName(errorCode));
77 for(i=1; i<UPRV_LENGTHOF(large); ++i) {
78 if(large[i-1]>large[i]) {
79 log_err("uprv_sortArray(large) mi
[all...]
H A Dcdattst.c1236 * Recursively test between 'small' and 'large', up to the depth
1239 static UBool _aux2ExtremeDates(UDateFormat* fmt, UDate small, UDate large, argument
1244 UDate mid = (UDate) exp((log(small) + log(large)) / 2);
1251 _aux2ExtremeDates(fmt, mid, large, buf, buflen, cbuf, count+1, ec);
1257 * For certain large dates, udat_format crashes on MacOS. This test
1259 * binary search of a predefined interval (from 'small' to 'large').
1274 const double large = 1e+30; /* well beyond usable UDate range */ local
1287 _aux2ExtremeDates(fmt, small, large, buf, LEN(buf), cbuf, 0, &ec);
/external/jemalloc/test/unit/
H A Dstats.c62 "nmalloc should be at least as large as ndalloc");
74 void *little, *large, *huge; local
87 large = mallocx(arena_maxclass, 0);
88 assert_ptr_not_null(large, "Unexpected mallocx() failure");
117 dallocx(large, 0);
178 "nmalloc should be at least as large as ndalloc");
206 assert_d_eq(mallctl("stats.arenas.0.large.allocated", &allocated, &sz,
209 assert_d_eq(mallctl("stats.arenas.0.large.nmalloc", &nmalloc, &sz,
211 assert_d_eq(mallctl("stats.arenas.0.large.ndalloc", &ndalloc, &sz,
213 assert_d_eq(mallctl("stats.arenas.0.large
[all...]
/external/zlib/src/examples/
H A Denough.c89 to exceed the capacity of an eight-byte integer with a large number of
90 symbols and a large maximum code length, so multiple-precision arithmetic
172 local int large; /* largest code table so far */ variable
320 the current sub-table is rem. Uses the globals max, code, root, large, and
342 if (mem > large) {
343 large = mem;
414 large = 1 << root; /* base table */
433 printf("done: maximum of %d table entries\n", large);
/external/jemalloc/src/
H A Dstats.c45 void *cbopaque, unsigned i, bool bins, bool large, bool huge);
167 "large: size ind allocated nmalloc ndalloc"
256 unsigned i, bool bins, bool large, bool huge)
312 CTL_M2_GET("stats.arenas.0.large.allocated", i, &large_allocated,
314 CTL_M2_GET("stats.arenas.0.large.nmalloc", i, &large_nmalloc, uint64_t);
315 CTL_M2_GET("stats.arenas.0.large.ndalloc", i, &large_ndalloc, uint64_t);
316 CTL_M2_GET("stats.arenas.0.large.nrequests", i, &large_nrequests,
319 "large: %12zu %12"PRIu64" %12"PRIu64" %12"PRIu64
353 if (large)
370 bool large local
255 stats_arena_print(void (*write_cb)(void *, const char *), void *cbopaque, unsigned i, bool bins, bool large, bool huge) argument
[all...]
/external/libogg/src/
H A Dbitwise.c600 static unsigned long large[]= local
666 oggpack_write(&o,large[i],32);
672 if(oggpack_look(&r,32)!=large[i]){
673 fprintf(stderr,"%ld != %ld (%lx!=%lx):",oggpack_look(&r,32),large[i],
674 oggpack_look(&r,32),large[i]);
752 oggpackB_write(&o,large[i],32);
758 if(oggpackB_look(&r,32)!=large[i]){
759 fprintf(stderr,"%ld != %ld (%lx!=%lx):",oggpackB_look(&r,32),large[i],
760 oggpackB_look(&r,32),large[i]);
/external/skia/tests/
H A DResourceCacheTest.cpp441 // A large uncached or wrapped resource shouldn't evict anything.
459 size_t large = 2 * cache->getResourceBytes(); local
461 (context->getGpu(), large, GrGpuResource::kUncached_LifeCycle));
463 REPORTER_ASSERT(reporter, 21 + large == cache->getResourceBytes());
474 (context->getGpu(), large, GrGpuResource::kWrapped_LifeCycle));
476 REPORTER_ASSERT(reporter, 21 + large == cache->getResourceBytes());
/external/tremolo/Tremolo/
H A Dbitwise.c553 static unsigned long large[]= local
605 or->buffer->data[i*4] = large[i]&0xff;
606 or->buffer->data[i*4+1] = (large[i]>>8)&0xff;
607 or->buffer->data[i*4+2] = (large[i]>>16)&0xff;
608 or->buffer->data[i*4+3] = (large[i]>>24)&0xff;
615 if(test!=large[i]){
616 fprintf(stderr,"%ld != %ld (%lx!=%lx):",test,large[i],
617 test,large[i]);
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp115 // inset has to be surprisingly large).
118 SkRect large = SkRect::Make(largeIRect); local
120 SkASSERT(!large.roundOut().isEmpty());
123 this->INHERITED::onClipRect(large, SkRegion::kReplace_Op, kHard_ClipEdgeStyle);
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp1500 const float large = 100000.0f; local
1538 {tcu::Vec4(-0.2f, -0.3f, 0.0f, 1.0f), white, tcu::Vec4( 0.2f, -0.3f, 0.0f, 1.0f), white, tcu::Vec4( 0.0f, -large, 2.0f, 1.0f), white},
1541 {tcu::Vec4( 0.5f, 0.5f, 0.0f, 1.0f), white, tcu::Vec4( large, 0.5f, 0.0f, 1.0f), white, tcu::Vec4( 0.5f, large, 0.0f, 1.0f), white},
1544 {tcu::Vec4(-0.9f, -large, 0.0f, 1.0f), white, tcu::Vec4(-1.1f, -large, 0.0f, 1.0f), white, tcu::Vec4(-0.9f, large, 0.0f, 1.0f), white},
1549 {tcu::Vec4(-0.2f, -0.3f, 0.0f, 1.0f), white, tcu::Vec4( 0.2f, -0.3f, 0.0f, 1.0f), white, tcu::Vec4( 0.0f, -large, large, 1.0f), white},
1552 {tcu::Vec4( 0.5f, 0.5f, 0.0f, 1.0f), white, tcu::Vec4( 0.9f, large/
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp1504 const float large = 100000.0f; local
1542 {tcu::Vec4(-0.2f, -0.3f, 0.0f, 1.0f), white, tcu::Vec4( 0.2f, -0.3f, 0.0f, 1.0f), white, tcu::Vec4( 0.0f, -large, 2.0f, 1.0f), white},
1545 {tcu::Vec4( 0.5f, 0.5f, 0.0f, 1.0f), white, tcu::Vec4( large, 0.5f, 0.0f, 1.0f), white, tcu::Vec4( 0.5f, large, 0.0f, 1.0f), white},
1548 {tcu::Vec4(-0.9f, -large, 0.0f, 1.0f), white, tcu::Vec4(-1.1f, -large, 0.0f, 1.0f), white, tcu::Vec4(-0.9f, large, 0.0f, 1.0f), white},
1553 {tcu::Vec4(-0.2f, -0.3f, 0.0f, 1.0f), white, tcu::Vec4( 0.2f, -0.3f, 0.0f, 1.0f), white, tcu::Vec4( 0.0f, -large, large, 1.0f), white},
1556 {tcu::Vec4( 0.5f, 0.5f, 0.0f, 1.0f), white, tcu::Vec4( 0.9f, large/
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 351 milliseconds