Home
last modified time | relevance | path

Searched defs:BitMask (Results 1 – 25 of 715) sorted by relevance

12345678910>>...29

/dports/www/tusd/tusd-1.8.0/vendor/github.com/vimeo/go-util/util/
H A Dbitmask.go12 type BitMask struct { struct
13 fields map[string]uint64
14 values map[uint64]string
15 nextVal uint64
18 func (this *BitMask) addName(name string) error {
47 func (this *BitMask) Add(names string) error {
63 func (this *BitMask) Parse(s string) (uint64, error) {
92 func (this *BitMask) IsSet(v uint64, s string) bool {
101 func (this *BitMask) Format(v uint64) (string, error) {
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/cm/topologymanager/bitmask/
H A Dbitmask.go26 type BitMask interface { interface
29 And(masks ...BitMask)
30 Or(masks ...BitMask)
33 IsEqual(mask BitMask) bool
37 IsNarrowerThan(mask BitMask) bool
88 func (s *bitMask) And(masks ...BitMask) {
95 func (s *bitMask) Or(masks ...BitMask) {
135 func (s *bitMask) IsEqual(mask BitMask) bool {
144 func (s *bitMask) IsNarrowerThan(mask BitMask) bool {
181 func And(first BitMask, masks ...BitMask) BitMask {
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/portable-simd/crates/core_simd/src/
H A Dlane_count.rs17 type BitMask: Copy + Default + AsRef<[u8]> + AsMut<[u8]>; typedef
26 type BitMask = [u8; 1]; typedef
30 type BitMask = [u8; 1]; typedef
34 type BitMask = [u8; 1]; typedef
38 type BitMask = [u8; 1]; typedef
42 type BitMask = [u8; 2]; typedef
46 type BitMask = [u8; 4]; typedef
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/hashbrown-0.1.8/src/raw/
H A Dbitmask.rs17 pub struct BitMask(pub BitMaskWord); struct
19 impl BitMask { implementation
23 pub fn invert(self) -> BitMask { in invert()
30 pub fn remove_lowest_bit(self) -> BitMask { in remove_lowest_bit()
83 impl IntoIterator for BitMask { implementation
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/point_cloud_editor/include/pcl/apps/point_cloud_editor/
H A Dselect1DTool.h68 start (int, int, BitMask, BitMask) override in start() argument
75 update (int, int, BitMask, BitMask) override in update() argument
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dbit_mask.rs104 pub struct BitMask { struct
108 impl BitMask { impl
119 impl<'tcx> LateLintPass<'tcx> for BitMask { implementation
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/hashbrown-0.5.0/src/raw/
H A Dsse2.rs73 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte()
91 pub fn match_empty(self) -> BitMask { in match_empty()
98 pub fn match_empty_or_deleted(self) -> BitMask { in match_empty_or_deleted()
114 pub fn match_full(&self) -> BitMask { in match_full()
/dports/net-im/fractal/fractal-4.4.0/vendor/hashbrown/src/raw/
H A Dsse2.rs73 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte()
91 pub fn match_empty(self) -> BitMask { in match_empty()
98 pub fn match_empty_or_deleted(self) -> BitMask { in match_empty_or_deleted()
114 pub fn match_full(&self) -> BitMask { in match_full()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/hashbrown-0.8.2/src/raw/
H A Dsse2.rs73 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte()
91 pub fn match_empty(self) -> BitMask { in match_empty()
98 pub fn match_empty_or_deleted(self) -> BitMask { in match_empty_or_deleted()
114 pub fn match_full(&self) -> BitMask { in match_full()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/hashbrown-0.6.3/src/raw/
H A Dsse2.rs73 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte()
91 pub fn match_empty(self) -> BitMask { in match_empty()
98 pub fn match_empty_or_deleted(self) -> BitMask { in match_empty_or_deleted()
114 pub fn match_full(&self) -> BitMask { in match_full()
H A Dbitmask.rs17 pub struct BitMask(pub BitMaskWord); struct
20 impl BitMask { implementation
85 impl IntoIterator for BitMask { implementation
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/hashbrown-0.8.2/src/raw/
H A Dsse2.rs73 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte()
91 pub fn match_empty(self) -> BitMask { in match_empty()
98 pub fn match_empty_or_deleted(self) -> BitMask { in match_empty_or_deleted()
114 pub fn match_full(&self) -> BitMask { in match_full()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/hashbrown-0.7.2/src/raw/
H A Dsse2.rs73 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte()
91 pub fn match_empty(self) -> BitMask { in match_empty()
98 pub fn match_empty_or_deleted(self) -> BitMask { in match_empty_or_deleted()
114 pub fn match_full(&self) -> BitMask { in match_full()
H A Dbitmask.rs17 pub struct BitMask(pub BitMaskWord); struct
20 impl BitMask { impl
85 impl IntoIterator for BitMask { implementation
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/hashbrown-0.8.0/src/raw/
H A Dsse2.rs73 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte()
91 pub fn match_empty(self) -> BitMask { in match_empty()
98 pub fn match_empty_or_deleted(self) -> BitMask { in match_empty_or_deleted()
114 pub fn match_full(&self) -> BitMask { in match_full()
H A Dbitmask.rs17 pub struct BitMask(pub BitMaskWord); struct
20 impl BitMask { implementation
85 impl IntoIterator for BitMask { implementation
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/hashbrown-0.8.2/src/raw/
H A Dsse2.rs73 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte()
91 pub fn match_empty(self) -> BitMask { in match_empty()
98 pub fn match_empty_or_deleted(self) -> BitMask { in match_empty_or_deleted()
114 pub fn match_full(&self) -> BitMask { in match_full()
/dports/net/proby/proby-1.0.2/cargo-crates/hashbrown-0.8.2/src/raw/
H A Dsse2.rs73 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte()
91 pub fn match_empty(self) -> BitMask { in match_empty()
98 pub fn match_empty_or_deleted(self) -> BitMask { in match_empty_or_deleted()
114 pub fn match_full(&self) -> BitMask { in match_full()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/hashbrown-0.6.3/src/raw/
H A Dsse2.rs73 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte()
91 pub fn match_empty(self) -> BitMask { in match_empty()
98 pub fn match_empty_or_deleted(self) -> BitMask { in match_empty_or_deleted()
114 pub fn match_full(&self) -> BitMask { in match_full()
/dports/graphics/libopenraw/libopenraw-0.3.0/cargo-crates/hashbrown-0.7.2/src/raw/
H A Dsse2.rs73 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte()
91 pub fn match_empty(self) -> BitMask { in match_empty()
98 pub fn match_empty_or_deleted(self) -> BitMask { in match_empty_or_deleted()
114 pub fn match_full(&self) -> BitMask { in match_full()
H A Dbitmask.rs17 pub struct BitMask(pub BitMaskWord); struct
20 impl BitMask { impl
85 impl IntoIterator for BitMask { implementation
/dports/devel/racer/racer-2.1.48/cargo-crates/hashbrown-0.8.2/src/raw/
H A Dsse2.rs73 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte()
91 pub fn match_empty(self) -> BitMask { in match_empty()
98 pub fn match_empty_or_deleted(self) -> BitMask { in match_empty_or_deleted()
114 pub fn match_full(&self) -> BitMask { in match_full()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/hashbrown/src/raw/
H A Dsse2.rs73 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte()
91 pub fn match_empty(self) -> BitMask { in match_empty()
98 pub fn match_empty_or_deleted(self) -> BitMask { in match_empty_or_deleted()
114 pub fn match_full(&self) -> BitMask { in match_full()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/hashbrown-0.8.1/src/raw/
H A Dsse2.rs73 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte()
91 pub fn match_empty(self) -> BitMask { in match_empty()
98 pub fn match_empty_or_deleted(self) -> BitMask { in match_empty_or_deleted()
114 pub fn match_full(&self) -> BitMask { in match_full()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/hashbrown-0.8.2/src/raw/
H A Dsse2.rs73 pub fn match_byte(self, byte: u8) -> BitMask { in match_byte()
91 pub fn match_empty(self) -> BitMask { in match_empty()
98 pub fn match_empty_or_deleted(self) -> BitMask { in match_empty_or_deleted()
114 pub fn match_full(&self) -> BitMask { in match_full()

12345678910>>...29