HomeSort by relevance Sort by last modified time
    Searched refs:lldiv_t (Results 101 - 113 of 113) sorted by null

1 2 3 45

  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdlib 107 using ::lldiv_t;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdlib 107 using ::lldiv_t;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdlib 106 using ::lldiv_t;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib 106 using ::lldiv_t;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdlib 106 using ::lldiv_t;
  /external/chromium_org/third_party/cython/src/Cython/Includes/libc/
stdlib.pxd 62 ctypedef struct lldiv_t:
65 lldiv_t lldiv (long long int numerator, long long int denominator)
  /external/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 40 std::lldiv_t lld;
75 static_assert((std::is_same<decltype(std::div(0LL,0LL)), std::lldiv_t>::value), "");
77 static_assert((std::is_same<decltype(std::lldiv(0LL,0LL)), std::lldiv_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 40 std::lldiv_t lld;
75 static_assert((std::is_same<decltype(std::div(0LL,0LL)), std::lldiv_t>::value), "");
77 static_assert((std::is_same<decltype(std::lldiv(0LL,0LL)), std::lldiv_t>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdlib.h 122 } lldiv_t; typedef in typeref:struct:__anon26308
777 /* Return the `div_t', `ldiv_t' or `lldiv_t' representation
788 __extension__ extern lldiv_t lldiv (long long int __numer,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 122 } lldiv_t; typedef in typeref:struct:__anon28044
777 /* Return the `div_t', `ldiv_t' or `lldiv_t' representation
788 __extension__ extern lldiv_t lldiv (long long int __numer,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 626 typedef struct { __MINGW_EXTENSION long long quot, rem; } lldiv_t; typedef in typeref:struct:__anon30414
628 __MINGW_EXTENSION lldiv_t __cdecl lldiv(long long, long long);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2078 class lldiv_t(Structure): class in inherits:Structure
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2078 class lldiv_t(Structure): class in inherits:Structure
    [all...]

Completed in 617 milliseconds

1 2 3 45