Home
last modified time | relevance | path

Searched refs:Project (Results 1 – 25 of 42) sorted by relevance

12

/linux/rust/zerocopy/src/pointer/
H A Dmod.rs60 pub unsafe trait Project<Src: ?Sized, Dst: ?Sized> { interface
83 pub unsafe trait Cast<Src: ?Sized, Dst: ?Sized>: Project<Src, Dst> {}
100 unsafe impl<T: ?Sized> Project<T, T> for IdCast {
128 unsafe impl<Src, Dst> Project<Src, Dst> for CastSized {
155 unsafe impl<Src, Dst> Project<Src, Dst> for CastSizedExact {
190 unsafe impl<Src, Dst> Project<Src, Dst> for CastUnsized
251 unsafe impl<T: ?Sized, F, const VARIANT_ID: i128, const FIELD_ID: i128> Project<T, T::Type> impl
321 unsafe impl<T, U, V, TU, UV> Project<T, V> for TransitiveProject<U, TU, UV>
326 TU: Project<T, U>,
327 UV: Project<U, V>,
[all …]
H A Dtransmute.rs494 use crate::pointer::cast::Project as _;
H A Dinner.rs187 pub fn project<U: ?Sized, C: cast::Project<T, U>>(self) -> PtrInner<'a, U> { in project()
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-asus-nexus7-grouper-PM269.dts8 model = "ASUS Google Nexus 7 (Project Nakasi / ME370T) PM269";
H A Dtegra30-asus-nexus7-grouper-E1565.dts8 model = "ASUS Google Nexus 7 (Project Nakasi / ME370T) E1565";
H A Dtegra30-asus-nexus7-tilapia-E1565.dts8 model = "ASUS Google Nexus 7 (Project Bach / ME370TG) E1565";
/linux/Documentation/hwmon/
H A Ddrivetemp.rst13 ANS Project T10/BSR INCITS 513
16 ANS Project INCITS 557
/linux/drivers/nvmem/layouts/
H A DKconfig24 Say Y here if you want to support the Open Compute Project ONIE
/linux/net/bluetooth/
H A DKconfig100 bool "Enable Android Open Source Project extensions"
104 Project defined HCI vendor extensions.
/linux/Documentation/translations/ja_JP/
H A Dstable_kernel_rules.txt4 and JF Project team <www.linux.or.jp/JF>.
H A Dstable_api_nonsense.txt4 and the JF Project team <http://www.linux.or.jp/JF/>.
H A DSubmittingPatches4 and the JF Project team <http://www.linux.or.jp/JF/>.
/linux/arch/arm/boot/dts/microchip/
H A Dat91-gatwick.dts13 model = "Laird Workgroup Bridge 50N - Project Gatwick";
/linux/Documentation/networking/
H A Dx25.rst4 Linux X.25 Project
/linux/Documentation/scsi/
H A Dscsi.rst7 The Linux Documentation Project (LDP) maintains a document describing
/linux/fs/ocfs2/
H A DKconfig21 Project web page: https://ocfs2.wiki.kernel.org/
/linux/LICENSES/dual/
H A Dcopyleft-next-0.3.1102 Copyleft-Next Project, then the license I grant You under section 1 is no
138 The Copyleft-Next Project may release new versions of copyleft-next,
170 "Copyleft-Next Project" means the project that maintains the source
/linux/Documentation/sound/cards/
H A Demu10k1-jack.rst8 by the kX Project. Without their work I never would have discovered the true
/linux/tools/testing/memblock/
H A DREADME54 Project structure
/linux/Documentation/filesystems/
H A Docfs2.rst15 Project web page: http://ocfs2.wiki.kernel.org
/linux/sound/firewire/
H A DKconfig34 * PreSonus FireStudio, FireStudio Mobile, FireStudio Project, FireStudio Tube
/linux/Documentation/driver-api/usb/
H A Dwriting_usb_driver.rst316 The Linux USB Project:
319 Linux Hotplug Project:
/linux/rust/zerocopy/src/
H A Dref.rs969 use crate::pointer::cast::{Cast, Project}; in cast_for_sized()
977 unsafe impl<T: ?Sized + KnownLayout> Project<[u8], T> for CastForSized { in cast_for_sized()
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst22 "The Turtles Project: Design and Implementation of Nested Virtualization",
/linux/Documentation/driver-api/acpi/
H A Dlinuxized-acpica.rst20 ACPICA Project

12