| /src/external/gpl3/gdb.old/dist/sim/testsuite/or1k/ |
| fpu64a32.S | 85 .type large, @object 86 .size large, 8 87 large: label
|
| /src/external/gpl3/gdb/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/bsd/jemalloc.old/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. */
|
| 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.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/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/external/bsd/jemalloc.old/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/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/external/bsd/cron/dist/ |
| cron.c | 36 enum timejump { negative, small, medium, large }; enumerator in enum:timejump 157 wakeupKind = large;
|
| /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.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/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:__anon2116 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 | 160 enum large { enum 161 /* expect+1: warning: constant -0x10000000000 too large for 'int' [56] */ 163 /* expect+1: warning: constant 0x10000000000 too large for 'int' [56] */ 169 large_name(enum large large) 175 return name[large];
|