Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/include/ | |
aeabi.h | 132 typedef struct { long long quot; long long rem; } lldiv_t; typedef in typeref:struct:__anon22e5a4520108 133 __value_in_regs lldiv_t __aeabi_ldivmod(long long n, long long d); // signed long long division and remainder, {q, r} = n / d [2] |
/src/include/ | |
stdlib.h | 73 } lldiv_t; typedef in typeref:struct:__anonbd9cfb580308 220 lldiv_t lldiv(long long int, long long int); |