Searched refs:lldiv_t (Results 1 - 4 of 4) sorted by path

/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure7599 # Check for the existence in <stdlib.h> of lldiv_t, et. al.
7625 lldiv_t mydivt;
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdlib.h164 using ::lldiv_t;
179 inline lldiv_t
181 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
206 using ::__gnu_cxx::lldiv_t;
/freebsd-10.0-release/include/
H A Dstdlib.h133 } lldiv_t; typedef in typeref:struct:__anon5333
142 lldiv_t lldiv(long long, long long) __pure2;
/freebsd-10.0-release/lib/libc/stdlib/
H A Dlldiv.c33 lldiv_t
36 lldiv_t retval;

Completed in 307 milliseconds