Home
last modified time | relevance | path

Searched defs:MoveList (Results 1 – 25 of 60) sorted by relevance

123

/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dmovelist.h25 struct MoveList { struct
26 int pos[MAXNEEDSTAGES];
27 int numstage;
28 fixed xpermove[MAXNEEDSTAGES], ypermove[MAXNEEDSTAGES];
29 int fromx, fromy;
30 int onstage, onpart;
31 int lastx, lasty;
32 char doneflag;
33 char direct; // MoveCharDirect was used or not
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dmove_list.h42 struct MoveList { struct
43 int32_t pos[MAXNEEDSTAGES];
44 int numstage;
45 fixed xpermove[MAXNEEDSTAGES], ypermove[MAXNEEDSTAGES];
46 int fromx, fromy;
47 int onstage, onpart;
48 int lastx, lasty;
49 int8 doneflag;
50 int8 direct; // MoveCharDirect was used or not
/dports/games/stockfish/Stockfish-sf_14/src/
H A Dmovegen.h61 struct MoveList { struct
63 explicit MoveList(const Position& pos) : last(generate<T>(pos, moveList)) {} in MoveList() argument
64 const ExtMove* begin() const { return moveList; } in begin()
65 const ExtMove* end() const { return last; } in end()
66 size_t size() const { return last - moveList; } in size()
67 bool contains(Move move) const { in contains()
/dports/games/pentobi/pentobi-19.1/libpentobi_base/
H A DMoveList.h18 using MoveList = libboardgame_base::ArrayList<Move, Move::range - 1>; variable
/dports/games/hexxagon/hexxagon-1.0.2/src/libhexx/
H A Dboard.h37 class MoveList; variable
/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_movelist.h95 MoveList() : QList<simpleMoveT>() {} in MoveList() function
/dports/games/kreversi/kreversi-21.12.3/src/
H A Dcommondefs.h66 typedef QList<KReversiMove> MoveList; typedef
/dports/games/knetwalk/knetwalk-21.12.3/src/
H A Dabstractgrid.h86 typedef QList<Move> MoveList; typedef
/dports/games/ksudoku/ksudoku-21.12.3/src/generator/
H A Dsudokuboard.h33 using MoveList = QList<Move>; variable
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/
H A DTicket.pm7442 sub MoveList { subroutine
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qmainwindow/
H A Dtst_qmainwindow.cpp1536 typedef QList<MoveSeparator> MoveList; typedef
1537 Q_DECLARE_METATYPE(MoveList) in Q_DECLARE_METATYPE() argument
/dports/games/gnushogi/gnushogi-1.4.2/gnushogi/
H A Dgenmove.c1289 MoveList(short side, short ply, in MoveList() function
/dports/lang/fpc-source/fpc-3.2.2/packages/os4units/src/
H A Dexec.pas1904 procedure MoveList(DestinationList: PList; SourceList: PList); syscall IExec 720; procedure
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp178 using MoveList = std::vector<MoveGroup>; typedef in __anon3f8d58910111::AlignVectors
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp178 using MoveList = std::vector<MoveGroup>; typedef in __anone9120ba50111::AlignVectors
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dvalues_unittest.cc432 TEST(ValuesTest, MoveList) { in TEST() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp180 using MoveList = std::vector<MoveGroup>; typedef in __anona9de621f0111::AlignVectors
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp180 using MoveList = std::vector<MoveGroup>; typedef in __anonbf50cfb50111::AlignVectors
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp180 using MoveList = std::vector<MoveGroup>; typedef in __anon2bfc8e740111::AlignVectors
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp181 using MoveList = std::vector<MoveGroup>; typedef in __anon3698e6720111::AlignVectors
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp180 using MoveList = std::vector<MoveGroup>; typedef in __anone6f41be70111::AlignVectors
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp180 using MoveList = std::vector<MoveGroup>; typedef in __anon3d6f68d30111::AlignVectors
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dvalues_unittest.cc447 TEST(ValuesTest, MoveList) { in TEST() argument
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/api/prod_tt_sasportal/v1alpha1/
H A Dprod_tt_sasportal-gen.go627 MoveList []*SasPortalDpaMoveList `json:"moveList,omitempty"` member
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/api/sasportal/v1alpha1/
H A Dsasportal-gen.go627 MoveList []*SasPortalDpaMoveList `json:"moveList,omitempty"` member

123