HomeSort by relevance Sort by last modified time
    Searched defs:div_t (Results 1 - 6 of 6) sorted by null

  /bionic/libc/include/
stdlib.h 132 } div_t; typedef in typeref:struct:__anon283
134 div_t div(int __numerator, int __denominator) __attribute_const__;
  /device/linaro/bootloader/edk2/StdLib/Include/
stdlib.h 23 div_t Type of the value returned by the div function.
44 div_t div (int numer, int denom);
137 } div_t; typedef in typeref:struct:__anon13018
336 @return Returns a structure of type div_t, comprising both the
339 div_t div(int numer, int denom);
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 55 } div_t; typedef in typeref:struct:__anon5038
84 div_t div(int, int) __pure2;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2062 class div_t(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2062 class div_t(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2062 class div_t(Structure): class in inherits:Structure
    [all...]

Completed in 237 milliseconds