Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dshuffle.h41 static const result_type _Max = 0xFFFFFFFF; variable
80 static const result_type _Max = 0xFFFFFFFF; global() variable
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Drandom_device.h52 static _LIBCPP_CONSTEXPR const result_type _Max = 0xFFFFFFFFu; global() variable
H A Ddiscard_block_engine.h51 static const result_type _Max = _Engine::_Max; variable
H A Dindependent_bits_engine.h84 static _LIBCPP_CONSTEXPR const result_type _Max = __w == _Dt ? result_type(~0) : global() variable
H A Dsubtract_with_carry_engine.h78 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR result_type max() { return _Max; } variable
H A Dmersenne_twister_engine.h97 static _LIBCPP_CONSTEXPR const result_type _Max = __w == _Dt ? result_type(~0) : global() variable
[all...]