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

/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/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);
/freebsd-9.3-release/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 181 milliseconds