Searched refs:lldiv_t (Results 1 – 12 of 12) sorted by relevance
52 lldiv_t in __weak_alias()55 lldiv_t r; in __weak_alias()
132 typedef struct { long long quot; long long rem; } lldiv_t; typedef133 __value_in_regs lldiv_t __aeabi_ldivmod(long long n, long long d); // signed long long division and…
200 using ::lldiv_t;212 inline lldiv_t214 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }240 using ::__gnu_cxx::lldiv_t;
211 using ::lldiv_t;223 inline lldiv_t225 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }251 using ::__gnu_cxx::lldiv_t;
73 } lldiv_t; typedef220 lldiv_t lldiv(long long int, long long int);
82 lldiv_t lld; in ATF_TC_BODY()
48 using std::lldiv_t;
70 // Likewise, with lldiv_t div(_Longlong, _Longlong).
991 # Check for the existence in <stdlib.h> of lldiv_t, et. al.999 lldiv_t mydivt;],1223 # Check for the existence in <stdlib.h> of lldiv_t, et. al.1231 lldiv_t mydivt;],
17668 lldiv_t mydivt;17704 lldiv_t mydivt;18344 lldiv_t mydivt;18380 lldiv_t mydivt;
5347 * include/c_shadow/bits/std_cstdlib.h (lldiv_t): Fix typo.
560 lldiv_t. Allow the use of os-specific defines while checking for