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

  /src/lib/libc/stdlib/
lldiv.c 45 #include <stdlib.h> /* lldiv_t */
52 lldiv_t
55 lldiv_t r;
  /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/tests/lib/libc/stdlib/
t_div.c 82 lldiv_t lld;
  /src/include/
stdlib.h 73 } lldiv_t; typedef in typeref:struct:__anonbd9cfb580308
220 lldiv_t lldiv(long long int, long long int);

Completed in 53 milliseconds