Home
last modified time | relevance | path

Searched defs:_Max (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dshuffle.h42 static const result_type _Max = 0xFFFFFFFF; variable
81 static const result_type _Max = 0xFFFFFFFF; variable
/openbsd-src/gnu/llvm/libcxx/include/__random/
H A Drandom_device.h52 static _LIBCPP_CONSTEXPR const result_type _Max = 0xFFFFFFFFu; variable
H A Ddiscard_block_engine.h49 static const result_type _Max = _Engine::_Max; variable
H A Dindependent_bits_engine.h81 static _LIBCPP_CONSTEXPR const result_type _Max = __w == _Dt ? result_type(~0) : variable
H A Dsubtract_with_carry_engine.h79 static _LIBCPP_CONSTEXPR const result_type _Max = __w == _Dt ? result_type(~0) : variable
H A Dmersenne_twister_engine.h98 static _LIBCPP_CONSTEXPR const result_type _Max = __w == _Dt ? result_type(~0) : variable