HomeSort by: relevance | last modified time | path
    Searched defs:large (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/sim/testsuite/or1k/
fpu64a32.S 85 .type large, @object
86 .size large, 8
87 large: label
  /src/external/gpl3/gdb.old/dist/sim/testsuite/or1k/
fpu64a32.S 85 .type large, @object
86 .size large, 8
87 large: label
  /src/common/lib/libc/arch/sh3/string/
memset.S 57 cmp/hs REG_TMP1,REG_LEN /* if (len >= 28) goto large; */
58 bt/s large
198 large: label
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
arena_structs.h 68 * Extant large allocations.
72 edata_list_active_t large; member in struct:arena_s
73 /* Synchronizes all large allocation/update/deallocation. */
  /src/external/bsd/jemalloc/include/jemalloc/internal/
arena_structs.h 68 * Extant large allocations.
72 edata_list_active_t large; member in struct:arena_s
73 /* Synchronizes all large allocation/update/deallocation. */
arena_structs_b.h 119 * PRNG state for cache index randomization of large allocation base
148 * Extant large allocations.
152 extent_list_t large; member in struct:arena_s
153 /* Synchronizes all large allocation/update/deallocation. */
  /src/external/lgpl3/mpfr/dist/src/
erf.c 33 int inex, large; local
59 where x is large */
116 large = mpfr_cmp_ui (xf, MPFR_PREC (y) + 1) > 0;
122 if (MPFR_UNLIKELY (large))
  /src/external/bsd/jemalloc/dist/test/unit/
tcache_max.c 144 size_t large; local
145 sz = sizeof(large);
146 assert_d_eq(mallctl("arenas.lextent.0.size", (void *)&large, &sz, NULL,
149 test_tcache_bytes_alloc(large - 1);
150 test_tcache_bytes_alloc(large);
151 test_tcache_bytes_alloc(large + 1);
arena_decay.c 53 * Test the standard APIs using a large size class, since we can't
116 * Test the *allocx() APIs using large and small size classes, with
171 * Test tcache fill/flush interactions for large and small size classes,
270 * Allocate a bunch of large objects, pause the clock, deallocate every
275 size_t large; local
277 expect_d_eq(mallctl("arenas.lextent.0.size", (void *)&large, &sz, NULL,
285 ps[i] = do_mallocx(large, flags);
stats.c 46 expect_d_eq(mallctl("stats.arenas.0.large.allocated",
50 expect_d_eq(mallctl("stats.arenas.0.large.nmalloc", (void *)&nmalloc,
52 expect_d_eq(mallctl("stats.arenas.0.large.ndalloc", (void *)&ndalloc,
54 expect_d_eq(mallctl("stats.arenas.0.large.nrequests",
62 "nmalloc should be at least as large as ndalloc");
72 void *little, *large; local
82 large = mallocx((1U << SC_LG_LARGE_MINCLASS),
84 expect_ptr_not_null(large, "Unexpected mallocx() failure");
87 dallocx(large, 0);
183 "nmalloc should be at least as large as ndalloc")
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/unit/
stats.c 43 assert_d_eq(mallctl("stats.arenas.0.large.allocated",
47 assert_d_eq(mallctl("stats.arenas.0.large.nmalloc", (void *)&nmalloc,
49 assert_d_eq(mallctl("stats.arenas.0.large.ndalloc", (void *)&ndalloc,
51 assert_d_eq(mallctl("stats.arenas.0.large.nrequests",
59 "nmalloc should be at least as large as ndalloc");
69 void *little, *large; local
79 large = mallocx((1U << LG_LARGE_MINCLASS), MALLOCX_ARENA(0));
80 assert_ptr_not_null(large, "Unexpected mallocx() failure");
83 dallocx(large, 0);
179 "nmalloc should be at least as large as ndalloc")
    [all...]
decay.c 207 * Test the standard APIs using a large size class, since we can't
270 * Test the *allocx() APIs using large and small size classes, with
325 * Test tcache fill/flush interactions for large and small size classes,
429 size_t large; local
432 * Allocate a bunch of large objects, pause the clock, deallocate every
442 large = nallocx(tcache_max + 1, flags);
449 ps[i] = do_mallocx(large, flags);
  /src/external/lgpl3/mpfr/dist/tests/
tmul_2exp.c 138 large (mpfr_exp_t e) function
163 printf ("Error in large(");
186 printf ("Error in large(");
209 printf ("Error in large(");
239 large (256);
241 large (mpfr_get_emax ());
242 large (MPFR_EMAX_MAX);
  /src/common/dist/zlib/examples/
enough.c 92 exceed the capacity of an eight-byte integer with a large number of symbols
93 and a large maximum code length, so multiple-precision arithmetic would need
227 int large; // largest code table so far member in struct:__anon50
376 if (mem >= g.large) {
379 if (mem > g.large) {
380 g.large = mem;
461 g.large = 1 << g.root; // base table
479 printf("maximum of %d table entries for root = %d\n", g.large, g.root);
  /src/tests/usr.bin/xlint/lint1/
msg_348.c 157 enum large { enum
158 /* expect+1: warning: constant -0x10000000000 too large for 'int' [56] */
160 /* expect+1: warning: constant 0x10000000000 too large for 'int' [56] */
166 large_name(enum large large)
172 return name[large];
  /src/external/bsd/cron/dist/
cron.c 36 enum timejump { negative, small, medium, large }; enumerator in enum:timejump
157 wakeupKind = large;
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
arena_structs_b.h 119 * PRNG state for cache index randomization of large allocation base
148 * Extant large allocations.
152 extent_list_t large; member in struct:arena_s
153 /* Synchronizes all large allocation/update/deallocation. */
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
arena_structs_b.h 119 * PRNG state for cache index randomization of large allocation base
148 * Extant large allocations.
152 extent_list_t large; member in struct:arena_s
153 /* Synchronizes all large allocation/update/deallocation. */
  /src/external/gpl3/binutils/dist/zlib/examples/
enough.c 92 exceed the capacity of an eight-byte integer with a large number of symbols
93 and a large maximum code length, so multiple-precision arithmetic would need
227 int large; // largest code table so far member in struct:__anon10980
376 if (mem >= g.large) {
379 if (mem > g.large) {
380 g.large = mem;
461 g.large = 1 << g.root; // base table
479 printf("maximum of %d table entries for root = %d\n", g.large, g.root);
  /src/external/gpl3/binutils.old/dist/zlib/examples/
enough.c 92 exceed the capacity of an eight-byte integer with a large number of symbols
93 and a large maximum code length, so multiple-precision arithmetic would need
227 int large; // largest code table so far member in struct:__anon12427
376 if (mem >= g.large) {
379 if (mem > g.large) {
380 g.large = mem;
461 g.large = 1 << g.root; // base table
479 printf("maximum of %d table entries for root = %d\n", g.large, g.root);
  /src/external/gpl3/gdb/dist/zlib/examples/
enough.c 92 exceed the capacity of an eight-byte integer with a large number of symbols
93 and a large maximum code length, so multiple-precision arithmetic would need
227 int large; // largest code table so far member in struct:__anon19991
376 if (mem >= g.large) {
379 if (mem > g.large) {
380 g.large = mem;
461 g.large = 1 << g.root; // base table
479 printf("maximum of %d table entries for root = %d\n", g.large, g.root);
  /src/external/gpl3/gdb.old/dist/zlib/examples/
enough.c 92 exceed the capacity of an eight-byte integer with a large number of symbols
93 and a large maximum code length, so multiple-precision arithmetic would need
227 int large; // largest code table so far member in struct:__anon22730
376 if (mem >= g.large) {
379 if (mem > g.large) {
380 g.large = mem;
461 g.large = 1 << g.root; // base table
479 printf("maximum of %d table entries for root = %d\n", g.large, g.root);
  /src/sys/arch/x86/x86/
cpu.c 1102 uint32_t large; member in struct:__anon2237
1108 smp_data.large = (pmap_largepages != 0);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivcanon.cc 682 not known or too large for HOST_WIDE_INT. The location
761 /* If the unrolling factor is too large, bail out. */
780 bool large local
784 if (large)
787 fprintf (dump_file, "Not unrolling loop %d: it is too large.\n",
1075 fprintf (dump_file, "Not peeling: peeled sequence size is too large "
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivcanon.cc 728 not known or too large for HOST_WIDE_INT. The location
807 /* If the unrolling factor is too large, bail out. */
826 bool large local
830 if (large)
833 fprintf (dump_file, "Not unrolling loop %d: it is too large.\n",
1177 fprintf (dump_file, "Not peeling: peeled sequence size is too large "

Completed in 56 milliseconds

1 2