Home
last modified time | relevance | path

Searched refs:use_boost (Results 1 – 15 of 15) sorted by relevance

/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/
H A Dconfigure.ac615 use_boost=no
617 use_boost=yes
620 if test x$use_boost = xyes; then
667 if test x$use_boost = xyes; then
692 if test x$use_boost = xyes; then
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/
H A Dconfigure.ac615 use_boost=no
617 use_boost=yes
620 if test x$use_boost = xyes; then
667 if test x$use_boost = xyes; then
692 if test x$use_boost = xyes; then
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/
H A Dconfigure.ac615 use_boost=no
617 use_boost=yes
620 if test x$use_boost = xyes; then
667 if test x$use_boost = xyes; then
692 if test x$use_boost = xyes; then
/dports/net-p2p/litecoin/litecoin-0.18.1/
H A Dconfigure.ac925 use_boost=no
927 use_boost=yes
930 if test x$use_boost = xyes; then
983 if test x$use_boost = xyes; then
1008 if test x$use_boost = xyes; then
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/
H A Dconfigure.ac925 use_boost=no
927 use_boost=yes
930 if test x$use_boost = xyes; then
983 if test x$use_boost = xyes; then
1008 if test x$use_boost = xyes; then
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/
H A Dconfigure.ac925 use_boost=no
927 use_boost=yes
930 if test x$use_boost = xyes; then
983 if test x$use_boost = xyes; then
1008 if test x$use_boost = xyes; then
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/
H A Dconfigure.ac1161 use_boost=no
1163 use_boost=yes
1166 if test x$use_boost = xyes; then
1221 if test x$use_boost = xyes; then
1246 if test x$use_boost = xyes; then
/dports/databases/arrow/apache-arrow-6.0.1/dev/tasks/linux-packages/apache-arrow/yum/
H A Darrow.spec.in43 %define use_boost (!%{is_amazon_linux})
71 %if %{use_boost}
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/
H A Dconfigure.ac1286 use_boost=no
1288 use_boost=yes
1291 if test x$use_boost = xyes; then
1331 if test x$use_boost = xyes; then
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/
H A Dconfigure.ac1286 use_boost=no
1288 use_boost=yes
1291 if test x$use_boost = xyes; then
1331 if test x$use_boost = xyes; then
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/
H A Dconfigure.ac1286 use_boost=no
1288 use_boost=yes
1291 if test x$use_boost = xyes; then
1331 if test x$use_boost = xyes; then
/dports/net-p2p/bitcoin/bitcoin-22.0/
H A Dconfigure.ac1399 use_boost=no
1401 use_boost=yes
1404 if test x$use_boost = xyes; then
1439 if test x$use_boost = xyes; then
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/
H A Dconfigure.ac1399 use_boost=no
1401 use_boost=yes
1404 if test x$use_boost = xyes; then
1439 if test x$use_boost = xyes; then
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/
H A Dconfigure.ac1399 use_boost=no
1401 use_boost=yes
1404 if test x$use_boost = xyes; then
1439 if test x$use_boost = xyes; then
/dports/games/angband/Angband-4.2.2/src/
H A Deffects.c103 int effect_calculate_value(effect_handler_context_t *context, bool use_boost) in effect_calculate_value() argument
114 if (use_boost) { in effect_calculate_value()