Home
last modified time | relevance | path

Searched refs:blocks_for_bits (Results 1 – 25 of 33) sorted by relevance

12

/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/bit-vec-0.4.4/src/
H A Dlib.rs221 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
276 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
295 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
888 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
915 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
945 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
988 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
992 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/bit-vec-0.4.4/src/
H A Dlib.rs221 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
276 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
295 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
888 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
915 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
945 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
988 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
992 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/bit-vec-0.5.1/src/
H A Dlib.rs237 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
292 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
311 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
904 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
931 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
961 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1004 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1008 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/bit-vec-0.5.1/src/
H A Dlib.rs237 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
292 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
311 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
904 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
931 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
961 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1004 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1008 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/bit-vec-0.5.1/src/
H A Dlib.rs237 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
292 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
311 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
904 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
931 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
961 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1004 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1008 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/bit-vec-0.6.1/src/
H A Dlib.rs236 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
291 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
310 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
899 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
926 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
956 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
999 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1003 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/bit-vec-0.6.2/src/
H A Dlib.rs232 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
287 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
306 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
1163 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
1190 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
1220 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1265 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1269 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/devel/grex/grex-1.3.0/cargo-crates/bit-vec-0.6.3/src/
H A Dlib.rs234 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
289 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
308 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
1172 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
1199 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
1229 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1274 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1278 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/bit-vec/src/
H A Dlib.rs234 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
289 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
308 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
1172 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
1199 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
1229 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1274 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1278 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/bit-vec-0.6.2/src/
H A Dlib.rs232 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
287 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
306 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
1163 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
1190 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
1220 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1265 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1269 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/www/firefox/firefox-99.0/third_party/rust/bit-vec/src/
H A Dlib.rs234 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
289 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
308 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
1172 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
1199 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
1229 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1274 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1278 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/bit-vec/src/
H A Dlib.rs234 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
289 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
308 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
1172 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
1199 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
1229 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1274 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1278 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/net/krill/krill-0.9.4/cargo-crates/bit-vec-0.6.3/src/
H A Dlib.rs234 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
289 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
308 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
1172 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
1199 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
1229 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1274 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1278 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/bit-vec-0.6.3/src/
H A Dlib.rs234 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
289 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
308 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
1172 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
1199 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
1229 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1274 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1278 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/bit-vec-0.6.3/src/
H A Dlib.rs234 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
289 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
308 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
1172 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
1199 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
1229 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1274 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1278 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/bit-vec-0.6.3/src/
H A Dlib.rs234 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
289 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
308 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
1172 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
1199 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
1229 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1274 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1278 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/bit-vec/src/
H A Dlib.rs234 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
289 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
308 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
1172 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
1199 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
1229 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1274 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1278 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/textproc/bat/bat-0.18.3/cargo-crates/bit-vec-0.6.3/src/
H A Dlib.rs234 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
289 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
308 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
1172 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
1199 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
1229 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1274 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1278 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/bit-vec-0.6.2/src/
H A Dlib.rs232 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
287 let nblocks = blocks_for_bits::<B>(nbits); in from_elem()
306 storage: Vec::with_capacity(blocks_for_bits::<B>(nbits)), in with_capacity()
1163 self.storage.truncate(blocks_for_bits::<B>(len)); in truncate()
1190 self.storage.reserve(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve()
1220 self.storage.reserve_exact(blocks_for_bits::<B>(desired_cap) - storage_len); in reserve_exact()
1265 let new_nblocks = blocks_for_bits::<B>(new_nbits); in grow()
1269 let num_cur_blocks = blocks_for_bits::<B>(self.nbits); in grow()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/bit-set-0.5.2/src/
H A Dlib.rs71 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
751 let other_blocks = blocks_for_bits::<B>(other_bit_vec.len()); in is_subset()
/dports/devel/grex/grex-1.3.0/cargo-crates/bit-set-0.5.2/src/
H A Dlib.rs71 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
751 let other_blocks = blocks_for_bits::<B>(other_bit_vec.len()); in is_subset()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/bit-set/src/
H A Dlib.rs71 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
751 let other_blocks = blocks_for_bits::<B>(other_bit_vec.len()); in is_subset()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/bit-set-0.5.2/src/
H A Dlib.rs71 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
751 let other_blocks = blocks_for_bits::<B>(other_bit_vec.len()); in is_subset()
/dports/www/firefox/firefox-99.0/third_party/rust/bit-set/src/
H A Dlib.rs71 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
751 let other_blocks = blocks_for_bits::<B>(other_bit_vec.len()); in is_subset()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/bit-set/src/
H A Dlib.rs71 fn blocks_for_bits<B: BitBlock>(bits: usize) -> usize { in blocks_for_bits() function
751 let other_blocks = blocks_for_bits::<B>(other_bit_vec.len()); in is_subset()

12