Home
last modified time | relevance | path

Searched refs:CurrentOrder (Results 1 – 25 of 107) sorted by relevance

12345

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ShellPkg/Library/UefiShellBcfgCommandLib/
H A DUefiShellBcfgCommandLib.c303 IN CONST UINT16 *CurrentOrder, in BcfgAdd() argument
508 if (CurrentOrder[Index] == TargetLocation) { in BcfgAdd()
632 IN CONST UINT16 *CurrentOrder, in BcfgRemove() argument
653 NewOrder = AllocateZeroPool(OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
656 CopyMem(NewOrder, CurrentOrder, OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
693 IN CONST UINT16 *CurrentOrder, in BcfgMove() argument
703 NewOrder = AllocateCopyPool(OrderCount*sizeof(CurrentOrder[0]), CurrentOrder); in BcfgMove()
719 Temp = CurrentOrder[OldLocation]; in BcfgMove()
728 OrderCount*sizeof(CurrentOrder[0]), in BcfgMove()
754 IN CONST UINT16 *CurrentOrder, in BcfgAddOpt() argument
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/
H A DDynamicField.pm1580 my $CurrentOrder = $DynamicField->{FieldOrder};
1584 if $CurrentOrder < $OldFieldOrder && $CurrentOrder < $TriggerFieldOrder;
1588 if ( $CurrentOrder eq $TriggerFieldOrder && $DynamicField->{ID} eq $Param{ID} );
1592 if $CurrentOrder > $OldFieldOrder && $CurrentOrder > $TriggerFieldOrder;
1610 my $CurrentOrder = $DynamicField->{FieldOrder};
1614 if $CurrentOrder < $TriggerFieldOrder;
1618 if ( $CurrentOrder eq $TriggerFieldOrder && $DynamicField->{ID} eq $Param{ID} );
1634 my $CurrentOrder = $DynamicField->{FieldOrder};
1638 if $CurrentOrder < $TriggerFieldOrder;
1642 if ( $CurrentOrder eq $TriggerFieldOrder && $DynamicField->{ID} eq $Param{ID} );
/dports/games/stratagus/stratagus-3.2.0/src/animation/
H A Danimation_spawnmissile.cpp59 const CUnit *goal = flags & SM_RelTarget ? unit.CurrentOrder()->GetGoal() : &unit; in Action()
80 CUnit *target = goal->CurrentOrder()->GetGoal(); in Action()
91 COrder_Attack &order = *static_cast<COrder_Attack *>(goal->CurrentOrder()); in Action()
94 COrder_SpellCast &order = *static_cast<COrder_SpellCast *>(goal->CurrentOrder()); in Action()
138 CUnit *target = goal->CurrentOrder()->GetGoal(); in Action()
H A Danimation_rotate.cpp59 if (!strcmp(this->rotateStr.c_str(), "target") && unit.CurrentOrder()->HasGoal()) { in Action()
60 COrder &order = *unit.CurrentOrder(); in Action()
H A Danimation.cpp151 if (unit.CurrentOrder()->HasGoal()) { in ParseAnimInt()
152 goal = unit.CurrentOrder()->GetGoal(); in ParseAnimInt()
190 if (unit.CurrentOrder()->HasGoal()) { in ParseAnimInt()
191 goal = unit.CurrentOrder()->GetGoal(); in ParseAnimInt()
204 const COrder_SpellCast &order = *static_cast<COrder_SpellCast *>(goal->CurrentOrder()); in ParseAnimInt()
H A Danimation_attack.cpp46 unit.CurrentOrder()->OnAnimationAttack(unit); in Action()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/animation/
H A Danimation_spawnmissile.cpp60 const CUnit *goal = flags & SM_RelTarget ? unit.CurrentOrder()->GetGoal() : &unit; in Action()
81 CUnit *target = goal->CurrentOrder()->GetGoal(); in Action()
92 COrder_Attack &order = *static_cast<COrder_Attack *>(goal->CurrentOrder()); in Action()
95 COrder_SpellCast &order = *static_cast<COrder_SpellCast *>(goal->CurrentOrder()); in Action()
139 CUnit *target = goal->CurrentOrder()->GetGoal(); in Action()
H A Danimation_rotate.cpp59 if (!strcmp(this->rotateStr.c_str(), "target") && unit.CurrentOrder()->HasGoal()) { in Action()
60 COrder &order = *unit.CurrentOrder(); in Action()
H A Danimation_attack.cpp46 unit.CurrentOrder()->OnAnimationAttack(unit); in Action()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
H A DUefiShellBcfgCommandLib.c540 IN CONST UINT16 *CurrentOrder, in BcfgAdd() argument
737 if (CurrentOrder[Index] == TargetLocation) { in BcfgAdd()
861 IN CONST UINT16 *CurrentOrder, in BcfgRemove() argument
882 NewOrder = AllocateZeroPool(OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
885 CopyMem(NewOrder, CurrentOrder, OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
921 IN CONST UINT16 *CurrentOrder, in BcfgMove() argument
931 NewOrder = AllocateCopyPool(OrderCount*sizeof(CurrentOrder[0]), CurrentOrder); in BcfgMove()
947 Temp = CurrentOrder[OldLocation]; in BcfgMove()
956 OrderCount*sizeof(CurrentOrder[0]), in BcfgMove()
981 IN CONST UINT16 *CurrentOrder, in BcfgAddOpt() argument
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
H A DUefiShellBcfgCommandLib.c540 IN CONST UINT16 *CurrentOrder, in BcfgAdd() argument
737 if (CurrentOrder[Index] == TargetLocation) { in BcfgAdd()
861 IN CONST UINT16 *CurrentOrder, in BcfgRemove() argument
882 NewOrder = AllocateZeroPool(OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
885 CopyMem(NewOrder, CurrentOrder, OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
921 IN CONST UINT16 *CurrentOrder, in BcfgMove() argument
931 NewOrder = AllocateCopyPool(OrderCount*sizeof(CurrentOrder[0]), CurrentOrder); in BcfgMove()
947 Temp = CurrentOrder[OldLocation]; in BcfgMove()
956 OrderCount*sizeof(CurrentOrder[0]), in BcfgMove()
981 IN CONST UINT16 *CurrentOrder, in BcfgAddOpt() argument
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
H A DUefiShellBcfgCommandLib.c540 IN CONST UINT16 *CurrentOrder, in BcfgAdd() argument
737 if (CurrentOrder[Index] == TargetLocation) { in BcfgAdd()
861 IN CONST UINT16 *CurrentOrder, in BcfgRemove() argument
882 NewOrder = AllocateZeroPool(OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
885 CopyMem(NewOrder, CurrentOrder, OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
921 IN CONST UINT16 *CurrentOrder, in BcfgMove() argument
931 NewOrder = AllocateCopyPool(OrderCount*sizeof(CurrentOrder[0]), CurrentOrder); in BcfgMove()
947 Temp = CurrentOrder[OldLocation]; in BcfgMove()
956 OrderCount*sizeof(CurrentOrder[0]), in BcfgMove()
981 IN CONST UINT16 *CurrentOrder, in BcfgAddOpt() argument
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
H A DUefiShellBcfgCommandLib.c540 IN CONST UINT16 *CurrentOrder, in BcfgAdd() argument
737 if (CurrentOrder[Index] == TargetLocation) { in BcfgAdd()
861 IN CONST UINT16 *CurrentOrder, in BcfgRemove() argument
882 NewOrder = AllocateZeroPool(OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
885 CopyMem(NewOrder, CurrentOrder, OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
921 IN CONST UINT16 *CurrentOrder, in BcfgMove() argument
931 NewOrder = AllocateCopyPool(OrderCount*sizeof(CurrentOrder[0]), CurrentOrder); in BcfgMove()
947 Temp = CurrentOrder[OldLocation]; in BcfgMove()
956 OrderCount*sizeof(CurrentOrder[0]), in BcfgMove()
981 IN CONST UINT16 *CurrentOrder, in BcfgAddOpt() argument
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
H A DUefiShellBcfgCommandLib.c540 IN CONST UINT16 *CurrentOrder, in BcfgAdd() argument
737 if (CurrentOrder[Index] == TargetLocation) { in BcfgAdd()
861 IN CONST UINT16 *CurrentOrder, in BcfgRemove() argument
882 NewOrder = AllocateZeroPool(OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
885 CopyMem(NewOrder, CurrentOrder, OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
921 IN CONST UINT16 *CurrentOrder, in BcfgMove() argument
931 NewOrder = AllocateCopyPool(OrderCount*sizeof(CurrentOrder[0]), CurrentOrder); in BcfgMove()
947 Temp = CurrentOrder[OldLocation]; in BcfgMove()
956 OrderCount*sizeof(CurrentOrder[0]), in BcfgMove()
981 IN CONST UINT16 *CurrentOrder, in BcfgAddOpt() argument
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ShellPkg/Library/UefiShellBcfgCommandLib/
H A DUefiShellBcfgCommandLib.c540 IN CONST UINT16 *CurrentOrder, in BcfgAdd() argument
737 if (CurrentOrder[Index] == TargetLocation) { in BcfgAdd()
861 IN CONST UINT16 *CurrentOrder, in BcfgRemove() argument
882 NewOrder = AllocateZeroPool(OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
885 CopyMem(NewOrder, CurrentOrder, OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
921 IN CONST UINT16 *CurrentOrder, in BcfgMove() argument
931 NewOrder = AllocateCopyPool(OrderCount*sizeof(CurrentOrder[0]), CurrentOrder); in BcfgMove()
947 Temp = CurrentOrder[OldLocation]; in BcfgMove()
956 OrderCount*sizeof(CurrentOrder[0]), in BcfgMove()
981 IN CONST UINT16 *CurrentOrder, in BcfgAddOpt() argument
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ShellPkg/Library/UefiShellBcfgCommandLib/
H A DUefiShellBcfgCommandLib.c540 IN CONST UINT16 *CurrentOrder, in BcfgAdd() argument
737 if (CurrentOrder[Index] == TargetLocation) { in BcfgAdd()
861 IN CONST UINT16 *CurrentOrder, in BcfgRemove() argument
882 NewOrder = AllocateZeroPool(OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
885 CopyMem(NewOrder, CurrentOrder, OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
921 IN CONST UINT16 *CurrentOrder, in BcfgMove() argument
931 NewOrder = AllocateCopyPool(OrderCount*sizeof(CurrentOrder[0]), CurrentOrder); in BcfgMove()
947 Temp = CurrentOrder[OldLocation]; in BcfgMove()
956 OrderCount*sizeof(CurrentOrder[0]), in BcfgMove()
981 IN CONST UINT16 *CurrentOrder, in BcfgAddOpt() argument
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
H A DUefiShellBcfgCommandLib.c540 IN CONST UINT16 *CurrentOrder, in BcfgAdd() argument
737 if (CurrentOrder[Index] == TargetLocation) { in BcfgAdd()
861 IN CONST UINT16 *CurrentOrder, in BcfgRemove() argument
882 NewOrder = AllocateZeroPool(OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
885 CopyMem(NewOrder, CurrentOrder, OrderCount*sizeof(CurrentOrder[0])); in BcfgRemove()
921 IN CONST UINT16 *CurrentOrder, in BcfgMove() argument
931 NewOrder = AllocateCopyPool(OrderCount*sizeof(CurrentOrder[0]), CurrentOrder); in BcfgMove()
947 Temp = CurrentOrder[OldLocation]; in BcfgMove()
956 OrderCount*sizeof(CurrentOrder[0]), in BcfgMove()
981 IN CONST UINT16 *CurrentOrder, in BcfgAddOpt() argument
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Library/UefiShellBcfgCommandLib/
H A DUefiShellBcfgCommandLib.c540 IN CONST UINT16 *CurrentOrder,
737 if (CurrentOrder[Index] == TargetLocation) {
861 IN CONST UINT16 *CurrentOrder,
882 NewOrder = AllocateZeroPool(OrderCount*sizeof(CurrentOrder[0]));
885 CopyMem(NewOrder, CurrentOrder, OrderCount*sizeof(CurrentOrder[0]));
921 IN CONST UINT16 *CurrentOrder,
931 NewOrder = AllocateCopyPool(OrderCount*sizeof(CurrentOrder[0]), CurrentOrder);
947 Temp = CurrentOrder[OldLocation];
956 OrderCount*sizeof(CurrentOrder[0]),
981 IN CONST UINT16 *CurrentOrder,
[all …]
/dports/games/stratagus/stratagus-3.2.0/src/action/
H A Daction_still.cpp263 if (unit.CanStoreOrder(unit.CurrentOrder())) { in AutoRepair()
264 savedOrder = unit.CurrentOrder()->Clone(); in AutoRepair()
342 } else if (unit.CanStoreOrder(unit.CurrentOrder())) { in AutoAttack()
343 savedOrder = unit.CurrentOrder()->Clone(); in AutoAttack()
H A Daction_built.cpp135 Assert(unit.CurrentOrder() == &order); in CancelBuilt()
296 Assert(unit.CurrentOrder() == this); in UpdateUnitVariables()
381 Assert(building.CurrentOrder() == this); in Boost()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/action/
H A Daction_built.cpp152 Assert(unit.CurrentOrder() == &order); in CancelBuilt()
215 …if (table[i]->CurrentAction() == UnitActionRepair && table[i]->CurrentOrder()->GetGoal() == &unit)… in Finish()
270 …if (table[i]->CurrentAction() == UnitActionRepair && table[i]->CurrentOrder()->GetGoal() == &unit)… in Finish()
313 …if (table[i]->CurrentAction() == UnitActionRepair && table[i]->CurrentOrder()->GetGoal() == &unit)… in Finish()
425 Assert(unit.CurrentOrder() == this); in UpdateUnitVariables()
522 Assert(building.CurrentOrder() == this); in Boost()
H A Daction_still.cpp412 if (unit.CanStoreOrder(unit.CurrentOrder())) { in AutoRepair()
413 savedOrder = unit.CurrentOrder()->Clone(); in AutoRepair()
436 …Action() == UnitActionAttack && unit.Container->CurrentOrder()->HasGoal() ? unit.Container->Curren… in AutoAttackStand()
501 } else if (unit.CanStoreOrder(unit.CurrentOrder())) { in AutoAttack()
502 savedOrder = unit.CurrentOrder()->Clone(); in AutoAttack()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/ui/
H A Dbutton_checks.cpp374 …return (action != UnitActionTrain || static_cast<COrder_Train *>(unit.CurrentOrder())->GetUnitType… in ButtonCheckNoWork()
375 …&& (action != UnitActionUpgradeTo || static_cast<COrder_UpgradeTo *>(unit.CurrentOrder())->GetUnit… in ButtonCheckNoWork()
376 …&& (action != UnitActionResearch || static_cast<COrder_Research *>(unit.CurrentOrder())->GetUpgrad… in ButtonCheckNoWork()
/dports/games/stratagus/stratagus-3.2.0/src/spell/
H A Dspells.cpp353 || table[i]->CurrentOrder()->HasGoal() == false in SelectTargetUnitsOfAutoCast()
354 || table[i]->MapDistanceTo(table[i]->CurrentOrder()->GetGoalPos()) > range) { in SelectTargetUnitsOfAutoCast()
488 if (caster.CurrentAction() != UnitActionStill && caster.CanStoreOrder(caster.CurrentOrder())) { in AutoCastSpell()
489 savedOrder = caster.CurrentOrder()->Clone(); in AutoCastSpell()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp138 unsigned CurrentOrder = IOM[&MI]; in runOnMachineFunction() local
145 UseMap[MO.getReg()] = std::make_pair(CurrentOrder, &MI); in runOnMachineFunction()

12345