Home
last modified time | relevance | path

Searched refs:Board (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/external/clang/test/SemaCXX/
Dconstexpr-nqueens.cpp5 struct Board { struct
9 constexpr Board() : State(0), Failed(false) {} in Board() function
10 constexpr Board(const Board &O) : State(O.State), Failed(O.Failed) {} in Board() argument
11 constexpr Board(uint64_t State, bool Failed = false) : in Board() function
13 constexpr Board addQueen(int Row, int Col) const { in addQueen() argument
14 return Board(State | ((uint64_t)Row << (Col * 4))); in addQueen()
35 constexpr Board buildBoardRecurse(int N, int Col, const Board &B); argument
36 constexpr Board buildBoardScan(int N, int Col, int Row, const Board &B);
37 constexpr Board tryBoard(const Board &Try, in tryBoard()
38 int N, int Col, int Row, const Board &B) { in tryBoard()
[all …]
/external/u-boot/arch/arm/mach-kirkwood/
DKconfig8 bool "Marvell OpenRD Board"
11 bool "DreamPlug Board"
17 bool "GuruPlug Board"
20 bool "SheevaPlug Board"
23 bool "lsxl Board"
26 bool "pogo_e02 Board"
29 bool "dns325 Board"
32 bool "iconnect Board"
35 bool "KM Kirkwood Board"
39 bool "LaCie 2Big Network v2 NAS Board"
[all …]
/external/u-boot/arch/mips/mach-ath79/
DKconfig46 prompt "Board select"
49 bool "AP121 Reference Board"
53 bool "AP143 Reference Board"
57 bool "AP152 Reference Board"
61 bool "TP-Link WDR4300 Board"
/external/u-boot/arch/arm/mach-sti/
DKconfig12 Support for 96Board STiH410-B2260 based on STMicrolectronics
13 STiH410 soc. This board complies with 96Board Open Platform
16 - On-Board USB combo WiFi/Bluetooth RTL8723BU
/external/u-boot/board/ti/common/
DKconfig2 bool "Support for Board detection for TI platforms"
8 int "Board EEPROM's I2C bus address"
14 hex "Board EEPROM's I2C chip address"
/external/u-boot/doc/arch/
Dsh.rst38 Board specific code is in board/ms7750se
49 Board specific code is in board/ms7722se
61 Board specific code is in board/ms7720se
72 Board specific code is in board/r7780mp
/external/u-boot/arch/powerpc/dts/gdsys/
Dgazerbeam-base.dtsi103 /* PPC-Board */
111 /* IO-Board */
125 /* MC2/SC-Board */
133 /* MC4-Board */
/external/u-boot/tools/
Dnetconsole30 echo Board out port: ${board_out_port}
31 echo Board in port: ${board_in_port}
/external/u-boot/arch/mips/mach-jz47xx/
DKconfig16 prompt "Board select"
19 bool "Creator CI20 Reference Board"
/external/u-boot/arch/arm/dts/
Dkirkwood-db-88f6281.dts3 * Marvell DB-88F6281-BP Development Board Setup
16 model = "Marvell DB-88F6281-BP Development Board";
Dkirkwood-openrd-base.dts3 * Marvell OpenRD Base Board Description
8 * base variant of the Marvell Kirkwood Development Board.
Dkirkwood-openrd-ultimate.dts3 * Marvell OpenRD Ultimate Board Description
8 * ultimate variant of the Marvell Kirkwood Development Board.
Duniphier-pro5-4kbox.dts3 * Device Tree Source for UniPhier Pro5 4KBOX Board (EVB-Pro5-4KBOX-M-V0)
13 model = "UniPhier Pro5 4KBOX Board";
Dhi6220-hikey.dts2 * dts file for Hisilicon HiKey Development Board
16 model = "HiKey Development Board";
Duniphier-ld4-ref.dts3 // Device Tree Source for UniPhier LD4 Reference Board
14 model = "UniPhier LD4 Reference Board";
Duniphier-sld8-ref.dts3 // Device Tree Source for UniPhier sLD8 Reference Board
14 model = "UniPhier sLD8 Reference Board";
Duniphier-ld11-ref.dts3 // Device Tree Source for UniPhier LD11 Reference Board
14 model = "UniPhier LD11 Reference Board";
Duniphier-ld20-ref.dts3 // Device Tree Source for UniPhier LD20 Reference Board
14 model = "UniPhier LD20 Reference Board";
Duniphier-pro4-sanji.dts3 // Device Tree Source for UniPhier Pro4 Sanji Board
12 model = "UniPhier Pro4 Sanji Board";
Dkirkwood-openrd-client.dts3 * Marvell OpenRD Client Board Description
8 * client variant of the Marvell Kirkwood Development Board.
Duniphier-ld6b-ref.dts3 // Device Tree Source for UniPhier LD6b Reference Board
14 model = "UniPhier LD6b Reference Board";
Duniphier-pro4-ace.dts3 // Device Tree Source for UniPhier Pro4 Ace Board
12 model = "UniPhier Pro4 Ace Board";
/external/u-boot/arch/arm/mach-zynqmp-r5/
DKconfig6 string "Board name"
17 string "Board configuration name"
/external/u-boot/board/coreboot/coreboot/
DKconfig23 hex "Board specific Cache-As-RAM (CAR) address"
29 hex "Board specific Cache-As-RAM (CAR) size"
/external/u-boot/arch/arm/mach-snapdragon/
DKconfig20 96Board Open Platform Specifications. Features:
33 96Board Open Platform Specifications. Features:

12345678910>>...14