Home
last modified time | relevance | path

Searched refs:SUITS (Results 1 – 25 of 31) sorted by relevance

12

/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/pcg32/
H A Dpcg32-demo.cpp86 enum { SUITS = 4, NUMBERS = 13, CARDS = 52 }; in main() enumerator
99 printf(" %c%c", number[cards[i] / SUITS], suit[cards[i] % SUITS]); in main()
/dports/net/tcpkali/tcpkali-1.1.1/deps/pcg-c-basic/
H A Dpcg32-global-demo.c111 enum { SUITS = 4, NUMBERS = 13, CARDS = 52 }; in main() enumerator
129 printf(" %c%c", number[cards[i] / SUITS], suit[cards[i] % SUITS]); in main()
H A Dpcg32-demo.c115 enum { SUITS = 4, NUMBERS = 13, CARDS = 52 }; in main() enumerator
133 printf(" %c%c", number[cards[i] / SUITS], suit[cards[i] % SUITS]); in main()
H A Dpcg32x2-demo.c173 enum { SUITS = 4, NUMBERS = 13, CARDS = 52 }; in main() enumerator
191 printf(" %c%c", number[cards[i] / SUITS], suit[cards[i] % SUITS]); in main()
/dports/devel/pcg-cpp/pcg-cpp-0.98.1-59-g5b5cac8/test-high/
H A Dpcg-test-noadvance.cpp137 enum { SUITS = 4, NUMBERS = 13, CARDS = 52 }; in main() enumerator
150 cout << " " << number[card / SUITS] << suit[card % SUITS]; in main()
H A Dpcg-test.cpp149 enum { SUITS = 4, NUMBERS = 13, CARDS = 52 }; in main() enumerator
162 cout << " " << number[card / SUITS] << suit[card % SUITS]; in main()
/dports/games/freecell-solver/freecell-solver-6.2.0/scripts/
H A Dgen-c-lookup-files.pl104 my @SUITS = ( 0 .. $NUM_SUITS - 1 );
123 my $NUM_PARENT_CARDS = make_card( $MAX_RANK, $SUITS[-1] ) + 1;
133 foreach my $parent_suit (@SUITS)
166 foreach my $child_suit (@SUITS)
228 } @SUITS
/dports/devel/pcg-cpp/pcg-cpp-0.98.1-59-g5b5cac8/sample/
H A Dpcg-demo.cpp150 enum { SUITS = 4, NUMBERS = 13, CARDS = 52 }; in main() enumerator
172 cout << " " << number[card / SUITS] << suit[card % SUITS]; in main()
/dports/games/black-hole-solver/black-hole-solver-1.10.1/scripts/
H A Dgen-c-lookup-files.pl14 my @SUITS = ( 0 .. $NUM_SUITS - 1 );
33 my $NUM_PARENT_CARDS = make_card( $MAX_RANK, $SUITS[-1] ) + 1;
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/
H A Dutil.py45 SUITS = (_("Club"), _("Spade"), _("Heart"), _("Diamond")) variable
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/games/
H A Dgolf.py53 RANKS, SUITS, \
777 t = SUITS[0]
784 t = SUITS[suit]
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/games/ultra/
H A Dhanafuda_common.py40 SUITS = (_("Pine"), _("Plum"), _("Cherry"), _("Wisteria"), variable in AbstractFlowerGame
H A Dhanafuda.py85 text=self.SUITS[i])
380 text = self.SUITS[i]
H A Dhanafuda1.py273 t = self.SUITS[self.base_card.suit]
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/jansson/cmake/
H A DFindSphinx.cmake71 # AND AGAINST ANY AND ALL CLAIMS, SUITS, ACTIONS, DEMANDS AND JUDGMENTS ARISING
/dports/devel/jansson/jansson-2.14/cmake/
H A DFindSphinx.cmake71 # AND AGAINST ANY AND ALL CLAIMS, SUITS, ACTIONS, DEMANDS AND JUDGMENTS ARISING
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/RedfishPkg/Library/JsonLib/jansson/cmake/
H A DFindSphinx.cmake71 # AND AGAINST ANY AND ALL CLAIMS, SUITS, ACTIONS, DEMANDS AND JUDGMENTS ARISING
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/jansson-fd3e9e3/cmake/
H A DFindSphinx.cmake71 # AND AGAINST ANY AND ALL CLAIMS, SUITS, ACTIONS, DEMANDS AND JUDGMENTS ARISING
/dports/net/haproxy20/haproxy-2.0.26/
H A DBRANCHES121 STICK TO THE BRANCH THAT SUITS YOUR NEEDS AND APPLY ALL UPDATES.
/dports/net/haproxy22/haproxy-2.2.19/
H A DBRANCHES121 STICK TO THE BRANCH THAT SUITS YOUR NEEDS AND APPLY ALL UPDATES.
/dports/net/haproxy/haproxy-2.4.10/
H A DBRANCHES121 STICK TO THE BRANCH THAT SUITS YOUR NEEDS AND APPLY ALL UPDATES.
/dports/net/haproxy23/haproxy-2.3.16/
H A DBRANCHES121 STICK TO THE BRANCH THAT SUITS YOUR NEEDS AND APPLY ALL UPDATES.
/dports/net/haproxy21/haproxy-2.1.12/
H A DBRANCHES121 STICK TO THE BRANCH THAT SUITS YOUR NEEDS AND APPLY ALL UPDATES.
/dports/net/nuster/nuster-5.0.4.21/
H A DBRANCHES121 STICK TO THE BRANCH THAT SUITS YOUR NEEDS AND APPLY ALL UPDATES.
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/games/special/
H A Dtarock.py214 SUITS = (_("Wand"), _("Sword"), _("Cup"), _("Coin"), _("Trump")) variable in Tarock_GameMethods

12