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

1 2 34 5

  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon75142
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
stdlib.h 147 } lldiv_t; typedef in typeref:struct:__anon75937
149 extern lldiv_t lldiv(long long, long long) __pure2;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon76452
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
stdlib.h 147 } lldiv_t; typedef in typeref:struct:__anon77247
149 extern lldiv_t lldiv(long long, long long) __pure2;
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
stdlib.h 164 } lldiv_t; typedef in typeref:struct:__anon77595
166 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
stdlib.h 164 } lldiv_t; typedef in typeref:struct:__anon77959
166 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdlib.h 164 } lldiv_t; typedef in typeref:struct:__anon78323
166 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon78692
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon79092
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon79544
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon79998
167 extern lldiv_t lldiv(long long, long long);
  /bionic/libstdc++/include/
cstdlib 104 using ::lldiv_t;
  /external/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 40 lldiv_t lld;
73 static_assert((std::is_same<decltype(lldiv(0LL,0LL)), lldiv_t>::value), "");
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 106 using ::lldiv_t;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 40 lldiv_t lld;
73 static_assert((std::is_same<decltype(lldiv(0LL,0LL)), lldiv_t>::value), "");
  /ndk/sources/cxx-stl/system/include/
cstdlib 106 using ::lldiv_t;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 103 using ::lldiv_t;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib 103 using ::lldiv_t;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib 107 using ::lldiv_t;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib 107 using ::lldiv_t;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib 107 using ::lldiv_t;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib 107 using ::lldiv_t;
  /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;

Completed in 2609 milliseconds

1 2 34 5