Searched refs:div_rem_64 (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/nix/src/sys/ | ||
H A D | time.rs | 696 match div_rem_64(this, other) { in div_floor_64() 711 fn div_rem_64(this: i64, other: i64) -> (i64, i64) { in div_rem_64() functions |
Completed in 2 milliseconds