/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/modules/ |
H A D | object_mutator_operations.cc | 44 int repno, in MutatorIsDone() argument 47 .IsMutatorRunningMatching(repno, name) == false; in MutatorIsDone() 53 int repno, in ObjectMutatorIsWorking() argument 56 .IsMutatorRunningMatching(repno, name) == false; in ObjectMutatorIsWorking() 102 int repno, in operator ()() argument 110 int startval = (obj.*getter_)(repno); in operator ()() 117 repno, in operator ()() 188 int repno, in operator ()() argument 191 .EndObjectMutatorMatching(machine, repno, name_, speedup); in operator ()() 230 std::bind(MutatorIsDone, std::ref(machine), this, obj, repno, name_)); in operator ()() [all …]
|
H A D | module_obj_getters.cc | 78 void operator()(RLMachine& machine, int objNum, int repno, in operator ()() 82 *xIt = obj.x_adjustment(repno); in operator ()() 83 *yIt = obj.y_adjustment(repno); in operator ()() 88 int operator()(RLMachine& machine, int objNum, int repno) { in operator ()() 90 return obj.x_adjustment(repno); in operator ()() 95 int operator()(RLMachine& machine, int objNum, int repno) { in operator ()() 97 return obj.y_adjustment(repno); in operator ()()
|
H A D | object_mutator_operations.h | 75 int repno, 144 int repno, 184 virtual void operator()(RLMachine& machine, int obj, int repno) override; 210 virtual void operator()(RLMachine& machine, int obj, int repno) override;
|
H A D | module_obj_fg_bg.cc | 327 int repno, in operator ()() argument 336 int start_x = object.x_adjustment(repno); in operator ()() 337 int start_y = object.y_adjustment(repno); in operator ()() 341 repno, in operator ()() 357 int repno, in AdjustMutator() argument 366 : ObjectMutator(repno, in AdjustMutator() 372 repno_(repno), in AdjustMutator()
|
/dports/audio/streamripper/streamripper-1.64.6/ |
H A D | fake_external_metadata.pl | 16 $repno = 4; 23 if ($repno-- < 0) { 24 $repno = 4;
|
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/base/ |
H A D | object_mutator.cc | 126 int repno, in RepnoIntObjectMutator() argument 130 : ObjectMutator(repno, name, creation_time, duration_time, delay, type), in RepnoIntObjectMutator() 131 repno_(repno), in RepnoIntObjectMutator()
|
H A D | graphics_object.h | 300 bool IsMutatorRunningMatching(int repno, const std::string& name); 304 int repno,
|
H A D | object_mutator.h | 134 int repno,
|
H A D | graphics_object.cc | 807 bool GraphicsObject::IsMutatorRunningMatching(int repno, in IsMutatorRunningMatching() argument 810 if (mutator->OperationMatches(repno, name)) in IsMutatorRunningMatching() 818 int repno, in EndObjectMutatorMatching() argument 825 if ((*it)->OperationMatches(repno, name)) { in EndObjectMutatorMatching()
|
/dports/finance/frontaccounting/frontaccounting/admin/ |
H A D | print_profiles.php | 45 $repno = $match[1]; 56 $reports[$repno] = $title;
|
/dports/lang/rexx-regina/regina-rexx-3.9.3/trip/ |
H A D | qocca.rexx | 9220 Parse Arg repno 13127 Parse Arg fn, repno 13575 If repno = 0 Then repno = !!last_repository 15566 Else repno = 0 15599 Parse Arg newrep, repno 15641 If repno = 0 Then 15953 If repno = 0 Then 15959 Else idx = repno 16019 If repno = 0 Then 16260 If repno = 0 Then [all …]
|
/dports/multimedia/minisatip/minisatip-1.1.52/src/ |
H A D | satipc.c | 109 uint32_t rcvp, repno, rtp_miss, rtp_ooo; // rtp statstics member 488 if (!sip->init_use_tcp && ((++sip->repno % 100) == 0)) // every 20s in satipc_rtcp_reply() 599 sip->rcvp = sip->repno = 0; in satipc_open_device()
|