Home
last modified time | relevance | path

Searched +refs:any +refs:bits +refs:set (Results 26 – 50 of 53002) sorted by relevance

12345678910>>...2121

/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
64 #include <bits/erase_if.h>
67 # include <debug/set>
71 # include <profile/set>
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
64 #include <bits/erase_if.h>
67 # include <debug/set>
71 # include <profile/set>
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
64 #include <bits/erase_if.h>
67 # include <debug/set>
71 # include <profile/set>
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/bit-vec-0.5.1/src/
H A Dlib.rs93 #[cfg(any(test, feature = "std"))]
247 bits / B::bits() in blocks_for_bits()
249 bits / B::bits() + 1 in blocks_for_bits()
256 (!B::zero()) >> ((B::bits() - bits % B::bits()) % B::bits()) in mask_for_bits()
812 pub fn any(&self) -> bool { in any() method
1830 assert!(!v.any()); in test_small_bit_vec_tests()
1835 assert!(v.any()); in test_small_bit_vec_tests()
1840 assert!(v.any()); in test_small_bit_vec_tests()
1851 assert!(!v.any()); in test_big_bit_vec_tests()
1859 assert!(v.any()); in test_big_bit_vec_tests()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/bit-vec-0.5.1/src/
H A Dlib.rs93 #[cfg(any(test, feature = "std"))]
247 bits / B::bits() in blocks_for_bits()
249 bits / B::bits() + 1 in blocks_for_bits()
256 (!B::zero()) >> ((B::bits() - bits % B::bits()) % B::bits()) in mask_for_bits()
812 pub fn any(&self) -> bool { in any() method
1830 assert!(!v.any()); in test_small_bit_vec_tests()
1835 assert!(v.any()); in test_small_bit_vec_tests()
1840 assert!(v.any()); in test_small_bit_vec_tests()
1851 assert!(!v.any()); in test_big_bit_vec_tests()
1859 assert!(v.any()); in test_big_bit_vec_tests()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/bit-vec-0.5.1/src/
H A Dlib.rs93 #[cfg(any(test, feature = "std"))]
247 bits / B::bits() in blocks_for_bits()
249 bits / B::bits() + 1 in blocks_for_bits()
256 (!B::zero()) >> ((B::bits() - bits % B::bits()) % B::bits()) in mask_for_bits()
812 pub fn any(&self) -> bool { in any() method
1830 assert!(!v.any()); in test_small_bit_vec_tests()
1835 assert!(v.any()); in test_small_bit_vec_tests()
1840 assert!(v.any()); in test_small_bit_vec_tests()
1851 assert!(!v.any()); in test_big_bit_vec_tests()
1859 assert!(v.any()); in test_big_bit_vec_tests()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/libc/src/unix/newlib/
H A Dmod.rs234 bits: [u32; 32],
259 #[cfg(not(any(feature = "align",
285 #[cfg(not(any(feature = "align",
630 let bits = mem::size_of_val(&(*set).fds_bits[0]) * 8; localVariable
632 (*set).fds_bits[fd / bits] &= !(1 << (fd % bits));
637 let bits = mem::size_of_val(&(*set).fds_bits[0]) * 8; localVariable
639 return ((*set).fds_bits[fd / bits] & (1 << (fd % bits))) != 0
643 let bits = mem::size_of_val(&(*set).fds_bits[0]) * 8; localVariable
645 (*set).fds_bits[fd / bits] |= 1 << (fd % bits);
649 pub fn FD_ZERO(set: *mut fd_set) -> () {
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
64 #include <bits/erase_if.h>
67 # include <debug/set>
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
64 #include <bits/erase_if.h>
67 # include <debug/set>
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
64 #include <bits/erase_if.h>
67 # include <debug/set>
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
64 #include <bits/erase_if.h>
67 # include <debug/set>
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
64 #include <bits/erase_if.h>
67 # include <debug/set>
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
64 #include <bits/erase_if.h>
67 # include <debug/set>
[all …]
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/bit-vec-0.4.4/src/
H A Dlib.rs230 if bits % B::bits() == 0 { in blocks_for_bits()
231 bits / B::bits() in blocks_for_bits()
233 bits / B::bits() + 1 in blocks_for_bits()
240 (!B::zero()) >> ((B::bits() - bits % B::bits()) % B::bits()) in mask_for_bits()
796 pub fn any(&self) -> bool { in any() method
1802 assert!(!v.any()); in test_small_bit_vec_tests()
1807 assert!(v.any()); in test_small_bit_vec_tests()
1812 assert!(v.any()); in test_small_bit_vec_tests()
1823 assert!(!v.any()); in test_big_bit_vec_tests()
1831 assert!(v.any()); in test_big_bit_vec_tests()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/bit-vec-0.4.4/src/
H A Dlib.rs230 if bits % B::bits() == 0 { in blocks_for_bits()
231 bits / B::bits() in blocks_for_bits()
233 bits / B::bits() + 1 in blocks_for_bits()
240 (!B::zero()) >> ((B::bits() - bits % B::bits()) % B::bits()) in mask_for_bits()
796 pub fn any(&self) -> bool { in any() method
1802 assert!(!v.any()); in test_small_bit_vec_tests()
1807 assert!(v.any()); in test_small_bit_vec_tests()
1812 assert!(v.any()); in test_small_bit_vec_tests()
1823 assert!(!v.any()); in test_big_bit_vec_tests()
1831 assert!(v.any()); in test_big_bit_vec_tests()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
47 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
66 # include <debug/set>
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
47 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
66 # include <debug/set>
[all …]
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
47 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
66 # include <debug/set>
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
47 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
66 # include <debug/set>
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
47 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
66 # include <debug/set>
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
47 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
66 # include <debug/set>
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
47 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
66 # include <debug/set>
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
47 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
66 # include <debug/set>
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
47 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
66 # include <debug/set>
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/include/std/
H A Dset1 // <set> -*- C++ -*-
9 // any later version.
35 * representations about the suitability of this software for any
47 * representations about the suitability of this software for any
51 /** @file include/set
60 #include <bits/stl_tree.h>
61 #include <bits/stl_set.h>
62 #include <bits/stl_multiset.h>
63 #include <bits/range_access.h>
66 # include <debug/set>
[all …]

12345678910>>...2121