Home
last modified time | relevance | path

Searched refs:STRUCTURE (Results 1 – 25 of 2225) sorted by relevance

12345678910>>...89

/dports/games/warzone2100/warzone2100/src/
H A Dstructure.h60 extern STRUCTURE *psLastStructHit;
91 int requestOpenGate(STRUCTURE *psStructure);
132 void alignStructure(STRUCTURE *psBuilding);
181 void buildingComplete(STRUCTURE *psBuilding);
185 void checkForPowerGen(STRUCTURE *psPowerGen);
206 void releasePowerGen(STRUCTURE *psRelease);
304 STRUCTURE *findNearestReArmPad(DROID *psDroid, STRUCTURE *psTarget, bool bClear);
316 bool structIsDamaged(STRUCTURE *psStruct);
319 STRUCTURE *giftSingleStructure(STRUCTURE *psStructure, UBYTE attackPlayer, bool electronic_warfare …
456 return isStructure(psObject) ? (STRUCTURE *)psObject : (STRUCTURE *)nullptr; in castStructure()
[all …]
H A Dobjmem.h31 extern STRUCTURE *apsStructLists[MAX_PLAYERS];
34 extern STRUCTURE *apsExtractorLists[MAX_PLAYERS];
74 void addStructure(STRUCTURE *psStructToAdd);
77 void killStruct(STRUCTURE *psDel);
83 void removeStructureFromList(STRUCTURE *psStructToRemove, STRUCTURE *pList[MAX_PLAYERS]);
H A Dpower.cpp50 static void updateCurrentPower(STRUCTURE *psStruct, UDWORD player, int ticks);
51 static int64_t updateExtractedPower(STRUCTURE *psBuilding);
54 static STRUCTURE *powerStructList(int player);
128 void delPowerRequest(STRUCTURE *psStruct) in delPowerRequest()
143 static int64_t checkPrecisePowerRequest(STRUCTURE *psStruct) in checkPrecisePowerRequest()
165 int32_t checkPowerRequest(STRUCTURE *psStruct) in checkPowerRequest()
228 static int64_t updateExtractedPower(STRUCTURE *psBuilding) in updateExtractedPower()
249 STRUCTURE *powerStructList(int player) in powerStructList()
265 STRUCTURE *psStruct;//, *psList; in updatePlayerPower()
359 bool requestPowerFor(STRUCTURE *psStruct, int32_t amount) in requestPowerFor()
[all …]
H A Dai.cpp213 STRUCTURE *psCStruct = (STRUCTURE *)psSensor; in aiSearchSensorTargets()
277 STRUCTURE *targetStructure = nullptr; in targetAttackWeight()
325 if (((STRUCTURE *)psTarget)->psTarget[weaponSlot] == in targetAttackWeight()
439 targetStructure = (STRUCTURE *)psTarget; in targetAttackWeight()
552 STRUCTURE *targetStructure; in aiBestNearestTarget()
621 tempTarget = ((STRUCTURE *)friendlyObj)->psTarget[0]; in aiBestNearestTarget()
659 STRUCTURE *psStruct = (STRUCTURE *)targetInQuestion; in aiBestNearestTarget()
766 return aiStructureIsProbablyDoomed((STRUCTURE *)psObject); in aiObjectIsProbablyDoomed()
795 ((STRUCTURE *)psObject)->expectedDamage += damage; in aiObjectAddExpectedDamage()
1073 STRUCTURE *psBuilding = (STRUCTURE *)psAttacker; in updateAttackTarget()
[all …]
H A Dresearch.h80 extern STRUCTURE *psCBLastResStructure;
95 void researchResult(UDWORD researchIndex, UBYTE player, bool bDisplay, STRUCTURE *psResearchFacilit…
107 void cancelResearch(STRUCTURE *psBuilding, QUEUE_MODE mode);
126 void holdResearch(STRUCTURE *psBuilding, QUEUE_MODE mode);
128 void releaseResearch(STRUCTURE *psBuilding, QUEUE_MODE mode);
H A Dpower.h37 void delPowerRequest(STRUCTURE *psStruct);
41 int32_t checkPowerRequest(STRUCTURE *psStruct);
43 bool requestPowerFor(STRUCTURE *psStruct, int32_t amount);
44 bool requestPrecisePowerFor(STRUCTURE *psStruct, int64_t amount);
H A Dstructure.cpp123 STRUCTURE *psLastStructHit;
1143 STRUCTURE *psStruct; in structChooseWallType()
1751 STRUCTURE *blueprint; in buildBlueprint()
2070 STRUCTURE *psCurr; in clearCommandDroidFactory()
2574 STRUCTURE *s; in aiUpdateStructure()
3803 STRUCTURE::STRUCTURE(uint32_t id, unsigned player) in STRUCTURE() function in STRUCTURE
3816 STRUCTURE::~STRUCTURE() in ~STRUCTURE()
3839 STRUCTURE *psCurr; in fillStructureList()
5030 STRUCTURE *psCurr; in releaseResExtractor()
5063 STRUCTURE *psCurr; in releasePowerGen()
[all …]
H A Dmultiplay.h47 struct STRUCTURE;
181 WZ_DECL_WARN_UNUSED_RESULT STRUCTURE *IdToStruct(UDWORD id, UDWORD player);
217 bool SendDestroyStructure(STRUCTURE *s);
218 bool SendBuildFinished(STRUCTURE *psStruct);
219 bool sendLasSat(UBYTE player, STRUCTURE *psStruct, BASE_OBJECT *psObj);
220 void sendStructureInfo(STRUCTURE *psStruct, STRUCTURE_INFO structureInfo, DROID_TEMPLATE *psTempl);
266 bool sendResearchStatus(const STRUCTURE *psBuilding, UDWORD index, UBYTE player, bool bStart);
273 STRUCTURE *findResearchingFacilityByResearchIndex(unsigned player, unsigned index);
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ball/
H A Dball.pro36 src/source/STRUCTURE/triangle.cpp \
38 src/source/STRUCTURE/SESVertex.cpp \
39 src/source/STRUCTURE/SESFace.cpp \
40 src/source/STRUCTURE/SESEdge.cpp \
41 src/source/STRUCTURE/RSVertex.cpp \
42 src/source/STRUCTURE/RSFace.cpp \
43 src/source/STRUCTURE/RSEdge.cpp \
46 src/source/STRUCTURE/graphFace.cpp \
47 src/source/STRUCTURE/graphEdge.cpp \
50 src/source/STRUCTURE/SASFace.cpp \
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DStructure.h52 BOOLEAN DeleteStructureFromWorld( STRUCTURE * pStructure );
59 STRUCTURE* FindStructure(INT16 sGridNo, StructureFlags);
61 STRUCTURE* FindNextStructure(const STRUCTURE* s, StructureFlags);
62 STRUCTURE* FindStructureByID(INT16 sGridNo, UINT16 structure_id);
68 STRUCTURE* FindBaseStructure(STRUCTURE* s);
73 STRUCTURE* SwapStructureForPartner(STRUCTURE*);
74 STRUCTURE* SwapStructureForPartnerAndStoreChangeInMap(STRUCTURE*);
78 INT8 StructureHeight( STRUCTURE * pStructure );
79 INT8 StructureBottomLevel( STRUCTURE * pStructure );
134 STRUCTURE* FindStructureBySavedInfo(GridNo, UINT8 type, UINT8 wall_orientation, INT8 level);
[all …]
H A DStructure.cc413 STRUCTURE* const pStructure = new STRUCTURE{}; in CreateStructureFromDB()
715 STRUCTURE* s; in AddStructureToWorld()
829 STRUCTURE* const next = s->pNext; in DeleteStructureFromTile()
885 static STRUCTURE* InternalSwapStructureForPartner(STRUCTURE* const s, bool const store_in_map) in InternalSwapStructureForPartner()
936 STRUCTURE* SwapStructureForPartner(STRUCTURE* const s) in SwapStructureForPartner()
942 STRUCTURE* SwapStructureForPartnerAndStoreChangeInMap(STRUCTURE* const s) in SwapStructureForPartnerAndStoreChangeInMap()
958 STRUCTURE* FindNextStructure(STRUCTURE const* const s, StructureFlags const flags) in FindNextStructure()
978 STRUCTURE* FindBaseStructure(STRUCTURE* const s) in FindBaseStructure()
1037 STRUCTURE * pCurrent; in GetTallestStructureHeight()
1069 STRUCTURE * pCurrent; in GetStructureTargetHeight()
[all …]
/dports/www/p5-HTML-Lint/HTML-Lint-2.32/lib/HTML/Lint/
H A DError.pm58 use constant STRUCTURE => 2; constant
248 'elem-unclosed' => ['<${tag}> at ${where} is never closed', STRUCTURE],
249 'elem-unknown' => ['Unknown element <${tag}>', STRUCTURE],
250 'elem-unopened' => ['</${tag}> with no opening <${tag}>', STRUCTURE],
252 'doc-tag-required' => ['<${tag}> tag is required', STRUCTURE],
254 'attr-repeated' => ['${attr} attribute in <${tag}> is repeated', STRUCTURE],
256 'attr-unclosed-entity' => ['Entity ${entity} is missing its closing semicolon', STRUCTURE],
257 'attr-unknown-entity' => ['Entity ${entity} is unknown', STRUCTURE],
258 'attr-use-entity' => ['Character "${char}" should be written as ${entity}', STRUCTURE],
260 'text-unclosed-entity' => ['Entity ${entity} is missing its closing semicolon', STRUCTURE],
[all …]
/dports/graphics/exiv2/exiv2-0.27.5-Source/test/data/
H A Dwebp-test.out1 STRUCTURE OF WEBP FILE: exiv2-bug1199.webp
33 STRUCTURE OF WEBP FILE: exiv2-bug1199.webp
41 STRUCTURE OF WEBP FILE: exiv2-bug1199.webp
48 STRUCTURE OF WEBP FILE: exiv2-bug1199.webp
56 STRUCTURE OF WEBP FILE: exiv2-bug1199.webp
63 STRUCTURE OF WEBP FILE: exiv2-bug1199.webp
71 STRUCTURE OF WEBP FILE: exiv2-bug1199.webp
78 STRUCTURE OF WEBP FILE: exiv2-bug1199.webp
86 STRUCTURE OF WEBP FILE: exiv2-bug1199.webp
92 STRUCTURE OF WEBP FILE: exiv2-bug1199.webp
[all …]
H A Dstdin-test.out1 STRUCTURE OF JPEG FILE: girl.jpg
15 STRUCTURE OF JPEG FILE: girl.jpg
28 STRUCTURE OF JPEG FILE: girl.jpg
41 STRUCTURE OF JPEG FILE: girl.jpg
53 STRUCTURE OF JPEG FILE: girl.jpg
108 STRUCTURE OF JPEG FILE: girl.jpg
122 STRUCTURE OF JPEG FILE: girl.jpg
138 STRUCTURE OF JPEG FILE: girl.jpg
152 STRUCTURE OF JPEG FILE: girl.jpg
168 STRUCTURE OF JPEG FILE: Reagan.jpg
[all …]
H A Dpng-test.out1 STRUCTURE OF PNG FILE: 1343_empty.png
10 STRUCTURE OF PNG FILE: 1343_empty.png
20 STRUCTURE OF PNG FILE: 1343_comment.png
30 STRUCTURE OF PNG FILE: 1343_comment.png
41 STRUCTURE OF PNG FILE: 1343_exif.png
56 STRUCTURE OF PNG FILE: 1343_exif.png
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DStructure_Wrap.cc22 STRUCTURE const* pStructure = FindStructure( sGridNo, STRUCTURE_WALLNWINDOW ); in IsJumpableWindowPresentAtGridNo()
58 STRUCTURE * pStructure; in IsJumpableFencePresentAtGridno()
84 STRUCTURE* const base = FindBaseStructure(pStructure); in GetWallStructOfSameOrientationAtGridno()
95 STRUCTURE *pStructure; in IsDoorVisibleAtGridNo()
262 static STRUCTURE* FindCuttableWireFenceAtGridNo(INT16 sGridNo) in FindCuttableWireFenceAtGridNo()
264 STRUCTURE * pStructure; in FindCuttableWireFenceAtGridNo()
277 STRUCTURE * pStructure; in CutWireFence()
321 STRUCTURE *pStructure; in FindDoorAtGridNoOrAdjacent()
322 STRUCTURE *pBaseStructure; in FindDoorAtGridNoOrAdjacent()
369 STRUCTURE *pStructure; in SetOpenableStructureToClosed()
[all …]
/dports/games/warzone2100/warzone2100/src/hci/
H A Dresearch.h26 STRUCTURE *getObjectAt(size_t index) const override in getObjectAt()
43 void cancelResearch(STRUCTURE *facility);
44 void requestResearchCancellation(STRUCTURE *facility);
46 STRUCTURE *getHighlightedObject() const override in getHighlightedObject()
57 std::vector<STRUCTURE *> facilities;
58 static STRUCTURE *highlightedFacility;
H A Dmanufacture.h37 STRUCTURE *getObjectAt(size_t index) const override in getObjectAt()
51 void releaseFactoryProduction(STRUCTURE *structure);
52 void cancelFactoryProduction(STRUCTURE *structure);
58 STRUCTURE *getHighlightedObject() const override in getHighlightedObject()
69 std::vector<STRUCTURE *> factories;
70 static STRUCTURE *highlightedFactory;
/dports/devel/llvm80/llvm-8.0.1.src/test/ThinLTO/X86/
H A Ddot-dumper.ll14 ; RUN: cat %t3.index.dot | FileCheck --check-prefix=STRUCTURE %s
18 ; STRUCTURE: digraph Summary {
19 ; STRUCTURE-DAG: subgraph cluster_0
20 ; STRUCTURE-DAG: subgraph cluster_1
21 ; STRUCTURE: // Cross-module edges:
22 ; STRUCTURE-DAG: M0_{{[0-9]+}} -> M1_{{[0-9]+}} // call
23 ; STRUCTURE-DAG: M0_{{[0-9]+}} -> M1_{{[0-9]+}} [{{.*}}]; // const-ref
24 ; STRUCTURE-NEXT: }
/dports/devel/llvm70/llvm-7.0.1.src/test/ThinLTO/X86/
H A Ddot-dumper.ll14 ; RUN: cat %t3.index.dot | FileCheck --check-prefix=STRUCTURE %s
18 ; STRUCTURE: digraph Summary {
19 ; STRUCTURE-DAG: subgraph cluster_0
20 ; STRUCTURE-DAG: subgraph cluster_1
21 ; STRUCTURE: // Cross-module edges:
22 ; STRUCTURE-DAG: M0_{{[0-9]+}} -> M1_{{[0-9]+}} // call
23 ; STRUCTURE-DAG: M0_{{[0-9]+}} -> M1_{{[0-9]+}} [{{.*}}]; // ref
24 ; STRUCTURE-NEXT: }
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/respect/validation/library/Exceptions/
H A DKeySetException.php16 const STRUCTURE = 2; define in Respect\\Validation\\Exceptions\\KeySetException
25 self::STRUCTURE => 'Must have keys {{keys}}',
30 self::STRUCTURE => 'Must not have keys {{keys}}',
40 return static::STRUCTURE;
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/
H A DEditor_Undo.cc183 for (STRUCTURE* s = me->pStructureHead; s != NULL;) in DeleteStackNode()
185 STRUCTURE* const next = s->pNext; in DeleteStackNode()
321 STRUCTURE* pStructure = pData->pStructureHead; in AddToUndoListCmd()
452 STRUCTURE *pStructure; in DeleteMapElementContentsAfterCreationFail()
470 STRUCTURE *temp; in DeleteMapElementContentsAfterCreationFail()
486 STRUCTURE* tail = 0; in CopyMapElementFromWorld()
487 STRUCTURE** anchor = &new_me->pStructureHead; in CopyMapElementFromWorld()
488 for (STRUCTURE const* i = old_me->pStructureHead; i; i = i->pNext) in CopyMapElementFromWorld()
490 STRUCTURE* const s = new STRUCTURE{}; in CopyMapElementFromWorld()
533 STRUCTURE const* o = old_me->pStructureHead; in CopyMapElementFromWorld()
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/tests/
H A Dtread.tst1504 "(LT-ERROR LISP::E-READ-STRUCTURE 0 ((A B)))"
1507 "(LT-ERROR LISP::E-READ-STRUCTURE 0 ((A B)))"
1515 "(LT-ERROR LISP::E-READ-STRUCTURE 0 ((A B)))"
1518 "(LT-ERROR LISP::E-READ-STRUCTURE 0 ((A B)))"
1522 "(LT-ERROR LISP::E-READ-STRUCTURE 0 ((A B)))"
1537 "(LT-ERROR LISP::E-READ-STRUCTURE 1 ((A)))"
1619 "(LT-ERROR LISP::E-READ-STRUCTURE 0 (NIL))"
1622 "(LT-ERROR LISP::E-READ-STRUCTURE 0 (NIL))"
1626 "(LT-ERROR LISP::E-READ-STRUCTURE 0 ((QUOTE)))"
1681 "(LT-ERROR LISP::E-READ-STRUCTURE 0 (NIL))"
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/sysdep/
H A Dsmbios.h87 STRUCTURE(Bios, 0)\
88 STRUCTURE(System, 1)\
89 STRUCTURE(Baseboard, 2)\
90 STRUCTURE(Chassis, 3)\
91 STRUCTURE(Processor, 4)\
93 STRUCTURE(Cache, 7)\
95 STRUCTURE(SystemSlot, 9)\
98 STRUCTURE(MemoryArray, 16)\
110 STRUCTURE(SystemBoot, 32)\
1198 #undef STRUCTURE
[all …]
/dports/audio/uade/uade-2.13/amigasrc/players/ps3m/
H A Dps3m.i16 STRUCTURE mChanBlock,0
37 STRUCTURE s3mChanBlock,0
98 STRUCTURE s3mInstHdr,0
128 STRUCTURE s3mHeader,0
159 STRUCTURE xmHeader,0
189 STRUCTURE xmPattHdr,0
206 STRUCTURE xmInstHdr,0
253 STRUCTURE xmSmpHdr,0

12345678910>>...89