Searched defs:__max (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Dfold-const-declref.c7 const int __max = __negative && 0 ; local
8 __max / 0;
/external/stlport/stlport/stl/
H A D_threads.c58 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
H A D_threads.h254 static unsigned __max; member in struct:_STLP_mutex_spin

Completed in 84 milliseconds