Searched defs:div_t (Results 1 – 2 of 2) sorted by relevance
144 pub struct div_t { struct145 pub quot: c_int,146 pub rem: c_int,1322 pub fn div(num: c_int, den: c_int) -> div_t; in div()
547 pub fn div(arg1: c_int, arg2: c_int) -> div_t; in div()