Searched defs:div_t (Results 1 – 5 of 5) sorted by relevance
64 typedef struct { int quot, rem; } div_t; typedef
81 typedef int div_t; typedef
2062 class div_t(Structure): class
555 pub fn div(arg1: c_int, arg2: c_int) -> div_t; in div()