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

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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),
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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...]
/macosx-10.10.1/libmalloc-53.1.1/include/malloc/
H A Dmalloc.h71 extern malloc_zone_t *malloc_create_zone(vm_size_t start_size, unsigned flags);
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dmalloc.c667 malloc_create_zone(vm_size_t start_size, unsigned flags) argument
671 /* start_size doesn't actually appear to be used, but we test anyway. */
672 if (start_size > MALLOC_ABSOLUTE_MAX_SIZE) {
676 zone = create_scalable_zone(start_size, flags | malloc_debug_flags);
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_write_disk.c548 uint64_t start_size = size; local
576 start_size = size = (size_t)(a->filesize - a->offset);
631 return (start_size - size);
/macosx-10.10.1/groff-38/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 100 milliseconds