Home
last modified time | relevance | path

Searched refs:gpregs (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Daarch64.rs10 pub struct gpregs { structure names
28 pub mc_gpregs: gpregs,
49 impl PartialEq for gpregs {
50 fn eq(&self, other: &gpregs) -> bool { in eq()
59 impl Eq for gpregs {}
60 impl ::fmt::Debug for gpregs {
62 f.debug_struct("gpregs") in fmt()
72 impl ::hash::Hash for gpregs {
H A Driscv64.rs10 pub struct gpregs { structure names
30 pub mc_gpregs: gpregs,
51 impl PartialEq for gpregs {
52 fn eq(&self, other: &gpregs) -> bool { in eq()
64 impl Eq for gpregs {}
65 impl ::fmt::Debug for gpregs {
67 f.debug_struct("gpregs") in fmt()
80 impl ::hash::Hash for gpregs {

Completed in 2 milliseconds