HomeSort by relevance Sort by last modified time
    Searched defs:__max (Results 26 - 40 of 40) sorted by null

12

  /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;
  /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;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tempbuf.h 89 const ptrdiff_t __max = local
90 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp);
91 if (__len > __max)
92 __len = __max;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tempbuf.h 89 const ptrdiff_t __max = local
90 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp);
91 if (__len > __max)
92 __len = __max;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/9/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;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.h 254 static unsigned __max; member in struct:_STLP_mutex_spin
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_threads.h 254 static unsigned __max; member in struct:_STLP_mutex_spin
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_threads.h 254 static unsigned __max; member in struct:_STLP_mutex_spin
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_threads.h 254 static unsigned __max; member in struct:_STLP_mutex_spin
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_threads.h 254 static unsigned __max; member in struct:_STLP_mutex_spin
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_threads.h 254 static unsigned __max; member in struct:_STLP_mutex_spin
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 112 #define __max(a,b) (((a) > (b)) ? (a) : (b)) macro

Completed in 1124 milliseconds

12