Searched defs:i64 (Results 1 – 6 of 6) sorted by relevance
23 unsafe impl super::AtomicType for i64 { global() implementation 28 unsafe impl super::AtomicAdd<i64> for i64 { global() implementation 29 rhs_into_delta(rhs: i64) -> i64 rhs_into_delta() argument 95 rhs_into_delta(rhs: u64) -> i64 rhs_into_delta() argument [all...]
18 impl private::Sealed for i64 {} global() implementation 41 impl AtomicImpl for i64 { global() implementation
215 pub(crate) fn as_nanos(&self) -> i64 { in as_nanos()403 fn mul_assign(&mut self, rhs: i64) { in mul_assign()486 pub const fn as_nanos(self) -> i64 { in as_nanos()493 pub fn as_micros_ceil(self) -> i64 { in as_micros_ceil()518 pub fn as_millis(self) -> i64 { in as_millis()534 pub fn as_millis_ceil(self) -> i64 { in as_millis_ceil()
236 uint64_t i64; in cvmx_fau_tagwait_fetch_and_add64() member
144 impl ToTokens for i64 { implementation
1167 struct m16e_i64 i64; member