HomeSort by relevance Sort by last modified time
    Searched refs:lldiv_t (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/clang/test/Parser/
extension.c 10 } lldiv_t; typedef in typeref:struct:__anon7770
  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
lldiv.c 45 #include <stdlib.h> /* lldiv_t */
52 lldiv_t
55 lldiv_t r;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 49 typedef ::lldiv_t lldiv_t; typedef in namespace:std
96 using _STLP_VENDOR_CSTD::lldiv_t;
100 using ::lldiv_t;
152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x, __y); }
155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 49 typedef ::lldiv_t lldiv_t; typedef in namespace:std
96 using _STLP_VENDOR_CSTD::lldiv_t;
100 using ::lldiv_t;
152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x, __y); }
155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); }
  /bionic/libc/include/
stdlib.h 155 } lldiv_t; typedef in typeref:struct:__anon215
157 extern lldiv_t lldiv(long long, long long) __pure2;
  /development/ndk/platforms/android-16/include/
stdlib.h 168 } lldiv_t; typedef in typeref:struct:__anon1364
170 extern lldiv_t lldiv(long long, long long);
  /development/ndk/platforms/android-21/include/
stdlib.h 147 } lldiv_t; typedef in typeref:struct:__anon2164
149 extern lldiv_t lldiv(long long, long long) __pure2;
  /development/ndk/platforms/android-3/include/
stdlib.h 164 } lldiv_t; typedef in typeref:struct:__anon2504
166 extern lldiv_t lldiv(long long, long long);
  /development/ndk/platforms/android-8/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon2558
167 extern lldiv_t lldiv(long long, long long);
  /development/ndk/platforms/android-9/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon2745
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon45183
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon45636
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon46091
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon46499
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon46959
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon47421
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon47831
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon48293
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon48757
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon49167
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon49629
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
stdlib.h 165 } lldiv_t; typedef in typeref:struct:__anon50093
167 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
stdlib.h 168 } lldiv_t; typedef in typeref:struct:__anon50503
170 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
stdlib.h 168 } lldiv_t; typedef in typeref:struct:__anon50965
170 extern lldiv_t lldiv(long long, long long);
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
stdlib.h 168 } lldiv_t; typedef in typeref:struct:__anon51429
170 extern lldiv_t lldiv(long long, long long);

Completed in 402 milliseconds

1 2 3