Home
last modified time | relevance | path

Searched defs:board (Results 76 – 100 of 2893) sorted by relevance

12345678910>>...116

/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/board/cadence/xtfpga/
H A Dxtfpga.c25 const char *board = "XT_AV60"; variable
28 const char *board = "XT_AV110"; variable
31 const char *board = "XT_AV200"; variable
34 const char *board = "XT_ML605"; variable
37 const char *board = "XT_KC705"; variable
40 const char *board = "<unknown>"; variable
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/board/cadence/xtfpga/
H A Dxtfpga.c25 const char *board = "XT_AV60"; variable
28 const char *board = "XT_AV110"; variable
31 const char *board = "XT_AV200"; variable
34 const char *board = "XT_ML605"; variable
37 const char *board = "XT_KC705"; variable
40 const char *board = "<unknown>"; variable
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/board/cadence/xtfpga/
H A Dxtfpga.c25 const char *board = "XT_AV60"; variable
28 const char *board = "XT_AV110"; variable
31 const char *board = "XT_AV200"; variable
34 const char *board = "XT_ML605"; variable
37 const char *board = "XT_KC705"; variable
40 const char *board = "<unknown>"; variable
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/board/cadence/xtfpga/
H A Dxtfpga.c25 const char *board = "XT_AV60"; variable
28 const char *board = "XT_AV110"; variable
31 const char *board = "XT_AV200"; variable
34 const char *board = "XT_ML605"; variable
37 const char *board = "XT_KC705"; variable
40 const char *board = "<unknown>"; variable
/dports/sysutils/u-boot-tools/u-boot-2020.07/board/cadence/xtfpga/
H A Dxtfpga.c27 const char *board = "XT_AV60"; variable
30 const char *board = "XT_AV110"; variable
33 const char *board = "XT_AV200"; variable
36 const char *board = "XT_ML605"; variable
39 const char *board = "XT_KC705"; variable
42 const char *board = "<unknown>"; variable
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/board/cadence/xtfpga/
H A Dxtfpga.c25 const char *board = "XT_AV60"; variable
28 const char *board = "XT_AV110"; variable
31 const char *board = "XT_AV200"; variable
34 const char *board = "XT_ML605"; variable
37 const char *board = "XT_KC705"; variable
40 const char *board = "<unknown>"; variable
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dsort.cpp523 void history_good(int move, const board_t * board) { in history_good()
550 void history_bad(int move, const board_t * board) { in history_bad()
576 void history_very_bad(int move, const board_t * board) { in history_very_bad()
602 void history_tried(int move, const board_t * board) { in history_tried()
620 void history_success(int move, const board_t * board) { in history_success()
636 bool history_reduction(int move, const board_t * board) { in history_reduction()
787 static int capture_value(int move, const board_t * board) { in capture_value()
811 static int quiet_move_value(int move, const board_t * board) { in quiet_move_value()
846 static int history_prob(int move, const board_t * board) { in history_prob()
904 static int mvv_lva(int move, const board_t * board) { in mvv_lva()
[all …]
/dports/games/polyglot/polyglot-1.4.70b/
H A Dmove.c105 bool move_is_capture(int move, const board_t * board) { in move_is_capture()
127 bool move_is_en_passant(int move, const board_t * board) { in move_is_en_passant()
138 bool move_is_castle(int move, const board_t * board) { in move_is_castle()
148 int move_piece(int move, const board_t * board) { in move_piece()
158 int move_capture(int move, const board_t * board) { in move_capture()
172 int move_promote(int move, const board_t * board) { in move_promote()
190 bool move_is_check(int move, const board_t * board) { in move_is_check()
206 bool move_is_mate(int move, const board_t * board) { in move_is_mate()
222 bool move_to_can(int move, const board_t * board, char string[], int size) { in move_to_can()
277 int move_from_can(const char string[], const board_t * board) { in move_from_can()
[all …]
/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Dmove.cpp127 bool move_is_capture(int move, const board_t * board) { in move_is_capture()
149 bool move_is_en_passant(int move, const board_t * board) { in move_is_en_passant()
160 bool move_is_castle(int move, const board_t * board) { in move_is_castle()
170 int move_piece(int move, const board_t * board) { in move_piece()
180 int move_capture(int move, const board_t * board) { in move_capture()
194 int move_promote(int move, const board_t * board) { in move_promote()
212 bool move_is_check(int move, const board_t * board) { in move_is_check()
228 bool move_is_mate(int move, const board_t * board) { in move_is_mate()
244 bool move_to_can(int move, const board_t * board, char string[], int size) { in move_to_can()
299 int move_from_can(const char string[], const board_t * board) { in move_from_can()
[all …]
/dports/games/dreamchess/dreamchess-0.3.0/dreamer/src/
H A Dboard.c37 static void add_piece(board_t *board, int square, int piece) in add_piece()
54 static void remove_piece(board_t *board, int square, int piece) in remove_piece()
72 void setup_board(board_t *board) { in setup_board()
112 int setup_board_fen(board_t *board, char *fen) { in setup_board_fen()
255 void clear_board(board_t *board) { in clear_board()
267 int find_black_piece(board_t *board, int square) { in find_black_piece()
292 int find_white_piece(board_t *board, int square) { in find_white_piece()
317 void execute_move(board_t *board, move_t move) { in execute_move()
558 void unmake_move(board_t *board, move_t move, bitboard_t old_en_passant, int old_castle_flags, int … in unmake_move()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/user/project/
H A Dissue_board.md429 ### Edit an issue
451 ### Create a new list
460 ### Remove a list
472 ### Add issues to a list
486 ### Remove an issue from a list
497 ### Filter issues
524 ### Create workflows
562 ### Move issues and lists
590 ### Multi-select issue cards
611 ### First time using an issue board
/dports/www/py-django-cms/django-cms-3.7.1/docs/contributing/
H A Ddevelopment-community.rst169 Role
185 Composition of the board
208 .. _security@django-cms.org: mailto:security@django-cms.org
209 .. _django-cms-developers: https://groups.google.com/group/django-cms-developers
210 .. _freenode: http://freenode.net/
211 .. _@djangocms: https://twitter.com/djangocms
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Utils/lutils/
H A Dldraw.py6 def testFifty(board): argument
33 def testMaterial(board): argument
66 def testPlayerMatingMaterial(board, color): argument
80 def test(board): argument
/dports/games/scid/scid/src/polyglot/
H A Dmove.cpp109 bool move_is_capture(int move, const board_t * board) { in move_is_capture()
131 bool move_is_en_passant(int move, const board_t * board) { in move_is_en_passant()
142 bool move_is_castle(int move, const board_t * board) { in move_is_castle()
152 int move_piece(int move, const board_t * board) { in move_piece()
162 int move_capture(int move, const board_t * board) { in move_capture()
176 int move_promote(int move, const board_t * board) { in move_promote()
194 bool move_is_check(int move, const board_t * board) { in move_is_check()
210 bool move_is_mate(int move, const board_t * board) { in move_is_mate()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/boards/lists/
H A Dbase_create_service.rb10 def execute(board) argument
40 def target(board) argument
51 def next_position(board) argument
56 def create_list(board, type, target, position) argument
64 def create_backlog(board) argument
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/doc/android/
H A Dbcb.rst96 .. [1] https://android.googlesource.com/platform/bootable/recovery
97 .. [2] https://source.android.com/devices/bootloader
98 .. [3] https://patchwork.ozlabs.org/patch/746835/
100 .. [4] https://source.android.com/devices/bootloader/boot-reason
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/doc/android/
H A Dbcb.rst96 .. [1] https://android.googlesource.com/platform/bootable/recovery
97 .. [2] https://source.android.com/devices/bootloader
98 .. [3] https://patchwork.ozlabs.org/patch/746835/
100 .. [4] https://source.android.com/devices/bootloader/boot-reason
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/doc/android/
H A Dbcb.rst96 .. [1] https://android.googlesource.com/platform/bootable/recovery
97 .. [2] https://source.android.com/devices/bootloader
98 .. [3] https://patchwork.ozlabs.org/patch/746835/
100 .. [4] https://source.android.com/devices/bootloader/boot-reason
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/doc/android/
H A Dbcb.rst96 .. [1] https://android.googlesource.com/platform/bootable/recovery
97 .. [2] https://source.android.com/devices/bootloader
98 .. [3] https://patchwork.ozlabs.org/patch/746835/
100 .. [4] https://source.android.com/devices/bootloader/boot-reason
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/doc/android/
H A Dbcb.rst96 .. [1] https://android.googlesource.com/platform/bootable/recovery
97 .. [2] https://source.android.com/devices/bootloader
98 .. [3] https://patchwork.ozlabs.org/patch/746835/
100 .. [4] https://source.android.com/devices/bootloader/boot-reason
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/doc/android/
H A Dbcb.rst96 .. [1] https://android.googlesource.com/platform/bootable/recovery
97 .. [2] https://source.android.com/devices/bootloader
98 .. [3] https://patchwork.ozlabs.org/patch/746835/
100 .. [4] https://source.android.com/devices/bootloader/boot-reason
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/doc/android/
H A Dbcb.rst96 .. [1] https://android.googlesource.com/platform/bootable/recovery
97 .. [2] https://source.android.com/devices/bootloader
98 .. [3] https://patchwork.ozlabs.org/patch/746835/
100 .. [4] https://source.android.com/devices/bootloader/boot-reason
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/doc/android/
H A Dbcb.rst96 .. [1] https://android.googlesource.com/platform/bootable/recovery
97 .. [2] https://source.android.com/devices/bootloader
98 .. [3] https://patchwork.ozlabs.org/patch/746835/
100 .. [4] https://source.android.com/devices/bootloader/boot-reason
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/doc/android/
H A Dbcb.rst96 .. [1] https://android.googlesource.com/platform/bootable/recovery
97 .. [2] https://source.android.com/devices/bootloader
98 .. [3] https://patchwork.ozlabs.org/patch/746835/
100 .. [4] https://source.android.com/devices/bootloader/boot-reason
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/doc/android/
H A Dbcb.rst96 .. [1] https://android.googlesource.com/platform/bootable/recovery
97 .. [2] https://source.android.com/devices/bootloader
98 .. [3] https://patchwork.ozlabs.org/patch/746835/
100 .. [4] https://source.android.com/devices/bootloader/boot-reason

12345678910>>...116