Home
last modified time | relevance | path

Searched refs:Dc (Results 1 – 12 of 12) sorted by relevance

/openbsd/games/sail/
H A Dmisc.c134 int Dr, Dc, i; in gunsbear() local
138 Dc = to->file->col - from->file->col; in gunsbear()
140 if ((ang = angle(Dr, Dc) - from->file->dir + 1) < 1) in gunsbear()
147 Dc += dc[to->file->dir]; in gunsbear()
157 int Dr, Dc; in portside() local
160 Dc = on->file->col - from->file->col; in portside()
163 Dc += dc[on->file->dir]; in portside()
165 ang = angle(Dr, Dc); in portside()
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2717.crt11 Dc++Ja6pqwZSNsiD0XYgqrmfrfuHnAg/qnVdcMtEcR2sPhb0hHD/Gn8Yv/XFJcVW
H A D3538.key10 Dc+sqyJhqzQhN7Qv5ccGXLbTr45YNxcNskhQ4SUUAhLlTvmbvfAeSLAFYCoFSOev
H A D2905.key4 NR8l884FaOvg5dwwup16/bULc3teKVo1+LHhoNq5lOPAXH15PP/Dc+ZCBN3byROv
H A D1749.key13 1Dc/TKECgYEA2t+PgH/eLR0wqSYeimzaffV2j927WlgdIDDjYk7L7tTTZSEbTu+9
H A D2934.chain19 9TSyIGOgdMEUv7tCc8Qgf5AN7BAEBzSElhiDtIOnqcksx/5X15j4k+azlu+i3/Dc
H A D1082.chain15 Dc/LqSoLjN0MxGHjaITKUhQTDiIaTAZmAzhD98/RqDWRCUwkHn0CH6fxQIRh8zLJ
H A D2592.chain35 l7JGGX9W5wsq+Dc/UhMNSyqtSPALDT8c6EHkqA7m7263v4hErcrBj6AUUcPWRY/J
H A D803.chain36 Dc/MLk7wcCq9po/bC4SSu53Ok8t3yBSP+sMDtQG9KYWswsDlr7by8bFuI+cb6ba5
/openbsd/gnu/gcc/gcc/config/arm/
H A Dconstraints.md33 ;; in ARM state: Da, Db, Dc
146 (define_constraint "Dc"
H A Darm.md4167 (match_operand:DI 1 "di_operand" "rDa,Db,Dc,mi,r"))]
5334 (match_operand:DF 1 "soft_df_operand" "rDa,Db,Dc,mF,r"))]
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp5669 Declarator Dc(DS, ParsedAttributesView::none(), DeclaratorContext::Member); in BuildAnonymousStructOrUnion() local
5670 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); in BuildAnonymousStructOrUnion()
5682 ProcessDeclAttributes(S, Anon, Dc); in BuildAnonymousStructOrUnion()
5766 Declarator Dc(DS, ParsedAttributesView::none(), DeclaratorContext::TypeName); in BuildMicrosoftCAnonymousStruct() local
5767 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); in BuildMicrosoftCAnonymousStruct()