Home
last modified time | relevance | path

Searched refs:hgs (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dhdrgen.d149 this.hgs = hgs; in this()
810 this.hgs = hgs; in this()
1177 if (hgs.hdrgen || hgs.fullDump) in visit()
1713 if (hgs.hdrgen && !hgs.tpltMember) in visit()
1729 if (hgs.hdrgen && !hgs.tpltMember) in visit()
1804 this.hgs = hgs; in this()
1960 if (hgs.hdrgen || hgs.ddoc) in visit()
2082 else if (hgs !is null && hgs.ddoc) in visit()
2641 this.hgs = hgs; in this()
2722 this.hgs = hgs; in this()
[all …]
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame_highscores.cpp74 return msg << hgs.player << hgs.land << hgs.localtime << hgs.days << hgs.rating; in operator <<()
79 return msg >> hgs.player >> hgs.land >> hgs.localtime >> hgs.days >> hgs.rating; in operator >>()
420 const hgs_t & hgs = *it1; in RedrawList() local
422 text.Set( hgs.player ); in RedrawList()
425 text.Set( hgs.land ); in RedrawList()
476 HGSData hgs; in HighScores() local
484 hgs.populateHighScoresStandard(); in HighScores()
485 hgs.Save( highScoreDataPath ); in HighScores()
494 hgs.RedrawList( top.x, top.y ); in HighScores()
516 hgs.Save( highScoreDataPath ); in HighScores()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dhdrgen.h31 void toCBuffer(Statement *s, OutBuffer *buf, HdrGenState *hgs);
32 void toCBuffer(Type *t, OutBuffer *buf, Identifier *ident, HdrGenState *hgs);
33 void toCBuffer(Dsymbol *s, OutBuffer *buf, HdrGenState *hgs);
34 void toCBuffer(Initializer *iz, OutBuffer *buf, HdrGenState *hgs);
35 void toCBuffer(Expression *e, OutBuffer *buf, HdrGenState *hgs);
36 void toCBuffer(TemplateParameter *tp, OutBuffer *buf, HdrGenState *hgs);
40 void functionToBufferFull(TypeFunction *tf, OutBuffer *buf, Identifier *ident, HdrGenState* hgs, Te…
H A Dhdrgen.c55 HdrGenState hgs; in genhdrfile() local
56 hgs.hdrgen = true; in genhdrfile()
76 HdrGenState hgs; in moduleToBuffer() local
85 HdrGenState *hgs; variable
90 : buf(buf), hgs(hgs), declstring(false), inEnumDecl(NULL) in PrettyPrintVisitor()
873 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPostfix()
927 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPrefix()
1395 if (hgs->hdrgen || hgs->fullDump) in visit()
2009 if (hgs->hdrgen && !hgs->tpltMember) in visit()
2392 if (hgs->hdrgen || hgs->ddoc) in visit()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dhdrgen.h31 void toCBuffer(Statement *s, OutBuffer *buf, HdrGenState *hgs);
32 void toCBuffer(Type *t, OutBuffer *buf, Identifier *ident, HdrGenState *hgs);
33 void toCBuffer(Dsymbol *s, OutBuffer *buf, HdrGenState *hgs);
34 void toCBuffer(Initializer *iz, OutBuffer *buf, HdrGenState *hgs);
35 void toCBuffer(Expression *e, OutBuffer *buf, HdrGenState *hgs);
36 void toCBuffer(TemplateParameter *tp, OutBuffer *buf, HdrGenState *hgs);
40 void functionToBufferFull(TypeFunction *tf, OutBuffer *buf, Identifier *ident, HdrGenState* hgs, Te…
H A Dhdrgen.c55 HdrGenState hgs; in genhdrfile() local
56 hgs.hdrgen = true; in genhdrfile()
76 HdrGenState hgs; in moduleToBuffer() local
85 HdrGenState *hgs; variable
90 : buf(buf), hgs(hgs), declstring(false), inEnumDecl(NULL) in PrettyPrintVisitor()
903 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPostfix()
957 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPrefix()
1451 if (hgs->hdrgen || hgs->fullDump) in visit()
2069 if (hgs->hdrgen && !hgs->tpltMember) in visit()
2452 if (hgs->hdrgen || hgs->ddoc) in visit()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dhdrgen.h31 void toCBuffer(Statement *s, OutBuffer *buf, HdrGenState *hgs);
32 void toCBuffer(Type *t, OutBuffer *buf, Identifier *ident, HdrGenState *hgs);
33 void toCBuffer(Dsymbol *s, OutBuffer *buf, HdrGenState *hgs);
34 void toCBuffer(Initializer *iz, OutBuffer *buf, HdrGenState *hgs);
35 void toCBuffer(Expression *e, OutBuffer *buf, HdrGenState *hgs);
36 void toCBuffer(TemplateParameter *tp, OutBuffer *buf, HdrGenState *hgs);
40 void functionToBufferFull(TypeFunction *tf, OutBuffer *buf, Identifier *ident, HdrGenState* hgs, Te…
H A Dhdrgen.c55 HdrGenState hgs; in genhdrfile() local
56 hgs.hdrgen = true; in genhdrfile()
76 HdrGenState hgs; in moduleToBuffer() local
85 HdrGenState *hgs; variable
90 : buf(buf), hgs(hgs), declstring(false), inEnumDecl(NULL) in PrettyPrintVisitor()
903 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPostfix()
957 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPrefix()
1451 if (hgs->hdrgen || hgs->fullDump) in visit()
2069 if (hgs->hdrgen && !hgs->tpltMember) in visit()
2452 if (hgs->hdrgen || hgs->ddoc) in visit()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dhdrgen.h31 void toCBuffer(Statement *s, OutBuffer *buf, HdrGenState *hgs);
32 void toCBuffer(Type *t, OutBuffer *buf, Identifier *ident, HdrGenState *hgs);
33 void toCBuffer(Dsymbol *s, OutBuffer *buf, HdrGenState *hgs);
34 void toCBuffer(Initializer *iz, OutBuffer *buf, HdrGenState *hgs);
35 void toCBuffer(Expression *e, OutBuffer *buf, HdrGenState *hgs);
36 void toCBuffer(TemplateParameter *tp, OutBuffer *buf, HdrGenState *hgs);
40 void functionToBufferFull(TypeFunction *tf, OutBuffer *buf, Identifier *ident, HdrGenState* hgs, Te…
H A Dhdrgen.c55 HdrGenState hgs; in genhdrfile() local
56 hgs.hdrgen = true; in genhdrfile()
76 HdrGenState hgs; in moduleToBuffer() local
85 HdrGenState *hgs; variable
90 : buf(buf), hgs(hgs), declstring(false), inEnumDecl(NULL) in PrettyPrintVisitor()
873 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPostfix()
927 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPrefix()
1395 if (hgs->hdrgen || hgs->fullDump) in visit()
2009 if (hgs->hdrgen && !hgs->tpltMember) in visit()
2392 if (hgs->hdrgen || hgs->ddoc) in visit()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dhdrgen.h31 void toCBuffer(Statement *s, OutBuffer *buf, HdrGenState *hgs);
32 void toCBuffer(Type *t, OutBuffer *buf, Identifier *ident, HdrGenState *hgs);
33 void toCBuffer(Dsymbol *s, OutBuffer *buf, HdrGenState *hgs);
34 void toCBuffer(Initializer *iz, OutBuffer *buf, HdrGenState *hgs);
35 void toCBuffer(Expression *e, OutBuffer *buf, HdrGenState *hgs);
36 void toCBuffer(TemplateParameter *tp, OutBuffer *buf, HdrGenState *hgs);
40 void functionToBufferFull(TypeFunction *tf, OutBuffer *buf, Identifier *ident, HdrGenState* hgs, Te…
H A Dhdrgen.c55 HdrGenState hgs; in genhdrfile() local
56 hgs.hdrgen = true; in genhdrfile()
76 HdrGenState hgs; in moduleToBuffer() local
85 HdrGenState *hgs; variable
90 : buf(buf), hgs(hgs), declstring(false), inEnumDecl(NULL) in PrettyPrintVisitor()
903 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPostfix()
957 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPrefix()
1451 if (hgs->hdrgen || hgs->fullDump) in visit()
2069 if (hgs->hdrgen && !hgs->tpltMember) in visit()
2452 if (hgs->hdrgen || hgs->ddoc) in visit()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dhdrgen.h31 void toCBuffer(Statement *s, OutBuffer *buf, HdrGenState *hgs);
32 void toCBuffer(Type *t, OutBuffer *buf, Identifier *ident, HdrGenState *hgs);
33 void toCBuffer(Dsymbol *s, OutBuffer *buf, HdrGenState *hgs);
34 void toCBuffer(Initializer *iz, OutBuffer *buf, HdrGenState *hgs);
35 void toCBuffer(Expression *e, OutBuffer *buf, HdrGenState *hgs);
36 void toCBuffer(TemplateParameter *tp, OutBuffer *buf, HdrGenState *hgs);
40 void functionToBufferFull(TypeFunction *tf, OutBuffer *buf, Identifier *ident, HdrGenState* hgs, Te…
H A Dhdrgen.c55 HdrGenState hgs; in genhdrfile() local
56 hgs.hdrgen = true; in genhdrfile()
76 HdrGenState hgs; in moduleToBuffer() local
85 HdrGenState *hgs; variable
90 : buf(buf), hgs(hgs), declstring(false), inEnumDecl(NULL) in PrettyPrintVisitor()
873 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPostfix()
927 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPrefix()
1395 if (hgs->hdrgen || hgs->fullDump) in visit()
2009 if (hgs->hdrgen && !hgs->tpltMember) in visit()
2392 if (hgs->hdrgen || hgs->ddoc) in visit()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dhdrgen.h31 void toCBuffer(Statement *s, OutBuffer *buf, HdrGenState *hgs);
32 void toCBuffer(Type *t, OutBuffer *buf, Identifier *ident, HdrGenState *hgs);
33 void toCBuffer(Dsymbol *s, OutBuffer *buf, HdrGenState *hgs);
34 void toCBuffer(Initializer *iz, OutBuffer *buf, HdrGenState *hgs);
35 void toCBuffer(Expression *e, OutBuffer *buf, HdrGenState *hgs);
36 void toCBuffer(TemplateParameter *tp, OutBuffer *buf, HdrGenState *hgs);
40 void functionToBufferFull(TypeFunction *tf, OutBuffer *buf, Identifier *ident, HdrGenState* hgs, Te…
H A Dhdrgen.c55 HdrGenState hgs; in genhdrfile() local
56 hgs.hdrgen = true; in genhdrfile()
76 HdrGenState hgs; in moduleToBuffer() local
85 HdrGenState *hgs; variable
90 : buf(buf), hgs(hgs), declstring(false), inEnumDecl(NULL) in PrettyPrintVisitor()
903 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPostfix()
957 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPrefix()
1462 if (hgs->hdrgen || hgs->fullDump) in visit()
2122 if (hgs->hdrgen && !hgs->tpltMember) in visit()
2523 if (hgs->hdrgen || hgs->ddoc) in visit()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dhdrgen.h31 void toCBuffer(Statement *s, OutBuffer *buf, HdrGenState *hgs);
32 void toCBuffer(Type *t, OutBuffer *buf, Identifier *ident, HdrGenState *hgs);
33 void toCBuffer(Dsymbol *s, OutBuffer *buf, HdrGenState *hgs);
34 void toCBuffer(Initializer *iz, OutBuffer *buf, HdrGenState *hgs);
35 void toCBuffer(Expression *e, OutBuffer *buf, HdrGenState *hgs);
36 void toCBuffer(TemplateParameter *tp, OutBuffer *buf, HdrGenState *hgs);
40 void functionToBufferFull(TypeFunction *tf, OutBuffer *buf, Identifier *ident, HdrGenState* hgs, Te…
H A Dhdrgen.c55 HdrGenState hgs; in genhdrfile() local
56 hgs.hdrgen = true; in genhdrfile()
76 HdrGenState hgs; in moduleToBuffer() local
85 HdrGenState *hgs; variable
90 : buf(buf), hgs(hgs), declstring(false), inEnumDecl(NULL) in PrettyPrintVisitor()
903 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPostfix()
957 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPrefix()
1462 if (hgs->hdrgen || hgs->fullDump) in visit()
2122 if (hgs->hdrgen && !hgs->tpltMember) in visit()
2523 if (hgs->hdrgen || hgs->ddoc) in visit()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dhdrgen.h31 void toCBuffer(Statement *s, OutBuffer *buf, HdrGenState *hgs);
32 void toCBuffer(Type *t, OutBuffer *buf, Identifier *ident, HdrGenState *hgs);
33 void toCBuffer(Dsymbol *s, OutBuffer *buf, HdrGenState *hgs);
34 void toCBuffer(Initializer *iz, OutBuffer *buf, HdrGenState *hgs);
35 void toCBuffer(Expression *e, OutBuffer *buf, HdrGenState *hgs);
36 void toCBuffer(TemplateParameter *tp, OutBuffer *buf, HdrGenState *hgs);
40 void functionToBufferFull(TypeFunction *tf, OutBuffer *buf, Identifier *ident, HdrGenState* hgs, Te…
H A Dhdrgen.c55 HdrGenState hgs; in genhdrfile() local
56 hgs.hdrgen = true; in genhdrfile()
76 HdrGenState hgs; in moduleToBuffer() local
85 HdrGenState *hgs; variable
90 : buf(buf), hgs(hgs), declstring(false), inEnumDecl(NULL) in PrettyPrintVisitor()
903 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPostfix()
957 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPrefix()
1462 if (hgs->hdrgen || hgs->fullDump) in visit()
2122 if (hgs->hdrgen && !hgs->tpltMember) in visit()
2523 if (hgs->hdrgen || hgs->ddoc) in visit()
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/cddadecoder/
H A Dconfig.h43 #define MSF2UINT(hgs) ((hgs[1] * FRAMES_PER_MINUTE) + (hgs[2] * FRAMES_PER_SECOND) + (hgs[3])) argument
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/hdl/hgs/refs/
H A DReferenceToFunc.java6 package de.neemann.digital.hdl.hgs.refs;
8 import de.neemann.digital.hdl.hgs.Context;
9 import de.neemann.digital.hdl.hgs.HGSEvalException;
10 import de.neemann.digital.hdl.hgs.Expression;
11 import de.neemann.digital.hdl.hgs.function.InnerFunction;
H A DReferenceToStruct.java6 package de.neemann.digital.hdl.hgs.refs;
8 import de.neemann.digital.hdl.hgs.Context;
9 import de.neemann.digital.hdl.hgs.HGSEvalException;
10 import de.neemann.digital.hdl.hgs.HGSMap;
11 import de.neemann.digital.hdl.hgs.Value;
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/hdl/hgs/function/
H A DInnerFunction.java6 package de.neemann.digital.hdl.hgs.function;
8 import de.neemann.digital.hdl.hgs.Context;
9 import de.neemann.digital.hdl.hgs.HGSEvalException;
10 import de.neemann.digital.hdl.hgs.Expression;
H A DFunction.java6 package de.neemann.digital.hdl.hgs.function;
8 import de.neemann.digital.hdl.hgs.Context;
9 import de.neemann.digital.hdl.hgs.HGSEvalException;
10 import de.neemann.digital.hdl.hgs.Expression;

12345678910