HomeSort by: relevance | last modified time | path
    Searched refs:lldiv_t (Results 1 - 9 of 9) 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:__anon1057
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/external/apache2/llvm/dist/libcxx/include/
stdlib.h 37 lldiv_t // C99
73 lldiv_t div(long long numer, long long denom); // C++0X
75 lldiv_t lldiv(long long numer, long long denom); // C99
146 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stdlib.d 77 struct lldiv_t
208 lldiv_t lldiv(long numer, long denom);
  /src/include/
stdlib.h 73 } lldiv_t; typedef in typeref:struct:__anon167
220 lldiv_t lldiv(long long int, long long int);
  /src/external/bsd/libarchive/dist/libarchive/
archive_time.c 134 lldiv_t tdiv;
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17839 # Check for the existence in <stdlib.h> of lldiv_t, et. al.
17853 lldiv_t mydivt;
17889 lldiv_t mydivt;
18995 # Check for the existence in <stdlib.h> of lldiv_t, et. al.
19009 lldiv_t mydivt;
19045 lldiv_t mydivt;
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17654 # Check for the existence in <stdlib.h> of lldiv_t, et. al.
17668 lldiv_t mydivt;
17704 lldiv_t mydivt;
18330 # Check for the existence in <stdlib.h> of lldiv_t, et. al.
18344 lldiv_t mydivt;
18380 lldiv_t mydivt;
    [all...]

Completed in 66 milliseconds