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

/haiku/headers/posix/
H A Ddiv_t.h22 } lldiv_t; typedef in typeref:struct:__anon554
H A Dstdlib.h165 extern lldiv_t lldiv(long long numerator, long long denominator);
/haiku/src/system/libroot/posix/stdlib/
H A Ddiv.c48 lldiv_t
51 lldiv_t val;
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h120 } lldiv_t; typedef in typeref:struct:__anon208
754 /* Return the `div_t', `ldiv_t' or `lldiv_t' representation
765 __extension__ extern lldiv_t lldiv (long long int __numer,

Completed in 39 milliseconds