Home
last modified time | relevance | path

Searched refs:BitOr (Results 1 – 25 of 4738) sorted by relevance

12345678910>>...190

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Rules/
H A DArithmeticLiteral.cs1089 #region BitOr
1092 return v.BitOr(m_value); in BitOr()
1401 #region BitOr
1404 return v.BitOr(m_value); in BitOr()
1699 #region BitOr
1994 #region BitOr
2288 #region BitOr
2607 #region BitOr
3313 #region BitOr
3674 #region BitOr
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pancurses-0.16.1/src/
H A Dcolorpair.rs1 use std::ops::BitOr;
27 impl BitOr<ColorPair> for Attributes {
49 impl BitOr<Attribute> for ColorPair {
70 impl BitOr<ColorPair> for Attribute {
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.17.0/src/
H A Dcolorpair.rs1 use std::ops::BitOr;
27 impl BitOr<ColorPair> for Attributes { in func()
49 impl BitOr<Attribute> for ColorPair {
70 impl BitOr<ColorPair> for Attribute { in nontrivial()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.16.1/src/
H A Dcolorpair.rs1 use std::ops::BitOr;
27 impl BitOr<ColorPair> for Attributes {
49 impl BitOr<Attribute> for ColorPair {
70 impl BitOr<ColorPair> for Attribute {
/dports/sysutils/vector/vector-0.10.0/cargo-crates/typenum-1.11.2/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
113 impl BitOr<B0> for B0 {
121 impl BitOr<B1> for B0 {
129 impl<Rhs: Bit> BitOr<Rhs> for B1 {
190 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
191 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
192 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
193 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/typenum-1.10.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
113 impl BitOr<B0> for B0 {
121 impl BitOr<B1> for B0 {
129 impl<Rhs: Bit> BitOr<Rhs> for B1 {
194 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
195 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
196 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
197 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/misc/ruut/ruut-0.6.1/cargo-crates/typenum-1.11.2/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
113 impl BitOr<B0> for B0 {
121 impl BitOr<B1> for B0 {
129 impl<Rhs: Bit> BitOr<Rhs> for B1 {
190 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
191 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
192 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
193 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/typenum-1.10.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
113 impl BitOr<B0> for B0 {
121 impl BitOr<B1> for B0 {
129 impl<Rhs: Bit> BitOr<Rhs> for B1 {
194 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
195 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
196 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
197 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/typenum-1.11.2/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
113 impl BitOr<B0> for B0 {
121 impl BitOr<B1> for B0 {
129 impl<Rhs: Bit> BitOr<Rhs> for B1 {
190 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
191 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
192 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
193 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/graphics/rx/rx-0.4.0/cargo-crates/typenum-1.11.2/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
113 impl BitOr<B0> for B0 {
121 impl BitOr<B1> for B0 {
129 impl<Rhs: Bit> BitOr<Rhs> for B1 {
190 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
191 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
192 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
193 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/typenum-1.13.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
126 impl BitOr<B0> for B0 {
135 impl BitOr<B1> for B0 {
144 impl<Rhs: Bit> BitOr<Rhs> for B1 {
210 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
211 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
212 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
213 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/typenum-1.14.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
126 impl BitOr<B0> for B0 {
135 impl BitOr<B1> for B0 {
144 impl<Rhs: Bit> BitOr<Rhs> for B1 {
210 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
211 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
212 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
213 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/typenum-1.12.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
119 impl BitOr<B0> for B0 {
128 impl BitOr<B1> for B0 {
137 impl<Rhs: Bit> BitOr<Rhs> for B1 {
203 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
204 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
205 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
206 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/net/oha/oha-0.4.7/cargo-crates/typenum-1.14.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
126 impl BitOr<B0> for B0 {
135 impl BitOr<B1> for B0 {
144 impl<Rhs: Bit> BitOr<Rhs> for B1 {
210 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
211 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
212 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
213 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/typenum-1.13.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
126 impl BitOr<B0> for B0 {
135 impl BitOr<B1> for B0 {
144 impl<Rhs: Bit> BitOr<Rhs> for B1 {
210 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
211 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
212 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
213 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/typenum-1.12.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
119 impl BitOr<B0> for B0 {
128 impl BitOr<B1> for B0 {
137 impl<Rhs: Bit> BitOr<Rhs> for B1 {
203 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
204 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
205 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
206 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/typenum-1.12.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
119 impl BitOr<B0> for B0 {
128 impl BitOr<B1> for B0 {
137 impl<Rhs: Bit> BitOr<Rhs> for B1 {
203 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
204 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
205 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
206 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/typenum-1.14.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
126 impl BitOr<B0> for B0 {
135 impl BitOr<B1> for B0 {
144 impl<Rhs: Bit> BitOr<Rhs> for B1 {
210 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
211 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
212 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
213 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/typenum-1.14.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
126 impl BitOr<B0> for B0 {
135 impl BitOr<B1> for B0 {
144 impl<Rhs: Bit> BitOr<Rhs> for B1 {
210 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
211 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
212 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
213 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/typenum-1.14.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
126 impl BitOr<B0> for B0 {
135 impl BitOr<B1> for B0 {
144 impl<Rhs: Bit> BitOr<Rhs> for B1 {
210 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
211 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
212 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
213 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/shells/nsh/nsh-0.4.2/cargo-crates/typenum-1.13.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
126 impl BitOr<B0> for B0 {
135 impl BitOr<B1> for B0 {
144 impl<Rhs: Bit> BitOr<Rhs> for B1 {
210 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
211 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
212 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
213 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/net-im/fractal/fractal-4.4.0/vendor/typenum/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
119 impl BitOr<B0> for B0 {
128 impl BitOr<B1> for B0 {
137 impl<Rhs: Bit> BitOr<Rhs> for B1 {
203 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
204 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
205 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
206 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/typenum-1.14.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
126 impl BitOr<B0> for B0 {
135 impl BitOr<B1> for B0 {
144 impl<Rhs: Bit> BitOr<Rhs> for B1 {
210 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
211 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
212 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
213 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/typenum-1.12.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
119 impl BitOr<B0> for B0 {
128 impl BitOr<B1> for B0 {
137 impl<Rhs: Bit> BitOr<Rhs> for B1 {
203 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
204 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
205 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
206 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/typenum-1.13.0/src/
H A Dbit.rs13 use core::ops::{BitAnd, BitOr, BitXor, Not};
126 impl BitOr<B0> for B0 {
135 impl BitOr<B1> for B0 {
144 impl<Rhs: Bit> BitOr<Rhs> for B1 {
210 test_bit_op!(B0 BitOr B0 = B0); in bit_operations()
211 test_bit_op!(B0 BitOr B1 = B1); in bit_operations()
212 test_bit_op!(B1 BitOr B0 = B1); in bit_operations()
213 test_bit_op!(B1 BitOr B1 = B1); in bit_operations()

12345678910>>...190