Home
last modified time | relevance | path

Searched refs:towers (Results 1 – 25 of 1290) sorted by relevance

12345678910>>...52

/dports/net-mgmt/librenms/librenms-21.5.1/includes/discovery/sensors/current/
H A Dsentry3.inc.php9 $towers = 1; variable
10 while ($towers <= $tower_count) {
12 $infeed_oids = snmp_walk($device, "infeedID.$towers", '-Osqn', 'Sentry3-MIB');
29 $infeed_oid = '.1.3.6.1.4.1.1718.3.2.2.1.7.' . $towers . '.' . $infeed_index;
31 … $descr_string = snmp_get($device, "infeedID.$towers.$infeed_index", '-Ovq', 'Sentry3-MIB');
40 $tmp_index = "infeedID.$towers.$infeed_index";
46 $outlet_oids = snmp_walk($device, "outletLoadValue.$towers.1", '-Osqn', 'Sentry3-MIB');
60 $outletsuffix = "$towers.$infeed_index.$outlet_index";
74 $outlet_insert_index = "outletID.$towers.$infeed_index.$outlet_index";
102 $towers++;
[all …]
/dports/lang/parrot/parrot-8.1.0/examples/pir/
H A Dhanoi.pir65 push(towers[dest_col], pop(towers[start_col]));
68 print(towers);
126 .local pmc towers
127 .lex "towers", towers
129 set towers, 3
133 set towers[0], $P1
134 set towers[1], $P2
135 set towers[2], $P3
172 stack = towers[j]
203 .local pmc towers
[all …]
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/battle/
H A Dbattle_arena.cpp449 if ( towers[1] && towers[1]->isValid() ) { in Turns()
457 if ( towers[0] && towers[0]->isValid() ) { in Turns()
465 if ( towers[2] && towers[2]->isValid() ) { in Turns()
1000 if ( towers[0] && towers[0]->isValid() ) in SetCastleTargetValue()
1004 if ( towers[2] && towers[2]->isValid() ) in SetCastleTargetValue()
1008 if ( towers[1] && towers[1]->isValid() ) in SetCastleTargetValue()
1044 return towers[0] && towers[0]->isValid(); in GetCastleTargetValue()
1046 return towers[2] && towers[2]->isValid(); in GetCastleTargetValue()
1048 return towers[1] && towers[1]->isValid(); in GetCastleTargetValue()
1075 if ( towers[0] && towers[0]->isValid() ) in GetCastleTargets()
[all …]
H A Dbattle_tower.cpp126 std::vector<int> towers; in GetInfo() local
130 towers.push_back( TWR_CENTER ); in GetInfo()
133 towers.push_back( TWR_LEFT ); in GetInfo()
135 towers.push_back( TWR_RIGHT ); in GetInfo()
140 for ( std::vector<int>::const_iterator it = towers.begin(); it != towers.end(); ++it ) { in GetInfo()
156 if ( ( it + 1 ) != towers.end() ) in GetInfo()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/benchmark/src/
H A DREADME.md113 DCRT_add/towers:1 1.16 us 1.16 us 602138
114 DCRT_add/towers:2 2.25 us 2.25 us 311691
115 DCRT_add/towers:4 4.30 us 4.30 us 162618
116 DCRT_add/towers:8 8.77 us 8.77 us 79828
118 DCRT_mul/towers:1 3.16 us 3.16 us 221648
119 DCRT_mul/towers:2 6.22 us 6.22 us 112086
120 DCRT_mul/towers:4 12.3 us 12.3 us 57139
121 DCRT_mul/towers:8 24.7 us 24.7 us 28305
123 DCRT_ntt/towers:1 9.80 us 9.80 us 71486
124 DCRT_ntt/towers:2 19.5 us 19.5 us 35900
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/include/
H A Dcryptocontextgen.h44 usint towers = DefaultT) {
46 ORDER, bits, towers);
61 usint towers = DefaultT,
67 usint towers, MODE mode) { in GenCryptoContextBFV() argument
70 towers); in GenCryptoContextBFV()
83 usint bits, usint towers, in GenCryptoContextBFV() argument
97 usint bits, usint towers, in GenCryptoContextBFV() argument
351 usint bits = DefaultQbits, usint towers = DefaultT, usint relinWin = 0,
357 towers);
364 cc = GenCryptoContextBFV<Element>(ORDER, ptm, bits, towers, RLWE);
[all …]
/dports/science/fastjet/fastjet-3.3.4/plugins/CDFCones/CDFcode/
H A DMidPointAlgorithm.cc62 void MidPointAlgorithm::findStableConesFromSeeds(std::vector<PhysicsTower>& towers, std::vector<Clu… in findStableConesFromSeeds() argument
65 …for(std::vector<PhysicsTower>::iterator towerIter = towers.begin(); towerIter != towers.end(); tow… in findStableConesFromSeeds()
67 …iterateCone(towerIter->fourVector.y(),towerIter->fourVector.phi(),0,towers,stableCones,reduceConeS… in findStableConesFromSeeds()
70 void MidPointAlgorithm::findStableConesFromMidPoints(std::vector<PhysicsTower>& towers, std::vector… in findStableConesFromMidPoints() argument
110 iterateCone(midPoint.y(),midPoint.phi(),midPoint.pt(),towers,stableCones,reduceConeSize); in findStableConesFromMidPoints()
119 std::vector<PhysicsTower>& towers, std::vector<Cluster>& stableCones, bool reduceConeSize) in iterateCone() argument
132 …for(std::vector<PhysicsTower>::iterator towerIter = towers.begin(); towerIter != towers.end(); tow… in iterateCone()
363 void MidPointAlgorithm::run(std::vector<PhysicsTower>& towers, std::vector<Cluster>& jets) in run() argument
366 findStableConesFromSeeds(towers,stableCones); in run()
370 findStableConesFromMidPoints(towers,stableCones); in run()
H A DJetCluAlgorithm.hh61 void makeSeedTowers(std::vector<PhysicsTower>& towers, std::vector<Cluster>& seedTowers);
62 …void buildPreClusters(std::vector<Cluster>& seedTowers, std::vector<PhysicsTower>& towers, std::ve…
63 …void findStableCones(std::vector<Cluster>& preClusters, std::vector<PhysicsTower>& towers, std::ve…
65 void run(std::vector<PhysicsTower>& towers, std::vector<Cluster>& jets);
H A DJetCluAlgorithm.cc42 void JetCluAlgorithm::makeSeedTowers(std::vector<PhysicsTower>& towers, std::vector<Cluster>& seedT… in makeSeedTowers() argument
50 …for(std::vector<PhysicsTower>::iterator towerIter = towers.begin(); towerIter != towers.end(); tow… in makeSeedTowers()
117 …CluAlgorithm::findStableCones(std::vector<Cluster>& preClusters, std::vector<PhysicsTower>& towers, in findStableCones() argument
128 …for(std::vector<PhysicsTower>::iterator towerIter = towers.begin(); towerIter != towers.end(); tow… in findStableCones()
317 void JetCluAlgorithm::run(std::vector<PhysicsTower>& towers, std::vector<Cluster>& jets) in run() argument
320 makeSeedTowers(towers,seedTowers); in run()
322 buildPreClusters(seedTowers,towers,preClusters); in run()
324 findStableCones(preClusters,towers,stableCones); in run()
/dports/science/fastjet/fastjet-3.3.4/plugins/CDFCones/
H A DCDFJetCluPlugin.cc68 vector<PhysicsTower> towers; in run_clustering() local
69 towers.reserve(clust_seq.jets().size()); in run_clustering()
82 towers.push_back(tower); in run_clustering()
91 j.run(towers,jets); in run_clustering()
136 assert (jet_j >= 0 && jet_j < int(towers.size())); in run_clustering()
H A DCDFMidPointPlugin.cc94 vector<PhysicsTower> towers; in run_clustering() local
95 towers.reserve(clust_seq.jets().size()); in run_clustering()
105 towers.push_back(tower); in run_clustering()
115 m.run(towers,jets); in run_clustering()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dgibson.c73 tower *towers; member
727 bp->towers[i].bg_dlists[k] = d2; in animate_towers()
728 bp->towers[j].bg_dlists[k] = d1; in animate_towers()
739 bp->towers[i].fg_dlists[k] = d2; in animate_towers()
740 bp->towers[j].fg_dlists[k] = d1; in animate_towers()
753 bp->towers[jj].face_mode = in animate_towers()
760 tower *t = &bp->towers[ii]; in animate_towers()
774 qsort (bp->towers, bp->ntowers, sizeof(*bp->towers), cmp_towers); in animate_towers()
1217 tower *t = &bp->towers[i]; in draw_gibson()
1256 tower *t = &bp->towers[i]; in draw_gibson()
[all …]
/dports/net/samba412/samba-4.12.15/source3/rpcclient/
H A Dcmd_epmapper.c33 struct epm_twr_p_t towers[500]; in cmd_epmapper_map() local
124 ZERO_STRUCT(towers); in cmd_epmapper_map()
129 &map_tower, &entry_handle, ARRAY_SIZE(towers), in cmd_epmapper_map()
130 &num_towers, towers, &result); in cmd_epmapper_map()
149 if (towers[i].twr == NULL) { in cmd_epmapper_map()
154 status = dcerpc_binding_from_tower(tmp_ctx, &towers[i].twr->tower, in cmd_epmapper_map()
/dports/net/samba412/samba-4.12.15/source4/torture/rpc/
H A Depmapper.c148 struct epm_twr_p_t towers[20]; in test_Map_tcpip() local
169 r.out.towers = towers; in test_Map_tcpip()
198 t = r.out.towers[0].twr->tower; in test_Map_tcpip()
225 if (r.out.towers[i].twr) { in test_Map_tcpip()
303 if (r.out.towers[i].twr) { in test_Map_display()
304 display_tower(tctx, &r.out.towers[i].twr->tower); in test_Map_display()
327 if (r.out.towers[i].twr) { in test_Map_display()
328 display_tower(tctx, &r.out.towers[i].twr->tower); in test_Map_display()
340 if (r.out.towers[i].twr) { in test_Map_display()
353 if (r.out.towers[i].twr) { in test_Map_display()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/rpc_server/epmapper/
H A Drpc_epmapper.c185 r->out.towers = talloc(mem_ctx, struct epm_twr_p_t); in epm_Map()
186 if (!r->out.towers) { in epm_Map()
189 r->out.towers->twr = talloc(mem_ctx, struct epm_twr_t); in epm_Map()
190 if (!r->out.towers->twr) { in epm_Map()
228 r->out.towers->twr->tower = eps[i].ep; in epm_Map()
229 r->out.towers->twr->tower_length = 0; in epm_Map()
236 r->out.towers->twr = NULL; in epm_Map()
/dports/net/samba412/samba-4.12.15/source4/rpc_server/epmapper/
H A Drpc_epmapper.c205 r->out.towers = talloc(mem_ctx, struct epm_twr_p_t); in dcesrv_epm_Map()
206 if (!r->out.towers) { in dcesrv_epm_Map()
209 r->out.towers->twr = talloc(mem_ctx, struct epm_twr_t); in dcesrv_epm_Map()
210 if (!r->out.towers->twr) { in dcesrv_epm_Map()
248 r->out.towers->twr->tower = eps[i].ep; in dcesrv_epm_Map()
249 r->out.towers->twr->tower_length = 0; in dcesrv_epm_Map()
256 r->out.towers->twr = NULL; in dcesrv_epm_Map()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/rpc/
H A Depmapper.c82 if (r.out.towers[i].twr) { in test_Map()
83 display_tower(mem_ctx, &r.out.towers[i].twr->tower); in test_Map()
95 if (r.out.towers[i].twr) { in test_Map()
96 display_tower(mem_ctx, &r.out.towers[i].twr->tower); in test_Map()
108 if (r.out.towers[i].twr) { in test_Map()
109 display_tower(mem_ctx, &r.out.towers[i].twr->tower); in test_Map()
125 if (r.out.towers[i].twr) { in test_Map()
126 display_tower(mem_ctx, &r.out.towers[i].twr->tower); in test_Map()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdoc/examples/demos/maroon/
H A Dmaroon.qrc65 <file>content/towers/Bomb.qml</file>
66 <file>content/towers/Factory.qml</file>
67 <file>content/towers/Melee.qml</file>
68 <file>content/towers/Ranged.qml</file>
69 <file>content/towers/TowerBase.qml</file>
/dports/games/wyrmsun/Wyrmsun-3.5.4/data/buttons/upgrades/
H A Dbow_upgrades.cfg9 description = "+2 Damage for archers, strongholds and guard towers."
24 description = "+1 Range for archers, strongholds and guard towers."
/dports/math/mpfrcx/mpfrcx-0.6.2/
H A DNEWS3 * Correct a bug that prevented the reconstruction of real towers
44 - new functions for decomposing certain number fields into towers:
46 for decomposing Galois fields into towers of relative extensions;
50 quadratic fields into towers of relative extensions
/dports/games/openage/openage-0.3.0-1262-ga554ab49/doc/ideas/
H A Dai.md10 - Prefer to build castles and towers near the water/thin places
17 …- Coordinates reaction to attacks on units (during march, ...) (including attacks by towers/castle…
/dports/net/samba412/samba-4.12.15/source3/rpc_server/epmapper/
H A Dsrv_epmapper.c930 r->out.towers = NULL; in _epm_Map()
1120 r->out.towers = talloc_array(p->mem_ctx, struct epm_twr_p_t, count); in _epm_Map()
1121 if (r->out.towers == NULL) { in _epm_Map()
1130 r->out.towers[num_towers].twr = talloc(r->out.towers, in _epm_Map()
1132 if (r->out.towers[num_towers].twr == NULL) { in _epm_Map()
1136 …r->out.towers[num_towers].twr->tower.floors = talloc_move(r->out.towers[num_towers].twr, &eps->e[i… in _epm_Map()
1137 r->out.towers[num_towers].twr->tower.num_floors = eps->e[i].ep.num_floors; in _epm_Map()
1138 r->out.towers[num_towers].twr->tower_length = 0; in _epm_Map()
/dports/games/wyrmsun/Wyrmsun-3.5.4/data/upgrades/
H A Dbows.cfg9 …hich serve to reinforce its power.\n\nEffect: +2 Damage for archers, strongholds and guard towers."
39 …astating weapon on the battlefield.\n\nEffect: +1 Range for archers, strongholds and guard towers."
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/librpc/idl/
H A Depmapper.idl6 http://www.opengroup.org/onlinepubs/9629399/apdxl.htm : Details on towers
24 that the full towers/floors representation of epm cannot be
206 structures. All of the towers/floors stuff is
274 [out, length_is(*num_towers), size_is(max_towers)] epm_twr_p_t towers[]
/dports/games/openage/openage-0.3.0-1262-ga554ab49/doc/reverse_engineering/game_mechanics/
H A Dtown_bell.md13 …else will continue on their tasks. The same principle applies to garrisoning in towers and castles.
17 …ter, every `X` is a villager and `G` represents possible garrisons, e.g. towers or castles. The `O…
47 …rs are then put into a list. In the same way, the algorithm searches for towers, castles and town …
51 …ilding are guaranteed to get a place, which satisfies the condition that towers prefer the village…

12345678910>>...52