Home
last modified time | relevance | path

Searched refs:start_size (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_exponential_size_policy_imp.hpp43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) : in hash_exponential_size_policy() argument
44 m_start_size(start_size), in hash_exponential_size_policy()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_exponential_size_policy_imp.hpp43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) : in hash_exponential_size_policy() argument
44 m_start_size(start_size), in hash_exponential_size_policy()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/
H A Dhash_policy.hpp422 hash_exponential_size_policy(size_type start_size = 8,
459 hash_prime_size_policy(size_type start_size = 8);
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/
H A Dhash_policy.hpp422 hash_exponential_size_policy(size_type start_size = 8,
459 hash_prime_size_policy(size_type start_size = 8);
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c957 uint64_t start_size = size; in write_data_block() local
985 start_size = size = (size_t)(a->filesize - a->offset); in write_data_block()
1037 return (start_size - size); in write_data_block()
1581 uint64_t start_size = size; in hfs_write_data_block() local
1596 start_size = size = (size_t)(a->filesize - a->offset); in hfs_write_data_block()
1639 return (start_size - size); in hfs_write_data_block()