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

  /external/clang/test/Parser/
extension.c 10 } lldiv_t; typedef in typeref:struct:__anon17639
  /bionic/libc/include/
stdlib.h 146 } lldiv_t; typedef in typeref:struct:__anon285
148 lldiv_t lldiv(long long __numerator, long long __denominator) __attribute_const__;
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
Llvm_int_lib.h 87 } lldiv_t; typedef in typeref:struct:__anon5919
  /device/linaro/bootloader/edk2/StdLib/Include/
stdlib.h 25 lldiv_t Type of the value returned by the lldiv function.
46 lldiv_t lldiv (long long numer, long long denom);
149 } lldiv_t; typedef in typeref:struct:__anon13020
356 @return Returns a structure of type lldiv_t, comprising both the
359 lldiv_t lldiv(long long numer, long long denom);
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 122 } lldiv_t; typedef in typeref:struct:__anon5040
131 lldiv_t lldiv(long long, long long) __pure2;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2078 class lldiv_t(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2078 class lldiv_t(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2078 class lldiv_t(Structure): class in inherits:Structure
    [all...]

Completed in 102 milliseconds