HomeSort by relevance Sort by last modified time
    Searched defs:__max (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/test/CodeGen/
fold-const-declref.c 7 const int __max = __negative && 0 ; local
8 __max / 0;
  /external/stlport/stlport/stl/
_threads.c 58 unsigned _STLP_mutex_spin<__inst>::__max = _STLP_mutex_spin<__inst>::__low_max; member in class:__inst
121 unsigned __my_spin_max = _STLP_mutex_spin<0>::__max;
137 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__high_max; member in class:_STLP_mutex_spin
144 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__low_max; member in class:_STLP_mutex_spin
_threads.h 254 static unsigned __max; member in struct:_STLP_mutex_spin
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.c 58 unsigned _STLP_mutex_spin<__inst>::__max = _STLP_mutex_spin<__inst>::__low_max; member in class:__inst
121 unsigned __my_spin_max = _STLP_mutex_spin<0>::__max;
137 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__high_max; member in class:_STLP_mutex_spin
144 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__low_max; member in class:_STLP_mutex_spin
_threads.h 254 static unsigned __max; member in struct:_STLP_mutex_spin
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_threads.c 58 unsigned _STLP_mutex_spin<__inst>::__max = _STLP_mutex_spin<__inst>::__low_max; member in class:__inst
121 unsigned __my_spin_max = _STLP_mutex_spin<0>::__max;
137 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__high_max; member in class:_STLP_mutex_spin
144 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__low_max; member in class:_STLP_mutex_spin
_threads.h 254 static unsigned __max; member in struct:_STLP_mutex_spin
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_threads.c 58 unsigned _STLP_mutex_spin<__inst>::__max = _STLP_mutex_spin<__inst>::__low_max; member in class:__inst
121 unsigned __my_spin_max = _STLP_mutex_spin<0>::__max;
137 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__high_max; member in class:_STLP_mutex_spin
144 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__low_max; member in class:_STLP_mutex_spin
_threads.h 254 static unsigned __max; member in struct:_STLP_mutex_spin
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_threads.c 58 unsigned _STLP_mutex_spin<__inst>::__max = _STLP_mutex_spin<__inst>::__low_max; member in class:__inst
121 unsigned __my_spin_max = _STLP_mutex_spin<0>::__max;
137 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__high_max; member in class:_STLP_mutex_spin
144 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__low_max; member in class:_STLP_mutex_spin
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_threads.c 58 unsigned _STLP_mutex_spin<__inst>::__max = _STLP_mutex_spin<__inst>::__low_max; member in class:__inst
121 unsigned __my_spin_max = _STLP_mutex_spin<0>::__max;
137 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__high_max; member in class:_STLP_mutex_spin
144 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__low_max; member in class:_STLP_mutex_spin
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tempbuf.h 87 const ptrdiff_t __max = local
88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp);
89 if (__len > __max)
90 __len = __max;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
numeric_traits.h 57 static const _Value __max = __glibcxx_max(_Value); member in struct:__numeric_traits_integer
69 const _Value __numeric_traits_integer<_Value>::__max; member in class:__numeric_traits_integer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
numeric_traits.h 59 static const _Value __max = __glibcxx_max(_Value); member in struct:__numeric_traits_integer
71 const _Value __numeric_traits_integer<_Value>::__max; member in class:__numeric_traits_integer
  /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 59 static const _Value __max = __glibcxx_max(_Value); member in struct:__numeric_traits_integer
71 const _Value __numeric_traits_integer<_Value>::__max; member in class:__numeric_traits_integer
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h 87 const ptrdiff_t __max = local
88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp);
89 if (__len > __max)
90 __len = __max;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric_traits.h 57 static const _Value __max = __glibcxx_max(_Value); member in struct:__numeric_traits_integer
69 const _Value __numeric_traits_integer<_Value>::__max; member in class:__numeric_traits_integer
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h 87 const ptrdiff_t __max = local
88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp);
89 if (__len > __max)
90 __len = __max;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric_traits.h 57 static const _Value __max = __glibcxx_max(_Value); member in struct:__numeric_traits_integer
69 const _Value __numeric_traits_integer<_Value>::__max; member in class:__numeric_traits_integer
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h 87 const ptrdiff_t __max = local
88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp);
89 if (__len > __max)
90 __len = __max;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric_traits.h 57 static const _Value __max = __glibcxx_max(_Value); member in struct:__numeric_traits_integer
69 const _Value __numeric_traits_integer<_Value>::__max; member in class:__numeric_traits_integer
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h 87 const ptrdiff_t __max = local
88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp);
89 if (__len > __max)
90 __len = __max;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric_traits.h 57 static const _Value __max = __glibcxx_max(_Value); member in struct:__numeric_traits_integer
69 const _Value __numeric_traits_integer<_Value>::__max; member in class:__numeric_traits_integer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_tempbuf.h 88 const ptrdiff_t __max = local
89 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp);
90 if (__len > __max)
91 __len = __max;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_tempbuf.h 88 const ptrdiff_t __max = local
89 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp);
90 if (__len > __max)
91 __len = __max;

Completed in 494 milliseconds

1 2