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

1 2 3 4 5 6

  /external/clang/test/CodeGen/
fold-const-declref.c 7 const int __max = __negative && 0 ; local
8 __max / 0; // expected-warning{{expression result unused}} expected-warning{{division by zero is undefined}}
  /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
_codecvt.h 105 size_t __max) const {
107 return do_length(__state, __from, __from_end, __max);
150 size_t __max) const
151 { return (int)(min) ( __STATIC_CAST(size_t, (__end - __from)), __max); }
222 size_t __max) const {
224 return do_length(__state, __from, __from_end, __max);
260 size_t __max) const;
319 size_t __max) const {
321 return do_length(__state, __from, __from_end, __max);
359 size_t __max) const
    [all...]
  /prebuilts/ndk/current/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
_codecvt.h 105 size_t __max) const {
107 return do_length(__state, __from, __from_end, __max);
150 size_t __max) const
151 { return (int)(min) ( __STATIC_CAST(size_t, (__end - __from)), __max); }
222 size_t __max) const {
224 return do_length(__state, __from, __from_end, __max);
260 size_t __max) const;
319 size_t __max) const {
321 return do_length(__state, __from, __from_end, __max);
359 size_t __max) const
    [all...]
  /external/libcxx/src/support/solaris/
xlocale.c 58 size_t __max, mbstate_t *__ps, locale_t __loc) {
59 return mbrtowc(__pwc, __pmb, __max, __ps);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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
vstring_util.h 171 if (__d > __numeric_traits_integer<int>::__max)
172 return __numeric_traits_integer<int>::__max;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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
vstring_util.h 171 if (__d > __numeric_traits_integer<int>::__max)
172 return __numeric_traits_integer<int>::__max;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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
vstring_util.h 171 if (__d > __numeric_traits_integer<int>::__max)
172 return __numeric_traits_integer<int>::__max;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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
vstring_util.h 171 if (__d > __numeric_traits_integer<int>::__max)
172 return __numeric_traits_integer<int>::__max;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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;
codecvt.h 215 const extern_type* __end, size_t __max) const
216 { return this->do_length(__state, __from, __end, __max); }
260 const extern_type* __end, size_t __max) const = 0;
329 const extern_type* __end, size_t __max) const;
389 const extern_type* __end, size_t __max) const;
449 const extern_type* __end, size_t __max) const;
istream.tcc 135 else if (__l > __gnu_cxx::__numeric_traits<short>::__max)
138 __n = __gnu_cxx::__numeric_traits<short>::__max;
180 else if (__l > __gnu_cxx::__numeric_traits<int>::__max)
183 __n = __gnu_cxx::__numeric_traits<int>::__max;
522 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max
534 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max;
579 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max
592 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max;
599 < __gnu_cxx::__numeric_traits<streamsize>::__max)
973 __num = __gnu_cxx::__numeric_traits<streamsize>::__max;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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;
codecvt.h 215 const extern_type* __end, size_t __max) const
216 { return this->do_length(__state, __from, __end, __max); }
260 const extern_type* __end, size_t __max) const = 0;
329 const extern_type* __end, size_t __max) const;
389 const extern_type* __end, size_t __max) const;
449 const extern_type* __end, size_t __max) const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.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;
codecvt.h 215 const extern_type* __end, size_t __max) const
216 { return this->do_length(__state, __from, __end, __max); }
260 const extern_type* __end, size_t __max) const = 0;
329 const extern_type* __end, size_t __max) const;
389 const extern_type* __end, size_t __max) const;
449 const extern_type* __end, size_t __max) const;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/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;
codecvt.h 215 const extern_type* __end, size_t __max) const
216 { return this->do_length(__state, __from, __end, __max); }
260 const extern_type* __end, size_t __max) const = 0;
329 const extern_type* __end, size_t __max) const;
389 const extern_type* __end, size_t __max) const;
449 const extern_type* __end, size_t __max) const;
  /external/compiler-rt/lib/builtins/
int_math.h 85 #define crt_fmax(x, y) __max((x), (y))
86 #define crt_fmaxf(x, y) __max((x), (y))
87 #define crt_fmaxl(x, y) __max((x), (y))
  /external/flac/libFLAC/include/private/
macros.h 60 #define flac_max(a,b) __max(a,b)

Completed in 1209 milliseconds

1 2 3 4 5 6