Home
last modified time | relevance | path

Searched refs:V_INT (Results 1 – 25 of 148) sorted by relevance

123456

/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_parse.cpp67 {"mininterest", V_INT, offsetof(alienTeamGroup_t, minInterest), 0},
68 {"maxinterest", V_INT, offsetof(alienTeamGroup_t, maxInterest), 0},
69 {"minaliencount", V_INT, offsetof(alienTeamGroup_t, minAlienCount), 0},
70 {"maxaliencount", V_INT, offsetof(alienTeamGroup_t, maxAlienCount), 0},
313 {"base_upkeep", V_INT, offsetof(salary_t, baseUpkeep), MEMBER_SIZEOF(salary_t, baseUpkeep)},
343 {"soldiers", V_INT, offsetof(campaign_t, soldiers), MEMBER_SIZEOF(campaign_t, soldiers)},
344 {"workers", V_INT, offsetof(campaign_t, workers), MEMBER_SIZEOF(campaign_t, workers)},
348 {"scientists", V_INT, offsetof(campaign_t, scientists), MEMBER_SIZEOF(campaign_t, scientists)},
349 {"pilots", V_INT, offsetof(campaign_t, pilots), MEMBER_SIZEOF(campaign_t, pilots)},
357 {"credits", V_INT, offsetof(campaign_t, credits), MEMBER_SIZEOF(campaign_t, credits)},
[all …]
H A Dcp_building.cpp102 …{"max_count", V_INT, offsetof(building_t, maxCount), MEMBER_SIZEOF(building_t, maxCount)}, /**< Ho…
106 …{"status", V_INT, offsetof(building_t, buildingStatus), MEMBER_SIZEOF(building_t, buildingStatus)}…
109 …{"fixcosts", V_INT, offsetof(building_t, fixCosts), MEMBER_SIZEOF(building_t, fixCosts)}, /**< Cos…
110 …{"varcosts", V_INT, offsetof(building_t, varCosts), MEMBER_SIZEOF(building_t, varCosts)}, /**< Cos…
111 …{"build_time", V_INT, offsetof(building_t, buildTime), MEMBER_SIZEOF(building_t, buildTime)}, /**<…
112 …{"starting_employees", V_INT, offsetof(building_t, maxEmployees), MEMBER_SIZEOF(building_t, maxEmp…
113 …{"capacity", V_INT, offsetof(building_t, capacity), MEMBER_SIZEOF(building_t, capacity)}, /**< A s…
H A Dcp_rank.cpp62 {"mind", V_INT, offsetof(rank_t, mind), MEMBER_SIZEOF(rank_t, mind)},
63 {"killed_enemies", V_INT, offsetof(rank_t, killedEnemies), MEMBER_SIZEOF(rank_t, killedEnemies)},
64 {"killed_others", V_INT, offsetof(rank_t, killedOthers), MEMBER_SIZEOF(rank_t, killedOthers)},
66 {"level", V_INT, offsetof(rank_t, level), MEMBER_SIZEOF(rank_t, level)},
H A Dcp_installation.cpp370 …{"radar_range", V_INT, offsetof(installationTemplate_t, radarRange), MEMBER_SIZEOF(installationTem…
371 …{"radar_tracking_range", V_INT, offsetof(installationTemplate_t, trackingRange), MEMBER_SIZEOF(ins…
372 …{"max_batteries", V_INT, offsetof(installationTemplate_t, maxBatteries), MEMBER_SIZEOF(installatio…
373 …{"max_ufo_stored", V_INT, offsetof(installationTemplate_t, maxUFOsStored), MEMBER_SIZEOF(installat…
374 …{"max_damage", V_INT, offsetof(installationTemplate_t, maxDamage), MEMBER_SIZEOF(installationTempl…
375 …{"cost", V_INT, offsetof(installationTemplate_t, cost), MEMBER_SIZEOF(installationTemplate_t, cost…
376 …{"buildtime", V_INT, offsetof(installationTemplate_t, buildTime), MEMBER_SIZEOF(installationTempla…
/dports/games/ufoai-data/ufoai-data-2.5_1/base/ufos/
H A Dentities.ufo46 team "UNSIGNED V_INT"
48 angle "V_INT"
73 angle "V_INT"
97 angle "V_INT"
121 team "UNSIGNED V_INT"
123 angle "V_INT"
152 angle "V_INT"
216 spawnflags "V_INT"
283 angle "SIGNED V_INT"
359 light_day "V_INT"
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/node/
H A Dui_node_abstractoption.cpp152 UI_RegisterExtradataNodeProperty(behaviour, "lineheight", V_INT, EXTRADATA_TYPE, lineHeight); in UI_RegisterAbstractOptionNode()
155 UI_RegisterExtradataNodeProperty(behaviour, "viewpos", V_INT, EXTRADATA_TYPE, scrollY.viewPos); in UI_RegisterAbstractOptionNode()
157 UI_RegisterExtradataNodeProperty(behaviour, "viewsize", V_INT, EXTRADATA_TYPE, scrollY.viewSize); in UI_RegisterAbstractOptionNode()
159 UI_RegisterExtradataNodeProperty(behaviour, "fullsize", V_INT, EXTRADATA_TYPE, scrollY.fullSize); in UI_RegisterAbstractOptionNode()
162 UI_RegisterExtradataNodeProperty(behaviour, "count", V_INT, EXTRADATA_TYPE, count); in UI_RegisterAbstractOptionNode()
H A Dui_node_abstractscrollbar.cpp41 UI_RegisterExtradataNodeProperty(behaviour, "current", V_INT, EXTRADATA_TYPE, pos); in UI_RegisterAbstractScrollbarNode()
43 UI_RegisterExtradataNodeProperty(behaviour, "viewsize", V_INT, EXTRADATA_TYPE, viewsize); in UI_RegisterAbstractScrollbarNode()
45 UI_RegisterExtradataNodeProperty(behaviour, "fullsize", V_INT, EXTRADATA_TYPE, fullsize); in UI_RegisterAbstractScrollbarNode()
H A Dui_node_rows.cpp78 UI_RegisterExtradataNodeProperty(behaviour, "lineheight", V_INT, rowsExtraData_t, lineHeight); in UI_RegisterRowsNode()
80 UI_RegisterExtradataNodeProperty(behaviour, "current", V_INT, rowsExtraData_t, current); in UI_RegisterRowsNode()
H A Dui_node_abstractscrollable.cpp208 UI_RegisterExtradataNodeProperty(behaviour, "viewpos", V_INT, EXTRADATA_TYPE, scrollY.viewPos); in UI_RegisterAbstractScrollableNode()
210 UI_RegisterExtradataNodeProperty(behaviour, "viewsize", V_INT, EXTRADATA_TYPE, scrollY.viewSize); in UI_RegisterAbstractScrollableNode()
212 UI_RegisterExtradataNodeProperty(behaviour, "fullsize", V_INT, EXTRADATA_TYPE, scrollY.fullSize); in UI_RegisterAbstractScrollableNode()
H A Dui_node_text.cpp571 …UI_RegisterExtradataNodeProperty(behaviour, "lineselected", V_INT, textExtraData_t, textLineSelect… in UI_RegisterTextNode()
585 UI_RegisterExtradataNodeProperty(behaviour, "lineheight", V_INT, textExtraData_t, lineHeight); in UI_RegisterTextNode()
587 UI_RegisterExtradataNodeProperty(behaviour, "tabwidth", V_INT, textExtraData_t, tabWidth); in UI_RegisterTextNode()
591 UI_RegisterExtradataNodeProperty(behaviour, "longlines", V_INT, textExtraData_t, longlines); in UI_RegisterTextNode()
597 …UI_RegisterExtradataNodeProperty(behaviour, "rows", V_INT, textExtraData_t, super.scrollY.viewSize… in UI_RegisterTextNode()
602 …UI_RegisterExtradataNodeProperty(behaviour, "lines", V_INT, textExtraData_t, super.scrollY.fullSiz… in UI_RegisterTextNode()
H A Dui_node_abstractnode.cpp370 UI_RegisterNodeProperty(behaviour, "border", V_INT, uiNode_t, border); in UI_RegisterAbstractNode()
372 UI_RegisterNodeProperty(behaviour, "padding", V_INT, uiNode_t, padding); in UI_RegisterAbstractNode()
388 UI_RegisterNodeProperty(behaviour, "align", V_INT, uiNode_t, align); in UI_RegisterAbstractNode()
394 UI_RegisterNodeProperty(behaviour, "num", V_INT, uiNode_t, num); in UI_RegisterAbstractNode()
H A Dui_node_data.cpp62 UI_RegisterExtradataNodeProperty(behaviour, "integer", V_INT, EXTRADATA_TYPE, number); in UI_RegisterDataNode()
H A Dui_node_baseinventory.cpp777 UI_RegisterExtradataNodeProperty(behaviour, "columns", V_INT, baseInventoryExtraData_t, columns); in UI_RegisterBaseInventoryNode()
779 …UI_RegisterExtradataNodeProperty(behaviour, "filter", V_INT, baseInventoryExtraData_t, filterEquip… in UI_RegisterBaseInventoryNode()
782 …UI_RegisterExtradataNodeProperty(behaviour, "viewpos", V_INT, baseInventoryExtraData_t, scrollY.vi… in UI_RegisterBaseInventoryNode()
784 …UI_RegisterExtradataNodeProperty(behaviour, "viewsize", V_INT, baseInventoryExtraData_t, scrollY.v… in UI_RegisterBaseInventoryNode()
786 …UI_RegisterExtradataNodeProperty(behaviour, "fullsize", V_INT, baseInventoryExtraData_t, scrollY.f… in UI_RegisterBaseInventoryNode()
/dports/japanese/xtr/xtr1.50e-0.2/src/
H A Dfuncs.c1640 {"argc", V_INT, &margc},
1641 {"pageno", V_INT, &pageno},
1643 {"width", V_INT, &width},
1644 {"pwidth", V_INT, &pagewidth},
1646 {"xpos", V_INT, &x},
1647 {"indent", V_INT, &indent},
1648 {"aindent", V_INT, &aindent},
1650 {"bindent", V_INT, &bindent},
1653 {"vexpflag", V_INT, &vexpflag},
1655 {"solflag", V_INT, &solflag},
[all …]
H A Dfuncs.c.sjis1640 {"argc", V_INT, &margc},
1641 {"pageno", V_INT, &pageno},
1643 {"width", V_INT, &width},
1644 {"pwidth", V_INT, &pagewidth},
1646 {"xpos", V_INT, &x},
1647 {"indent", V_INT, &indent},
1648 {"aindent", V_INT, &aindent},
1650 {"bindent", V_INT, &bindent},
1653 {"vexpflag", V_INT, &vexpflag},
1655 {"solflag", V_INT, &solflag},
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/client/battlescape/
H A Dcl_spawn.cpp74 {"skin", V_INT, offsetof(localEntityParse_t, skin), MEMBER_SIZEOF(localEntityParse_t, skin)},
75 …{"maxteams", V_INT, offsetof(localEntityParse_t, maxteams), MEMBER_SIZEOF(localEntityParse_t, maxt…
76 …{"spawnflags", V_INT, offsetof(localEntityParse_t, spawnflags), MEMBER_SIZEOF(localEntityParse_t, …
77 …{"maxlevel", V_INT, offsetof(localEntityParse_t, maxLevel), MEMBER_SIZEOF(localEntityParse_t, maxL…
80 {"frame", V_INT, offsetof(localEntityParse_t, frame), MEMBER_SIZEOF(localEntityParse_t, frame)},
97 {"light", V_INT, offsetof(localEntityParse_t, light), MEMBER_SIZEOF(localEntityParse_t, light)},
/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dscripts.cpp623 case V_INT: in Com_ParseValue()
1011 case V_INT: in Com_SetValueDebug()
1218 case V_INT: in Com_ValueToStr()
1455 {"ammo", V_INT, offsetof(objDef_t, ammo), MEMBER_SIZEOF(objDef_t, ammo)},
1460 {"size", V_INT, offsetof(objDef_t, size), MEMBER_SIZEOF(objDef_t, size)},
2010 {"installationtime", V_INT, offsetof(implantDef_t, installationTime), 0},
2011 {"removetime", V_INT, offsetof(implantDef_t, removeTime), 0},
2098 {"in", V_INT, offsetof(invDef_t, in), MEMBER_SIZEOF(invDef_t, in)},
2100 {"out", V_INT, offsetof(invDef_t, out), MEMBER_SIZEOF(invDef_t, out)},
2871 {"tu", V_INT, offsetof(ugv_t, tu), MEMBER_SIZEOF(ugv_t, tu)},
[all …]
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dcodegen.h91 case V_INT: in GetTypeTableOffset()
439 if (type->t == V_INT) { in GenAssign()
447 if (sub->t == V_INT) { in GenAssign()
458 else assert(type->t == V_INT); in GenAssign()
521 if (rtype->t == V_INT && ltype->t == V_INT) { in GenMathOp()
546 if (sub->t == V_INT) in GenMathOp()
636 if (index->exptype->t == V_INT) {
662 assert(index->exptype->t == V_INT);
696 case V_INT: cg.Emit(IL_PUSHINT, 0); break; in Generate()
813 case V_INT: cg.Emit(IL_IUMINUS); break; in Generate()
[all …]
H A Dvmdata.h95 V_INT, enumerator
108 inline bool IsScalar(ValueType t) { return t == V_INT || t == V_FLOAT; } in IsScalar()
109 inline bool IsUnBoxed(ValueType t) { return t == V_INT || t == V_FLOAT || t == V_FUNCTION; } in IsUnBoxed()
419 intp ival () const { assert(type == V_INT); return ival_; } in ival()
421 int intval() const { assert(type == V_INT); return (int)ival_; } in intval()
439 void setival(intp i) { assert(type == V_INT); ival_ = i; } in setival()
443 inline Value(int i) : TYPE_INIT(V_INT) ival_(i) {} in Value()
444 inline Value(uint i) : TYPE_INIT(V_INT) ival_((intp)i) {} in Value()
445 inline Value(int64_t i) : TYPE_INIT(V_INT) ival_((intp)i) {} in Value()
446 inline Value(uint64_t i) : TYPE_INIT(V_INT) ival_((intp)i) {} in Value()
[all …]
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Dlobsterreader.cpp62 case V_INT: vm.Push(Value(0)); break; in ParseElems()
103 ExpectType(V_INT, vt); in ParseFactor()
152 if (vt == V_INT && ti.enumidx >= 0) { in ParseFactor()
H A Dcompiler.cpp32 const Type g_type_int(V_INT);
72 case V_INT: return elem->e ? nullptr : type_vector_int; in WrapKnown()
76 case V_INT: return &g_type_vector_vector_int; in WrapKnown()
89 … case V_INT: { static const Type t(V_NIL, &g_type_int); return elem->e ? nullptr : &t; } in WrapKnown()
96 case V_INT: { static const Type t(V_NIL, &g_type_vector_int); return &t; } in WrapKnown()
/dports/math/calc/calc-2.14.0.14/
H A Dsize.c76 case V_INT: in elm_count()
249 case V_INT: in lsizeof()
356 case V_INT: in memsize()
/dports/lang/sdcc/sdcc-4.0.0/debugger/mcs51/
H A Dsymtab.h40 enum { V_INT = 0, enumerator
217 #define IS_INT(x) (IS_SPEC(x) && x->select.s.noun == V_INT)
222 #define IS_INTEGRAL(x) (IS_SPEC(x) && (x->select.s.noun == V_INT || \
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCsymt.c52 case V_INT: in nounName()
629 SPEC_NOUN (etype) = V_INT; in checkTypeSanity()
973 SPEC_NOUN (p) = V_INT; in newLongLink()
988 SPEC_NOUN (p) = V_INT; in newLongLongLink()
1003 SPEC_NOUN (p) = V_INT; in newIntLink()
1052 case V_INT: in getSize()
1171 case V_INT: in bitsForType()
1583 case V_INT: in compStructSize()
3605 case V_INT: in dbuf_printTypeChain()
3884 case V_INT: in printTypeChainRaw()
[all …]
/dports/editors/jove/jove/
H A Dvars.h23 #define V_INT 001 /* integer */ macro

123456