| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/ |
| hash_exponential_size_policy_imp.hpp | 45 hash_exponential_size_policy(size_type start_size, size_type grow_factor) : 46 m_start_size(start_size),
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/ |
| hash_exponential_size_policy_imp.hpp | 45 hash_exponential_size_policy(size_type start_size, size_type grow_factor) : 46 m_start_size(start_size),
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| bin.c | 10 bin_update_shard_size(unsigned bin_shard_sizes[SC_NBINS], size_t start_size, 16 if (start_size > SC_SMALL_MAXCLASS) { 24 szind_t ind1 = sz_size2index_compute(start_size);
|
| /src/external/bsd/unbound/dist/validator/ |
| val_kcache.c | 54 size_t numtables, start_size, maxmem; local 60 start_size = HASH_DEFAULT_STARTARRAY; 62 kcache->slab = slabhash_create(numtables, start_size, maxmem,
|
| /src/external/bsd/unbound/dist/util/storage/ |
| slabhash.h | 72 * @param start_size: size of hashtable array at start, must be power of 2. 82 struct slabhash* slabhash_create(size_t numtables, size_t start_size,
|
| lruhash.h | 229 * @param start_size: size of hashtable array at start, must be power of 2. 240 struct lruhash* lruhash_create(size_t start_size, size_t maxmem,
|
| slabhash.c | 48 struct slabhash* slabhash_create(size_t numtables, size_t start_size, 77 sl->array[i] = lruhash_create(start_size, maxmem / sl->size,
|
| lruhash.c | 62 lruhash_create(size_t start_size, size_t maxmem, 77 table->size = start_size; 78 table->size_mask = (int)(start_size-1);
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| filestuff.cc | 515 std::string::size_type start_size = res.size (); 519 res.resize (start_size + chunk_size); 521 int n = fread (&res[start_size], 1, chunk_size, file); 533 res.resize (start_size + n); 511 std::string::size_type start_size = res.size (); local
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| filestuff.cc | 522 std::string::size_type start_size = res.size (); 526 res.resize (start_size + chunk_size); 528 int n = fread (&res[start_size], 1, chunk_size, file); 540 res.resize (start_size + n); 518 std::string::size_type start_size = res.size (); local
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| bin.h | 52 bool bin_update_shard_size(unsigned bin_shards[SC_NBINS], size_t start_size,
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| bin.h | 52 bool bin_update_shard_size(unsigned bin_shards[SC_NBINS], size_t start_size,
|
| /src/external/bsd/jemalloc.old/dist/test/integration/ |
| rallocx.c | 126 size_t start_size = start_sizes[i]; local 127 p = mallocx(start_size, MALLOCX_ZERO); 138 q = rallocx(p, start_size+j, MALLOCX_ZERO);
|
| /src/external/bsd/jemalloc/dist/test/integration/ |
| rallocx.c | 128 size_t start_size = start_sizes[i]; local 129 p = mallocx(start_size, MALLOCX_ZERO); 140 q = rallocx(p, start_size + j, MALLOCX_ZERO);
|
| /src/external/bsd/jemalloc/dist/src/ |
| bin.c | 10 bin_update_shard_size(unsigned bin_shard_sizes[SC_NBINS], size_t start_size, 16 if (start_size > SC_SMALL_MAXCLASS) { 24 szind_t ind1 = sz_size2index_compute(start_size);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/ |
| hash_policy.hpp | 418 /// Default constructor, or onstructor taking a start_size, or 420 /// will use the sequence of sizes start_size, start_size* 421 /// grow_factor, start_size* grow_factor^2, ... 422 hash_exponential_size_policy(size_type start_size = 8, 456 /// Default constructor, or onstructor taking a start_size The 458 /// start_size, start_size* 2, start_size* 2^2, ... 459 hash_prime_size_policy(size_type start_size = 8) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/ |
| hash_policy.hpp | 418 /// Default constructor, or onstructor taking a start_size, or 420 /// will use the sequence of sizes start_size, start_size* 421 /// grow_factor, start_size* grow_factor^2, ... 422 hash_exponential_size_policy(size_type start_size = 8, 456 /// Default constructor, or onstructor taking a start_size The 458 /// start_size, start_size* 2, start_size* 2^2, ... 459 hash_prime_size_policy(size_type start_size = 8) [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| bin.h | 54 bool bin_update_shard_size(unsigned bin_shards[SC_NBINS], size_t start_size,
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| bin.h | 54 bool bin_update_shard_size(unsigned bin_shards[SC_NBINS], size_t start_size,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_malloc_mac.inc | 55 vm_size_t start_size, unsigned zone_flags) {
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_malloc_mac.inc | 57 vm_size_t start_size, unsigned zone_flags) {
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_malloc_mac.inc | 57 vm_size_t start_size, unsigned zone_flags) {
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_disk_posix.c | 1006 uint64_t start_size = size; local 1034 start_size = size = (size_t)(a->filesize - a->offset); 1086 return (start_size - size); 1630 uint64_t start_size = size; local 1645 start_size = size = (size_t)(a->filesize - a->offset); 1688 return (start_size - size);
|
| archive_write_disk_windows.c | 1101 uint64_t start_size = size; local 1122 start_size = size = (size_t)(a->filesize - a->offset); 1175 return ((ssize_t)(start_size - size));
|
| /src/external/gpl2/groff/dist/src/devices/grohtml/ |
| post-html.cpp | 2029 void start_size (int from, int to); 3887 * start_size - from is old font size, to is the new font size. 3892 void html_printer::start_size (int from, int to) function in class:html_printer 3935 start_size(output_style.point_size, g->text_style.point_size);
|