Home
last modified time | relevance | path

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

12345678910

/external/clang/test/SemaCXX/
Dconstexpr-nqueens.cpp5 struct Board { struct
9 constexpr Board() : State(0), Failed(false) {} in Board() argument
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() argument
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"
42 bool "LaCie 2Big Network v2 NAS Board"
[all …]
/external/u-boot/arch/mips/mach-ath79/
DKconfig37 prompt "Board select"
40 bool "AP121 Reference Board"
44 bool "AP143 Reference Board"
48 bool "TP-Link WDR4300 Board"
/external/u-boot/board/coreboot/coreboot/
DKconfig29 string "Board configuration file"
36 string "Board Device Tree Source (dts) file"
43 hex "Board specific Cache-As-RAM (CAR) address"
49 hex "Board specific Cache-As-RAM (CAR) size"
/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"
13 hex "Board EEPROM's I2C chip address"
/external/u-boot/tools/
Dnetconsole30 echo Board out port: ${board_out_port}
31 echo Board in port: ${board_in_port}
/external/u-boot/arch/arm/mach-zynqmp-r5/
DKconfig6 string "Board name"
17 string "Board configuration name"
/external/u-boot/arch/arm/dts/
Dhi6220-hikey.dts2 * dts file for Hisilicon HiKey Development Board
16 model = "HiKey Development Board";
Dkirkwood-openrd-base.dts3 * Marvell OpenRD Base Board Description
8 * base 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";
Dkirkwood-openrd-ultimate.dts3 * Marvell OpenRD Ultimate Board Description
8 * ultimate variant of the Marvell Kirkwood 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-pxs3-ref.dts3 // Device Tree Source for UniPhier PXs3 Reference Board
13 model = "UniPhier PXs3 Reference Board";
Duniphier-pro4-ace.dts3 // Device Tree Source for UniPhier Pro4 Ace Board
12 model = "UniPhier Pro4 Ace Board";
Duniphier-pxs2-vodka.dts3 // Device Tree Source for UniPhier PXs2 Vodka Board
12 model = "UniPhier PXs2 Vodka Board";
Duniphier-pro4-ref.dts3 // Device Tree Source for UniPhier Pro4 Reference Board
14 model = "UniPhier Pro4 Reference Board";
/external/u-boot/board/intel/
DKconfig14 This is the Intel Bayley Bay Customer Reference Board. It contains an
22 This is the Intel Cherry Hill Customer Reference Board. It is in a
31 This is the Intel Cougar Canyon 2 Customer Reference Board. It
39 This is the Intel Crown Bay Customer Reference Board. It contains
/external/u-boot/arch/arm/mach-snapdragon/
DKconfig19 96Board Open Platform Specifications. Features:
32 96Board Open Platform Specifications. Features:

12345678910