Home
last modified time | relevance | path

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

12

/linux/rust/zerocopy-derive/derive/
H A Dtry_from_bytes.rs376 mut candidate: #zerocopy_crate::Maybe<'_, Self, ___ZcAlignment>, in derive_is_bit_valid()
581 mut candidate: #zerocopy_crate::Maybe<'_, Self, ___ZcAlignment>, in derive_try_from_bytes_struct()
629 mut candidate: #zerocopy_crate::Maybe<'_, Self, ___ZcAlignment>, in derive_try_from_bytes_union()
719 _candidate: #zerocopy_crate::Maybe<'_, Self, ___ZcAlignment>, in try_gen_trivial_is_bit_valid()
757 _candidate: #zerocopy_crate::Maybe<'_, Self, ___ZcAlignment>, in gen_trivial_is_bit_valid_unchecked()
/linux/tools/testing/selftests/tc-testing/
H A DTODO.txt14 Maybe use python logger module for this too.
/linux/rust/syn/
H A Dgenerics.rs431 Maybe(Token![?]),
856 if lifetimes.is_none() && matches!(modifier, TraitBoundModifier::Maybe(_)) { in do_parse()
873 TraitBoundModifier::Maybe(maybe) => { in do_parse()
897 input.parse().map(TraitBoundModifier::Maybe) in parse()
1360 TraitBoundModifier::Maybe(t) => t.to_tokens(tokens), in to_tokens()
/linux/rust/zerocopy/src/util/
H A Dmacros.rs140 fn is_bit_valid<Alignment>($candidate: Maybe<'_, Self, Alignment>) -> bool
152 fn is_bit_valid<Alignment>(_candidate: Maybe<'_, Self, Alignment>) -> bool
232 fn is_bit_valid<Alignment>(candidate: $crate::Maybe<'_, Self, Alignment>) -> bool
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-nanopi-a64.dts238 * Maybe we don't still know well about CPUs domain.
H A Dsun50i-a64-pine64.dts253 * Maybe we don't still know well about CPUs domain.
H A Dsun50i-a64-bananapi-m64.dts311 * Maybe we don't still know well about CPUs domain.
H A Dsun50i-a64-amarula-relic.dts285 * Maybe we don't still know well about CPUs domain.
H A Dsun50i-a64-olinuxino.dts327 * Maybe we don't still know well about CPUs domain.
H A Dsun50i-a64-orangepi-win.dts310 * Maybe we don't still know well about CPUs domain.
/linux/arch/arm/boot/dts/ti/omap/
H A Domap34xx.dtsi151 * at all unlike on 36xx. Maybe SGX is permanently set to
H A Dam3517.dtsi151 * similar to the omap34xx. Maybe SGX is permanently set to
/linux/rust/zerocopy/src/pointer/
H A Dmod.rs31 pub type Maybe<'a, T, Alignment = invariant::Unaligned> = typedef
/linux/rust/zerocopy/src/
H A Dmacros.rs1036 fn is_bit_valid<A>(_: $crate::Maybe<'_, Self, A>) -> bool
1182 fn is_bit_valid<A>(_: $crate::Maybe<'_, Self, A>) -> bool
H A Dimpls.rs862 fn is_bit_valid<A>(candidate: Maybe<'_, Self, A>) -> bool in is_bit_valid()
1579 fn test_is_bit_valid_shared<'ptr>(&self, candidate: Maybe<'ptr, T>) in test_impls()
1587 candidate: Maybe<'ptr, T>, in test_impls()
1695 candidate: Maybe<'ptr, $ty>, in test_impls()
H A Dlib.rs416 pub use crate::pointer::{invariant::BecauseImmutable, Maybe, Ptr};
1775 fn is_bit_valid<A>(candidate: Maybe<'_, Self, A>) -> bool in is_bit_valid()
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-huawei-g7.dts285 * Maybe Huawei decided to replace the second SIM card slot with the
/linux/Documentation/hwmon/
H A Dw83781d.rst307 very badly chosen IMHO), I don't know what DVC could stand for. Maybe
460 old ASUS, it isn't marketed as Qfan. Maybe some beta pre-attempt at Qfan
/linux/Documentation/filesystems/
H A Daffs.rst239 or manually (who would do this?). Maybe later.
/linux/Documentation/power/
H A Dvideo.rst85 your video card (good luck getting docs :-(). Maybe suspending from X
H A Dswsusp.rst147 Maybe I'm missing something, but why don't the regular I/O paths work?
/linux/Documentation/sound/cards/
H A Dcmipci.rst47 time.. Maybe there is an unknown register to achieve this...
/linux/Documentation/driver-api/mtd/
H A Dnand_ecc.rst664 into the wrong direction. Maybe something to investigate later. Could
667 Guess that is what there is to win within the loop. Maybe unrolling one
/linux/arch/sparc/lib/
H A Dchecksum_32.S412 add %o1, 4, %o1 ! is worthy). Maybe some day - with the sll/srl
/linux/fs/befs/
H A DChangeLog282 Flow control with #ifdef (ugh). Maybe I'll redo it once

12