Searched refs:Board (Results 1 – 25 of 33) sorted by relevance
12
/external/clang/test/SemaCXX/ |
D | constexpr-nqueens.cpp | 5 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() function 13 constexpr Board addQueen(int Row, int Col) { 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/e2fsprogs/debian/ |
D | libss2.copyright | 12 Copyright 1987, 1988 by the Student Information Processing Board
|
D | libcomerr2.copyright | 11 Copyright 1987, 1988 by the Student Information Processing Board
|
D | copyright | 35 Copyright 1987 by the Student Information Processing Board
|
/external/mesa3d/docs/ |
D | RELNOTES-3.1 | 81 Multiple simultaneous textures. (ARB = Architecture Review Board)
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 36 Copyright (C) 1987, 1988 Student Information Processing Board of the 71 @center MIT Student Information Processing Board 96 Board of the Massachusetts Institute of Technology. 526 Zanarotti and several others of MIT's Student Information Processing Board,
|
/external/tcpdump/ |
D | INSTALL.txt | 227 print-wb.c - White Board printer routines
|
/external/libexif/po/ |
D | en_AU.po | 5181 msgid "White Board" 5182 msgstr "White Board"
|
D | en_GB.po | 5181 msgid "White Board" 5182 msgstr "White Board"
|
D | libexif-12.pot | 4785 msgid "White Board"
|
D | uk.po | 4788 msgid "White Board"
|
D | sq.po | 4789 msgid "White Board"
|
D | pt.po | 4789 msgid "White Board"
|
D | be.po | 4789 msgid "White Board"
|
D | tr.po | 4789 msgid "White Board"
|
D | ja.po | 4809 msgid "White Board"
|
D | en_CA.po | 4839 msgid "White Board"
|
D | ru.po | 4975 msgid "White Board"
|
D | zh_CN.po | 4789 msgid "White Board"
|
D | sr.po | 5000 msgid "White Board"
|
D | fr.po | 5205 msgid "White Board"
|
D | pt_BR.po | 4812 msgid "White Board"
|
D | sv.po | 4886 msgid "White Board"
|
D | cs.po | 4918 msgid "White Board"
|
D | bs.po | 5173 msgid "White Board"
|
12