HomeSort by relevance Sort by last modified time
    Searched refs:ldiv_t (Results 1 - 15 of 15) sorted by null

  /external/u-boot/lib/
ldiv.c 9 } ldiv_t; typedef in typeref:struct:__anon47942
10 /* Return the `ldiv_t' representation of NUMER over DENOM. */
11 ldiv_t
14 ldiv_t result;
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
ldiv.c 34 #include <stdlib.h> /* ldiv_t */
36 ldiv_t
39 ldiv_t r;
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Xdiv.c 5 The div, ldiv, and lldiv functions return a structure of type div_t, ldiv_t,
25 #include <stdlib.h> /* div_t, ldiv_t, lldiv_t */
47 ldiv_t
50 ldiv_t r;
  /external/libcxx/include/
stdlib.h 37 ldiv_t
73 ldiv_t div( long numer, long denom);
75 ldiv_t ldiv( long numer, long denom);
116 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div( long __x, long __y) _NOEXCEPT {return ldiv(__x, __y);}
  /external/u-boot/disk/
part_mac.c 28 } ldiv_t; typedef in typeref:struct:__anon47172
29 extern ldiv_t ldiv (long int __numer, long int __denom);
73 ldiv_t mb, gb;
  /device/linaro/bootloader/edk2/StdLib/Include/
stdlib.h 24 ldiv_t Type of the value returned by the ldiv function.
45 ldiv_t ldiv (long numer, long denom);
143 } ldiv_t; typedef in typeref:struct:__anon13019
346 @return Returns a structure of type ldiv_t, comprising both the
349 ldiv_t ldiv(long numer, long denom);
    [all...]
  /bionic/tests/headers/posix/
stdlib_h.c 44 TYPE(ldiv_t);
98 FUNCTION(ldiv, ldiv_t (*f)(long, long));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 60 } ldiv_t; typedef in typeref:struct:__anon5039
89 ldiv_t ldiv(long, long) __pure2;
  /external/libcxx/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 71 ldiv_t ld; ((void)ld);
110 static_assert((std::is_same<decltype(ldiv(0L,0L)), ldiv_t>::value), "");
  /external/libcxx/test/std/language.support/support.runtime/
cstdlib.pass.cpp 59 test_div_struct<std::ldiv_t, long>();
100 static_assert((std::is_same<decltype(std::div(0L,0L)), std::ldiv_t>::value), "");
102 static_assert((std::is_same<decltype(std::ldiv(0L,0L)), std::ldiv_t>::value), "");
  /bionic/libc/include/
stdlib.h 139 } ldiv_t; typedef in typeref:struct:__anon284
141 ldiv_t ldiv(long __numerator, long __denominator) __attribute_const__;
  /bionic/tests/
inttypes_test.cpp 211 ldiv_t r;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2070 class ldiv_t(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2070 class ldiv_t(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2070 class ldiv_t(Structure): class in inherits:Structure
    [all...]

Completed in 754 milliseconds