Searched refs:between (Results 1 – 6 of 6) sorted by relevance
/DragonOS/kernel/crates/intertrait/macros/ |
H A D | Cargo.toml | 3 description = "Macros for intertrait crate, which allows for direct casting between trait objects"
|
/DragonOS/kernel/src/mm/ |
H A D | mod.rs | 732 pub fn between(start: VirtAddr, end: VirtAddr) -> Option<Self> { in between() method 746 return VirtRegion::between(start, end); in intersect() 795 return Self::between(self.start(), region.start()); in before() 803 return Self::between(region.end(), self.end()); in after()
|
/DragonOS/kernel/crates/rbpf/src/ |
H A D | asm_parser.rs | 17 attempt, between, eof, many, many1, one_of, optional, 87 let memory = between(char('['), char(']'), (register(), optional(integer()))) in operand()
|
/DragonOS/kernel/crates/intertrait/ |
H A D | README.md | 13 if the type is known. But no direct casting between two trait objects (i.e. without involving the c…
|
/DragonOS/docs/community/ChangeLog/V0.1.x/ |
H A D | V0.1.9.md | 2139 put rust text between _text and _etext, so rust symbols are included in
|
/DragonOS/kernel/crates/rbpf/ |
H A D | README.md | 609 stack, differs between uBPF and rbpf. The latter uses the same values as the
|