HomeSort by: relevance | last modified time | path
    Searched defs:_S_max (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
semaphore_base.h 57 static constexpr ptrdiff_t _S_max = SEM_VALUE_MAX;
59 static constexpr ptrdiff_t _S_max = _POSIX_SEM_VALUE_MAX;
187 static constexpr ptrdiff_t _S_max = __gnu_cxx::__int_traits<int>::__max;
191 __glibcxx_assert(__count >= 0 && __count <= _S_max);
semaphore_base.h 57 static constexpr ptrdiff_t _S_max = SEM_VALUE_MAX;
59 static constexpr ptrdiff_t _S_max = _POSIX_SEM_VALUE_MAX;
187 static constexpr ptrdiff_t _S_max = __gnu_cxx::__int_traits<int>::__max;
191 __glibcxx_assert(__count >= 0 && __count <= _S_max);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
semaphore_base.h 57 static constexpr ptrdiff_t _S_max = SEM_VALUE_MAX;
59 static constexpr ptrdiff_t _S_max = _POSIX_SEM_VALUE_MAX;
187 static constexpr ptrdiff_t _S_max = __gnu_cxx::__int_traits<int>::__max;
191 __glibcxx_assert(__count >= 0 && __count <= _S_max);
semaphore_base.h 57 static constexpr ptrdiff_t _S_max = SEM_VALUE_MAX;
59 static constexpr ptrdiff_t _S_max = _POSIX_SEM_VALUE_MAX;
187 static constexpr ptrdiff_t _S_max = __gnu_cxx::__int_traits<int>::__max;
191 __glibcxx_assert(__count >= 0 && __count <= _S_max);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_scalar.h 193 // _S_min, _S_max {{{2
201 _S_max(const _Tp __a, const _Tp __b)
simd_scalar.h 193 // _S_min, _S_max {{{2
201 _S_max(const _Tp __a, const _Tp __b)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_scalar.h 193 // _S_min, _S_max {{{2
201 _S_max(const _Tp __a, const _Tp __b)
simd_scalar.h 193 // _S_min, _S_max {{{2
201 _S_max(const _Tp __a, const _Tp __b)

Completed in 47 milliseconds