HomeSort by relevance Sort by last modified time
    Searched full:__glibcxx_max (Results 1 - 24 of 24) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
numeric_traits.h 48 #define __glibcxx_max(_Tp) \ macro
57 static const _Value __max = __glibcxx_max(_Value);
80 #undef __glibcxx_max macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
numeric_traits.h 50 #define __glibcxx_max(_Tp) \ macro
59 static const _Value __max = __glibcxx_max(_Value);
82 #undef __glibcxx_max macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
numeric_traits.h 50 #define __glibcxx_max(_Tp) \ macro
59 static const _Value __max = __glibcxx_max(_Value);
82 #undef __glibcxx_max macro
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric_traits.h 48 #define __glibcxx_max(_Tp) \ macro
57 static const _Value __max = __glibcxx_max(_Value);
80 #undef __glibcxx_max macro
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric_traits.h 48 #define __glibcxx_max(_Tp) \ macro
57 static const _Value __max = __glibcxx_max(_Value);
80 #undef __glibcxx_max macro
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric_traits.h 48 #define __glibcxx_max(_Tp) \ macro
57 static const _Value __max = __glibcxx_max(_Value);
80 #undef __glibcxx_max macro
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
numeric_traits.h 48 #define __glibcxx_max(_Tp) \ macro
57 static const _Value __max = __glibcxx_max(_Value);
80 #undef __glibcxx_max macro
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
numeric_traits.h 50 #define __glibcxx_max(_Tp) \ macro
59 static const _Value __max = __glibcxx_max(_Value);
82 #undef __glibcxx_max macro
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
numeric_traits.h 50 #define __glibcxx_max(_Tp) \ macro
59 static const _Value __max = __glibcxx_max(_Value);
82 #undef __glibcxx_max macro
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
numeric_traits.h 50 #define __glibcxx_max(_Tp) \ macro
59 static const _Value __max = __glibcxx_max(_Value);
82 #undef __glibcxx_max macro
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
numeric_traits.h 50 #define __glibcxx_max(_Tp) \ macro
59 static const _Value __max = __glibcxx_max(_Value);
82 #undef __glibcxx_max macro
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
numeric_traits.h 50 #define __glibcxx_max(_Tp) \ macro
59 static const _Value __max = __glibcxx_max(_Value);
82 #undef __glibcxx_max macro
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
limits 132 (__glibcxx_signed (T) ? -__glibcxx_max (T) - 1 : (T)0)
134 #define __glibcxx_max(T) \
448 max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max(char); }
658 max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max (wchar_t); }
727 max() noexcept { return __glibcxx_max (char16_t); }
788 max() noexcept { return __glibcxx_max (char32_t); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
limits 132 (__glibcxx_signed (T) ? -__glibcxx_max (T) - 1 : (T)0)
134 #define __glibcxx_max(T) \
448 max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max(char); }
658 max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max (wchar_t); }
727 max() noexcept { return __glibcxx_max (char16_t); }
788 max() noexcept { return __glibcxx_max (char32_t); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
limits 131 (__glibcxx_signed (T) ? -__glibcxx_max (T) - 1 : (T)0)
133 #define __glibcxx_max(T) \
448 max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max(char); }
658 max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max (wchar_t); }
727 max() noexcept { return __glibcxx_max (char16_t); }
788 max() noexcept { return __glibcxx_max (char32_t); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
limits 134 #define __glibcxx_max(T) \
369 { return __glibcxx_max(char); }
522 { return __glibcxx_max (wchar_t); }
574 { return __glibcxx_max (char16_t); }
625 { return __glibcxx_max (char32_t); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
limits 134 #define __glibcxx_max(T) \
448 max() throw() { return __glibcxx_max(char); }
652 max() throw() { return __glibcxx_max (wchar_t); }
721 max() throw() { return __glibcxx_max (char16_t); }
791 max() throw() { return __glibcxx_max (char32_t); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
limits 134 #define __glibcxx_max(T) \
448 max() throw() { return __glibcxx_max(char); }
652 max() throw() { return __glibcxx_max (wchar_t); }
721 max() throw() { return __glibcxx_max (char16_t); }
791 max() throw() { return __glibcxx_max (char32_t); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
limits 134 #define __glibcxx_max(T) \
369 { return __glibcxx_max(char); }
522 { return __glibcxx_max (wchar_t); }
574 { return __glibcxx_max (char16_t); }
625 { return __glibcxx_max (char32_t); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
limits 134 #define __glibcxx_max(T) \
369 { return __glibcxx_max(char); }
522 { return __glibcxx_max (wchar_t); }
574 { return __glibcxx_max (char16_t); }
625 { return __glibcxx_max (char32_t); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
limits 134 #define __glibcxx_max(T) \
369 { return __glibcxx_max(char); }
522 { return __glibcxx_max (wchar_t); }
574 { return __glibcxx_max (char16_t); }
625 { return __glibcxx_max (char32_t); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
limits 134 #define __glibcxx_max(T) \
369 { return __glibcxx_max(char); }
522 { return __glibcxx_max (wchar_t); }
574 { return __glibcxx_max (char16_t); }
625 { return __glibcxx_max (char32_t); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
limits 134 #define __glibcxx_max(T) \
448 max() throw() { return __glibcxx_max(char); }
652 max() throw() { return __glibcxx_max (wchar_t); }
721 max() throw() { return __glibcxx_max (char16_t); }
791 max() throw() { return __glibcxx_max (char32_t); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
limits 134 #define __glibcxx_max(T) \
448 max() throw() { return __glibcxx_max(char); }
652 max() throw() { return __glibcxx_max (wchar_t); }
721 max() throw() { return __glibcxx_max (char16_t); }
791 max() throw() { return __glibcxx_max (char32_t); }
    [all...]

Completed in 772 milliseconds