HomeSort by: relevance | last modified time | path
    Searched defs:lldiv_t (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 12 milliseconds