Home
last modified time | relevance | path

Searched defs:or (Results 76 – 100 of 7480) sorted by last modified time

12345678910>>...300

/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.h100 uint32_t or; member
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/freedreno/.gitlab-ci/traces/
H A Dafuc_test.asm67 or $03, $03, $04 label
140 or $02, $02, 0x1 label
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/freedreno/decode/
H A Dcffdec.c2267 uint32_t or = dwords[2]; in cp_rmw() local
/dports/www/firefox/firefox-99.0/third_party/rust/warp/tests/
H A Dfilter.rs83 async fn or() { in or() function
H A Dpath.rs157 async fn or() { in or() function
/dports/www/firefox/firefox-99.0/third_party/rust/num-bigint/tests/
H A Dbigint_bitwise.rs142 let or = or.to_bigint().unwrap(); in test_bitwise() localVariable
174 let or = (prim_a | prim_b).to_bigint().unwrap(); in test_bitwise_i64() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/bit-set/src/
H A Dlib.rs433 fn or<B: BitBlock>(w1: B, w2: B) -> B { w1 | w2 } in union() function
/dports/www/firefox/firefox-99.0/third_party/rust/memchr/src/memchr/x86/
H A Davx.rs593 let or = _mm256_or_si256(eq1, eq2); in forward_search3() localVariable
665 let or = _mm256_or_si256(eq1, eq2); in reverse_search3() localVariable
H A Dsse2.rs629 let or = _mm_or_si128(eq1, eq2); in forward_search3() localVariable
701 let or = _mm_or_si128(eq1, eq2); in reverse_search3() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/cdsl/
H A Dinstructions.rs1190 pub fn or(mut self, new_node: InstructionPredicateNode) -> Self { in or() method
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dmod.rs1270 pub(crate) fn or(ty: Type, from: RegMem, to: Writable<Reg>) -> Inst { in or() method
/dports/www/firefox/firefox-99.0/third_party/rust/owning_ref/src/
H A Dlib.rs34 let or = OwningRef::new(v); localVariable
35 let or = or.map(|v| &v[1..3]); localVariable
92 let or = BoxRef::new(Box::new(foo)).map(|foo| { localVariable
1280 let or: BoxRef<()> = Box::new(()).into(); in map_static_ref() localVariable
1304 let or = or.map(|x| &x[..5]); in as_owner() localVariable
1312 let or = or.map(|x| &x[..5]); in into_owner() localVariable
1321 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
1774 let or = or.map_mut(|x| &mut x[..5]); in as_owner() localVariable
1782 let or = or.map_mut(|x| &mut x[..5]); in into_owner() localVariable
1791 let or = or.map_mut(|x| &mut x[..5]); in fmt_debug() localVariable
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/arbitrary/src/
H A Dsize_hint.rs44 pub fn or(lhs: (usize, Option<usize>), rhs: (usize, Option<usize>)) -> (usize, Option<usize>) { in or() function
76 fn or() { in or() function
/dports/www/firefox/firefox-99.0/third_party/highway/hwy/ops/
H A Drvv-inl.h534 HWY_RVV_FOREACH_UI(HWY_RVV_RETV_ARGVV, Or, or, _ALL) in HWY_RVV_FOREACH_UI() argument
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/api/org/webrtc/
H A DPredicate.java34 default Predicate<T> or(Predicate<? super T> other) { in or() method
/dports/www/firefox/firefox-99.0/third_party/rust/nom/src/
H A Derror.rs29 fn or(self, other: Self) -> Self { in or() method
/dports/www/firefox/firefox-99.0/third_party/rust/bit-vec/src/
H A Dlib.rs683 pub fn or(&mut self, other: &Self) -> bool { in or() method
/dports/www/firefox/firefox-99.0/third_party/rust/cexpr/src/
H A Dexpr.rs397 fn or(self, input: &'_ [Token]) -> CResult<'_, EvalResult> { in or() method
/dports/www/firefox/firefox-99.0/third_party/rust/warp/src/filter/
H A Dmod.rs6 mod or; module
136 fn or<F>(self, other: F) -> Or<Self, F> in or() method
/dports/www/firefox/firefox-99.0/third_party/rust/euclid/src/
H A Dvector.rs1820 pub fn or(self, other: Self) -> Self { in or() method
1898 pub fn or(self, other: Self) -> Self { in or() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/nom/src/
H A Derror.rs29 fn or(self, other: Self) -> Self { in or() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/memchr/src/memchr/x86/
H A Dsse2.rs629 let or = _mm_or_si128(eq1, eq2); in forward_search3() localVariable
701 let or = _mm_or_si128(eq1, eq2); in reverse_search3() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/euclid/src/
H A Dvector.rs1820 pub fn or(self, other: Self) -> Self { in or() method
1898 pub fn or(self, other: Self) -> Self { in or() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/inst/
H A Dmod.rs1270 pub(crate) fn or(ty: Type, from: RegMem, to: Writable<Reg>) -> Inst { in or() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/warp/tests/
H A Dpath.rs157 async fn or() { in or() function

12345678910>>...300