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

1 2 3 4 5 6 7

  /external/clang/test/Parser/
extension.c 10 } lldiv_t; typedef in typeref:struct:__anon18616
  /bionic/libc/upstream-netbsd/libc/stdlib/
lldiv.c 45 #include <stdlib.h> /* lldiv_t */
52 lldiv_t
55 lldiv_t r;
  /external/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); }
  /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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdlib 33 lldiv_t // C99
69 lldiv_t div(long long numer, long long denom); // C++0X
71 lldiv_t lldiv(long long numer, long long denom); // C99
101 using ::lldiv_t;
166 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstdlib 163 using ::lldiv_t;
178 inline lldiv_t
180 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
206 using ::__gnu_cxx::lldiv_t;
228 using std::lldiv_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstdlib 163 using ::lldiv_t;
178 inline lldiv_t
180 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
206 using ::__gnu_cxx::lldiv_t;
228 using std::lldiv_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib 163 using ::lldiv_t;
178 inline lldiv_t
180 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
206 using ::__gnu_cxx::lldiv_t;
228 using std::lldiv_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib 165 using ::lldiv_t;
180 inline lldiv_t
182 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
208 using ::__gnu_cxx::lldiv_t;
230 using std::lldiv_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib 163 using ::lldiv_t;
178 inline lldiv_t
180 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
206 using ::__gnu_cxx::lldiv_t;
228 using std::lldiv_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib 165 using ::lldiv_t;
180 inline lldiv_t
182 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
208 using ::__gnu_cxx::lldiv_t;
230 using std::lldiv_t;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdlib 160 using ::lldiv_t;
175 inline lldiv_t
177 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
202 using ::__gnu_cxx::lldiv_t;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 160 using ::lldiv_t;
175 inline lldiv_t
177 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
202 using ::__gnu_cxx::lldiv_t;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 160 using ::lldiv_t;
175 inline lldiv_t
177 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
202 using ::__gnu_cxx::lldiv_t;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 160 using ::lldiv_t;
175 inline lldiv_t
177 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
202 using ::__gnu_cxx::lldiv_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstdlib 160 using ::lldiv_t;
175 inline lldiv_t
177 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
202 using ::__gnu_cxx::lldiv_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdlib 201 using ::lldiv_t;
213 inline lldiv_t
215 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
241 using ::__gnu_cxx::lldiv_t;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cinttypes 49 // Likewise, with lldiv_t div(_Longlong, _Longlong).
cstdlib 40 using std::lldiv_t;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
cinttypes 68 // Likewise, with lldiv_t div(_Longlong, _Longlong).

Completed in 2085 milliseconds

1 2 3 4 5 6 7