Searched defs:lldiv_t (Results 1 – 6 of 6) sorted by relevance
10 } lldiv_t; typedef
66 typedef struct { long long quot, rem; } lldiv_t; typedef
83 typedef int lldiv_t; typedef
2078 class lldiv_t(Structure): class
600 pub fn lldiv(arg1: c_longlong, arg2: c_longlong) -> lldiv_t; in lldiv()