Home
last modified time | relevance | path

Searched refs:lldiv_t (Results 1 – 9 of 9) sorted by relevance

/dragonfly/lib/libc/stdlib/
H A Dlldiv.c32 lldiv_t
35 lldiv_t retval; in lldiv()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcstdlib165 using ::lldiv_t;
180 inline lldiv_t
182 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
208 using ::__gnu_cxx::lldiv_t;
230 using std::lldiv_t;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dcstdlib162 using ::lldiv_t;
177 inline lldiv_t
179 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
205 using ::__gnu_cxx::lldiv_t;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dcstdlib200 using ::lldiv_t;
212 inline lldiv_t
214 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
240 using ::__gnu_cxx::lldiv_t;
/dragonfly/include/
H A Dstdlib.h147 } lldiv_t; typedef
156 lldiv_t lldiv(long long, long long) __pure2;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dcstdlib46 using std::lldiv_t;
H A Dcinttypes68 // Likewise, with lldiv_t div(_Longlong, _Longlong).
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dcstdlib46 using std::lldiv_t;
H A Dcinttypes68 // Likewise, with lldiv_t div(_Longlong, _Longlong).