Searched refs:__max (Results 1 – 5 of 5) sorted by relevance
/external/stlport/stlport/stl/ |
D | _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 { in length() argument 224 return do_length(__state, __from, __from_end, __max); in length() 260 size_t __max) const; 319 size_t __max) const { in length() argument 321 return do_length(__state, __from, __from_end, __max); in length() 359 size_t __max) const; [all …]
|
D | _threads.c | 58 unsigned _STLP_mutex_spin<__inst>::__max = _STLP_mutex_spin<__inst>::__low_max; 121 unsigned __my_spin_max = _STLP_mutex_spin<0>::__max; in _M_do_lock() 137 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__high_max; in _M_do_lock() 144 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__low_max; in _M_do_lock()
|
D | _threads.h | 254 static unsigned __max; member
|
/external/clang/test/CodeGen/ |
D | fold-const-declref.c | 7 const int __max = __negative && 0 ; in main() local 8 …__max / 0; // expected-warning{{expression result unused}} expected-warning{{division by zero is … in main()
|
/external/stlport/test/unit/ |
D | fstream_test.cpp | 658 size_t __max) const in length() 659 { return (int)min(static_cast<size_t>(__end - __from), __max); } in length()
|