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

1 2 3 45

  /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/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:__anon46277
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:__anon48013
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:__anon50383
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 756 milliseconds

1 2 3 45