Home
last modified time | relevance | path

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

12

/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() 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/
Dlibss2.copyright12 Copyright 1987, 1988 by the Student Information Processing Board
Dlibcomerr2.copyright11 Copyright 1987, 1988 by the Student Information Processing Board
Dcopyright35 Copyright 1987 by the Student Information Processing Board
/external/mesa3d/docs/
DRELNOTES-3.181 Multiple simultaneous textures. (ARB = Architecture Review Board)
/external/e2fsprogs/lib/et/
Dcom_err.texinfo36 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/
DINSTALL.txt227 print-wb.c - White Board printer routines
/external/libexif/po/
Den_AU.po5181 msgid "White Board"
5182 msgstr "White Board"
Den_GB.po5181 msgid "White Board"
5182 msgstr "White Board"
Dlibexif-12.pot4785 msgid "White Board"
Duk.po4788 msgid "White Board"
Dsq.po4789 msgid "White Board"
Dpt.po4789 msgid "White Board"
Dbe.po4789 msgid "White Board"
Dtr.po4789 msgid "White Board"
Dja.po4809 msgid "White Board"
Den_CA.po4839 msgid "White Board"
Dru.po4975 msgid "White Board"
Dzh_CN.po4789 msgid "White Board"
Dsr.po5000 msgid "White Board"
Dfr.po5205 msgid "White Board"
Dpt_BR.po4812 msgid "White Board"
Dsv.po4886 msgid "White Board"
Dcs.po4918 msgid "White Board"
Dbs.po5173 msgid "White Board"

12