Home
last modified time | relevance | path

Searched defs:_S_max (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dsemaphore_base.h57 static constexpr ptrdiff_t _S_max = SEM_VALUE_MAX; in _GLIBCXX_VISIBILITY() member
59 static constexpr ptrdiff_t _S_max = _POSIX_SEM_VALUE_MAX; in _GLIBCXX_VISIBILITY() member
187 static constexpr ptrdiff_t _S_max = __gnu_cxx::__int_traits<int>::__max; in _GLIBCXX_VISIBILITY() member
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_builtin.h1795 _S_max(_SimdWrapper<_Tp, _Np> __a, _SimdWrapper<_Tp, _Np> __b) in _S_max() function