Home
last modified time | relevance | path

Searched defs:Source (Results 1 – 12 of 12) sorted by relevance

/DragonOS/kernel/crates/intertrait/tests/ui/
H A Dunknown-flag.rs8 trait Source: CastFromSync {} trait
H A Dduplicate-flags.rs8 trait Source: CastFromSync {} trait
H A Don-generic-type.rs10 trait Source: CastFrom {} interface
/DragonOS/kernel/crates/intertrait/tests/
H A Don-trait-impl.rs6 trait Source: CastFrom {} interface
H A Don-struct.rs7 trait Source: CastFrom {} interface
H A Don-trait-impl-assoc-type1.rs8 trait Source: CastFrom {} trait
H A Don-enum.rs11 trait Source: CastFrom {} trait
H A Don-trait-impl-assoc-type2.rs8 trait Source: CastFrom {} interface
H A Don-trait-impl-assoc-type3.rs8 trait Source: CastFrom {} trait
H A Don-type-multi-traits.rs7 trait Source: CastFrom {} interface
H A Dcastable_to.rs6 trait Source: CastFrom {} trait
/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs113 pub fn add(&mut self, source: Source, arch: Arch) -> Move { in add()
118 pub fn sub(&mut self, source: Source, arch: Arch) -> Move { in sub()
123 pub fn mul(&mut self, source: Source, arch: Arch) -> Move { in mul()
128 pub fn div(&mut self, source: Source, arch: Arch) -> Move { in div()
133 pub fn bit_or(&mut self, source: Source, arch: Arch) -> Move { in bit_or()
138 pub fn bit_and(&mut self, source: Source, arch: Arch) -> Move { in bit_and()
143 pub fn left_shift(&mut self, source: Source, arch: Arch) -> Move { in left_shift()
148 pub fn right_shift(&mut self, source: Source, arch: Arch) -> Move { in right_shift()
158 pub fn modulo(&mut self, source: Source, arch: Arch) -> Move { in modulo()
163 pub fn bit_xor(&mut self, source: Source, arch: Arch) -> Move { in bit_xor()
[all …]