Searched refs:start_size (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dhash_exponential_size_policy_imp.hpp49 hash_exponential_size_policy(size_type start_size, size_type grow_factor) : argument
50 m_start_size(start_size),
/freebsd-10-stable/contrib/unbound/validator/
H A Dval_kcache.c54 size_t numtables, start_size, maxmem; local
60 start_size = HASH_DEFAULT_STARTARRAY;
62 kcache->slab = slabhash_create(numtables, start_size, maxmem,
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUniqueCStringMap.h225 const size_t start_size = values.size(); local
237 return values.size() - start_size;
243 const size_t start_size = values.size(); local
252 return values.size() - start_size;
/freebsd-10-stable/contrib/unbound/util/storage/
H A Dslabhash.h72 * @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,
H A Dlruhash.h227 * @param start_size: size of hashtable array at start, must be power of 2.
238 struct lruhash* lruhash_create(size_t start_size, size_t maxmem,
H A Dslabhash.c48 struct slabhash* slabhash_create(size_t numtables, size_t start_size, argument
77 sl->array[i] = lruhash_create(start_size, maxmem / sl->size,
H A Dlruhash.c62 lruhash_create(size_t start_size, size_t maxmem, lruhash_sizefunc_t sizefunc, argument
76 table->size = start_size;
77 table->size_mask = (int)(start_size-1);
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dhash_policy.hpp411 // Default constructor, or onstructor taking a start_size, or
413 // will use the sequence of sizes start_size, start_size*
414 // grow_factor, start_size* grow_factor^2, ...
415 hash_exponential_size_policy(size_type start_size = 8,
449 // Default constructor, or onstructor taking a start_size The
451 // start_size, start_size* 2, start_size* 2^2, ...
452 hash_prime_size_policy(size_type start_size
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp648 const size_t start_size = sc_list.GetSize(); local
662 return sc_list.GetSize() - start_size;
761 const size_t start_size = sc_list.GetSize(); local
781 size_t num_functions_added_to_sc_list = end_functions_added_index - start_size;
798 for (size_t i=start_size; i<end_functions_added_index; ++i)
809 for (size_t i=start_size; i<num_matches; ++i)
828 return sc_list.GetSize() - start_size;
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c928 uint64_t start_size = size; local
956 start_size = size = (size_t)(a->filesize - a->offset);
1008 return (start_size - size);
1552 uint64_t start_size = size; local
1567 start_size = size = (size_t)(a->filesize - a->offset);
1610 return (start_size - size);
/freebsd-10-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp2027 void start_size (int from, int to);
3885 * start_size - from is old font size, to is the new font size.
3890 void html_printer::start_size (int from, int to) function in class:html_printer
3933 start_size(output_style.point_size, g->text_style.point_size);

Completed in 223 milliseconds