Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyteorder.rs320 let rhs_native: $native = rhs.get(); localVariable
321 let result_native = core::ops::$trait::$method(self_native, rhs_native);
331 let rhs_native: $native = rhs.get(); localVariable
332 let result_native = core::ops::$trait::$method(self, rhs_native);
358 let rhs_native: $native = rhs.get(); localVariable
359 *self = core::ops::$trait::$method(*self, rhs_native);
383 let rhs_native = $native::from_ne_bytes(rhs.0); localVariable
384 let result_native = core::ops::$trait::$method(self_native, rhs_native);
395 let rhs_native = $native::from_ne_bytes(rhs.0); localVariable
401 let result_native = core::ops::$trait::$method(slf_native, rhs_native);
[all …]