Home
last modified time | relevance | path

Searched refs:other (Results 1 – 6 of 6) sorted by relevance

/DragonOS-0.1.2/kernel/src/process/
Dpid.rs15 fn eq(&self, other: &PidType) -> bool { in eq()
16 *self as u8 == *other as u8 in eq()
/DragonOS-0.1.2/
DLICENSE16 Foundation's software and to any other program whose authors commit to
17 using it. (Some other Free Software Foundation software is covered by
62 0. This License applies to any program or other work which contains
72 Activities other than copying, distribution and modification are not
84 and give any other recipients of the Program a copy of this License
121 this License, whose permissions for other licensees extend to the
131 a storage or distribution medium does not bring the other work under
198 infringement or for any other reason (not limited to patent issues),
203 License and any other pertinent obligations, then as a consequence you
212 apply and the section as a whole is intended to apply in other
[all …]
DREADME_EN.md95 …d to: plagiarizing the code of the project as your graduation project and other academic misconduc…
/DragonOS-0.1.2/kernel/src/ipc/
Dsignal_types.rs339 fn eq(&self, other: &SignalNumber) -> bool { in eq()
340 *self as i32 == *other as i32 in eq()
/DragonOS-0.1.2/kernel/src/libs/libELF/
Delf.h2689 #define PPC64_LOCAL_ENTRY_OFFSET(other) \ argument
2690 (((1 << (((other) & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT)) >> 2) << 2)
/DragonOS-0.1.2/kernel/
Dcbindgen.toml583 # Which crates other than the top-level binding crate we should generate