Searched defs:Step (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DFor.c111 INTN Step; member in struct:__anon12888
395 Info->Step = 0;
515 Info->Step = 1;
517 Info->Step = -1;
539 ASSERT(Info->Step == 1 || Info->Step == -1);
542 Info->Step = 0 - (INTN)ShellStrToUintn(ArgSetWalker+1);
544 Info->Step = (INTN)ShellStrToUintn(ArgSetWalker);
613 if (Info->Step != 0) {
621 Info->Current += Info->Step;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DInputHandler.c371 UINT64 Step; local
393 Step = Question->Step;
415 Step = 1;
461 Step = 1;
637 if ((Step != 0) && !ManualInput) {
639 if (EditValue >= Minimum + Step) {
640 EditValue = EditValue - Step;
647 if (EditValue + Step <= Maximum) {
648 EditValue = EditValue + Step;
[all...]
H A DSetup.h397 UINT64 Step; member in struct:__anon11281
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DFrameworkInternalFormRepresentation.h219 UINT16 Step; ///< Zero means manual input. Otherwise, arrow selection is called for. member in struct:__anon10543
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c2936 @param[in] Step Numeric step for edit
2957 IN UINT64 Step,
2979 OpCode.data.u8.Step = (UINT8)Step;
2985 OpCode.data.u16.Step = (UINT16)Step;
2991 OpCode.data.u32.Step = (UINT32)Step;
2997 OpCode.data.u64.Step = Step;
2946 HiiCreateNumericOpCode( IN VOID *OpCodeHandle, IN EFI_QUESTION_ID QuestionId, IN EFI_VARSTORE_ID VarStoreId, IN UINT16 VarOffset, IN EFI_STRING_ID Prompt, IN EFI_STRING_ID Help, IN UINT8 QuestionFlags, IN UINT8 NumericFlags, IN UINT64 Minimum, IN UINT64 Maximum, IN UINT64 Step, IN VOID *DefaultsOpCodeHandle OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.h429 mMinMaxStepData->u64.Step = 0;
434 VOID SetMinMaxStepData (IN UINT64 MinValue, IN UINT64 MaxValue, IN UINT64 Step) { argument
447 mMinMaxStepData->u64.Step = Step;
450 VOID SetMinMaxStepData (IN UINT32 MinValue, IN UINT32 MaxValue, IN UINT32 Step) { argument
463 mMinMaxStepData->u32.Step = Step;
466 VOID SetMinMaxStepData (IN UINT16 MinValue, IN UINT16 MaxValue, IN UINT16 Step) { argument
479 mMinMaxStepData->u16.Step = Step;
482 SetMinMaxStepData(IN UINT8 MinValue, IN UINT8 MaxValue, IN UINT8 Step) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h1009 UINT8 Step; member in struct:__anon12410::__anon12411
1014 UINT16 Step; member in struct:__anon12410::__anon12412
1019 UINT32 Step; member in struct:__anon12410::__anon12413
1024 UINT64 Step; member in struct:__anon12410::__anon12414
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h904 UINT8 Step; member in struct:__anon10068::__anon10069
909 UINT16 Step; member in struct:__anon10068::__anon10070
914 UINT32 Step; member in struct:__anon10068::__anon10071
919 UINT64 Step; member in struct:__anon10068::__anon10072
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h990 UINT8 Step; member in struct:__anon15685::__anon15686
995 UINT16 Step; member in struct:__anon15685::__anon15687
1000 UINT32 Step; member in struct:__anon15685::__anon15688
1005 UINT64 Step; member in struct:__anon15685::__anon15689
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 84 milliseconds