HomeSort by relevance Sort by last modified time
    Searched defs:ldiv_t (Results 1 - 8 of 8) 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/include/
stdlib.h 139 } ldiv_t; typedef in typeref:struct:__anon284
141 ldiv_t ldiv(long __numerator, long __denominator) __attribute_const__;
  /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...]
  /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/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 60 } ldiv_t; typedef in typeref:struct:__anon5039
89 ldiv_t ldiv(long, long) __pure2;
  /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 63 milliseconds