Home
last modified time | relevance | path

Searched refs:kEnough (Results 1 – 19 of 19) sorted by relevance

/dports/devel/hyperscan/boost_1_75_0/boost/beast/zlib/detail/
H A Dinflate_stream.hpp164 static std::uint16_t constexpr kEnough = kEnoughLens + kEnoughDists; member in boost::beast::zlib::detail::inflate_stream
230 code codes_[kEnough]; // space for code tables
H A Dinflate_stream.ipp328 concerning the kEnough constants, which depend on those values */
541 kEnough isn't enough. table on return points to the next available
/dports/devel/boost-python-libs/boost_1_72_0/boost/beast/zlib/detail/
H A Dinflate_stream.hpp164 static std::uint16_t constexpr kEnough = kEnoughLens + kEnoughDists; member in boost::beast::zlib::detail::inflate_stream
230 code codes_[kEnough]; // space for code tables
H A Dinflate_stream.ipp328 concerning the kEnough constants, which depend on those values */
541 kEnough isn't enough. table on return points to the next available
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/beast/zlib/detail/
H A Dinflate_stream.hpp164 static std::uint16_t constexpr kEnough = kEnoughLens + kEnoughDists; member in boost::beast::zlib::detail::inflate_stream
230 code codes_[kEnough]; // space for code tables
H A Dinflate_stream.ipp328 concerning the kEnough constants, which depend on those values */
541 kEnough isn't enough. table on return points to the next available
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/zlib/detail/
H A Dinflate_stream.hpp164 static std::uint16_t constexpr kEnough = kEnoughLens + kEnoughDists; member in boost::beast::zlib::detail::inflate_stream
230 code codes_[kEnough]; // space for code tables
H A Dinflate_stream.ipp328 concerning the kEnough constants, which depend on those values */
541 kEnough isn't enough. table on return points to the next available
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/zlib/detail/
H A Dinflate_stream.hpp164 static std::uint16_t constexpr kEnough = kEnoughLens + kEnoughDists; member in boost::beast::zlib::detail::inflate_stream
230 code codes_[kEnough]; // space for code tables
H A Dinflate_stream.ipp328 concerning the kEnough constants, which depend on those values */
541 kEnough isn't enough. table on return points to the next available
/dports/devel/boost-libs/boost_1_72_0/boost/beast/zlib/detail/
H A Dinflate_stream.hpp164 static std::uint16_t constexpr kEnough = kEnoughLens + kEnoughDists; member in boost::beast::zlib::detail::inflate_stream
230 code codes_[kEnough]; // space for code tables
H A Dinflate_stream.ipp328 concerning the kEnough constants, which depend on those values */
541 kEnough isn't enough. table on return points to the next available
/dports/devel/boost-docs/boost_1_72_0/boost/beast/zlib/detail/
H A Dinflate_stream.hpp164 static std::uint16_t constexpr kEnough = kEnoughLens + kEnoughDists; member in boost::beast::zlib::detail::inflate_stream
230 code codes_[kEnough]; // space for code tables
H A Dinflate_stream.ipp328 concerning the kEnough constants, which depend on those values */
541 kEnough isn't enough. table on return points to the next available
/dports/devel/rapidcheck/rapidcheck-7bc7d30/test/gen/
H A DNumericTests.cpp143 static constexpr int kEnough = 5000; in exec() local
146 for (int i = 0; i < kEnough; i++) { in exec()
156 double avg = static_cast<double>(n) / kEnough; in exec()
/dports/games/widelands/widelands-build21/src/ai/
H A Ddefaultai.h84 enum class SoldiersStatus : uint8_t { kFull = 0, kEnough = 1, kShortage = 3, kBadShortage = 6 }; enumerator
H A Ddefaultai_warfare.cc664 soldier_status_ = SoldiersStatus::kEnough; in count_military_vacant_positions()
671 assert(soldier_status_ == SoldiersStatus::kFull || soldier_status_ == SoldiersStatus::kEnough || in count_military_vacant_positions()
H A Ddefaultai.cc1099 soldier_status_ = SoldiersStatus::kEnough; in late_initialization()
4502 tmp_score += (soldier_status_ == SoldiersStatus::kEnough) * 2; in check_productionsites()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/beast/zlib/detail/
H A Dinflate_stream.hpp154 static std::uint16_t constexpr kEnough = kEnoughLens + kEnoughDists;
220 code codes_[kEnough]; // space for code tables