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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DFor.c111 INTN Step; member in struct:__anon10521
422 Info->Step = 0;
543 Info->Step = 1;
545 Info->Step = -1;
565 ASSERT(Info->Step == 1 || Info->Step == -1);
568 Info->Step = 0 - (INTN)ReturnUintn(ArgSetWalker+1);
570 Info->Step = (INTN)ReturnUintn(ArgSetWalker);
637 if (Info->Step != 0) {
645 Info->Current += Info->Step;
[all...]
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
H A DLcdGraphicsOutputBlt.c50 INTN Step; local
58 Step = 1;
63 Step = -1;
81 SourceLine += Step;
82 DestinationLine += Step;
101 SourceLine += Step;
102 DestinationLine += Step;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
H A DIfrOnTheFly.c776 IN UINT16 Step,
803 Step - Step of the numeric
867 Numeric.Step = Step;
769 CreateNumeric( IN UINT16 QuestionId, IN UINT8 DataWidth, IN CHAR16 *Prompt, IN CHAR16 *Help, IN UINT16 Minimum, IN UINT16 Maximum, IN UINT16 Step, IN UINT16 Default, IN UINT8 Flags, IN UINT16 Key, IN OUT VOID *FormBuffer, IN OUT VOID *StringBuffer ) argument
H A DIfrOpCodeCreation.c432 IN UINT16 Step,
461 Step - Step of the numeric
497 Numeric.Step = Step;
425 CreateNumericOpCode( IN UINT16 QuestionId, IN UINT8 DataWidth, IN STRING_REF PromptToken, IN STRING_REF HelpToken, IN UINT16 Minimum, IN UINT16 Maximum, IN UINT16 Step, IN UINT16 Default, IN UINT8 Flags, IN UINT16 Key, IN OUT VOID *FormBuffer ) argument
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
H A DLcdGraphicsOutputBlt.c50 INTN Step; local
58 Step = 1;
63 Step = -1;
77 SourceLine += Step;
78 DestinationLine += Step;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
H A DUefiIfrOpCodeCreation.c483 IN UINT64 Step,
519 MinMaxStep.u8.Step = (UINT8) Step;
525 MinMaxStep.u16.Step = (UINT16) Step;
531 MinMaxStep.u32.Step = (UINT32) Step;
537 MinMaxStep.u64.Step = Step;
473 CreateNumericOpCode( 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 UINT64 Default, IN OUT EFI_HII_UPDATE_DATA *Data ) argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
H A DTftp.c1000 UINTN Step; local
1023 Step = (Context->DownloadedNbOfBytes * TFTP_PROGRESS_SLIDER_STEPS) / Context->FileSize;
1025 if (Step <= LastStep) {
1035 for (Index = 1; Index < Step; Index++) {
1038 Progress[Step] = L'>';
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
H A DUefiIfrParser.h222 UINT64 Step; member in struct:__anon4140
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
H A DCustomizedDisplayLibInternal.c671 UINT64 Step; local
677 Step = NumericOp->data.u8.Step;
681 Step = NumericOp->data.u16.Step;
685 Step = NumericOp->data.u32.Step;
689 Step = NumericOp->data.u64.Step;
693 Step
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DInputHandler.c384 @param Step The step size info for this opcode.
396 OUT UINT64 *Step,
415 *Step = NumericOp->data.u8.Step;
429 *Step = NumericOp->data.u16.Step;
443 *Step = NumericOp->data.u32.Step;
457 *Step = NumericOp->data.u64.Step;
389 GetValueFromNum( IN EFI_IFR_OP_HEADER *OpCode, IN BOOLEAN IntInput, IN EFI_HII_VALUE *QuestionValue, OUT UINT64 *Value, OUT UINT64 *Minimum, OUT UINT64 *Maximum, OUT UINT64 *Step, OUT UINT16 *StorageWidth ) argument
499 UINT64 Step; local
[all...]
H A DFormDisplay.c1287 UINT64 Step; local
1293 Step = NumericOp->data.u8.Step;
1297 Step = NumericOp->data.u16.Step;
1301 Step = NumericOp->data.u32.Step;
1305 Step = NumericOp->data.u64.Step;
1309 Step
[all...]
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
H A DBdsFilePath.c938 UINTN Step; local
964 Step = (Context->DownloadedNbOfBytes * TFTP_PROGRESS_SLIDER_STEPS) / Context->FileSize;
965 if (Step > LastStep) {
968 for (Index = 1; Index < Step; Index++) {
971 Progress[Step] = L'>';
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
H A DFrameworkInternalFormRepresentation.h219 UINT16 Step; ///< Zero means manual input. Otherwise, arrow selection is called for. member in struct:__anon5736
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.c1426 INT8 Step; local
1431 Step = Width;
1438 Step = -Width;
1458 Source += Step;
1459 Destination += Step;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
H A DEfiInternalFormRepresentation.h231 UINT16 Step; // If step is 0, then manual input is specified, otherwise, left/right arrow selection is called for member in struct:__anon4673
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c3520 @param[in] Step Numeric step for edit
3541 IN UINT64 Step,
3565 OpCode.data.u8.Step = (UINT8)Step;
3572 OpCode.data.u16.Step = (UINT16)Step;
3579 OpCode.data.u32.Step = (UINT32)Step;
3586 OpCode.data.u64.Step = Step;
3530 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...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.h352 UINT64 Step; member in struct:_FORM_BROWSER_STATEMENT
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
H A DVfrFormPkg.h387 mMinMaxStepData->u64.Step = 0;
392 VOID SetMinMaxStepData (IN UINT64 MinValue, IN UINT64 MaxValue, IN UINT64 Step) { argument
405 mMinMaxStepData->u64.Step = Step;
408 VOID SetMinMaxStepData (IN UINT32 MinValue, IN UINT32 MaxValue, IN UINT32 Step) { argument
421 mMinMaxStepData->u32.Step = Step;
424 VOID SetMinMaxStepData (IN UINT16 MinValue, IN UINT16 MaxValue, IN UINT16 Step) { argument
437 mMinMaxStepData->u16.Step = Step;
440 SetMinMaxStepData(IN UINT8 MinValue, IN UINT8 MaxValue, IN UINT8 Step) argument
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.h501 mMinMaxStepData->u64.Step = 0;
506 VOID SetMinMaxStepData (IN UINT64 MinValue, IN UINT64 MaxValue, IN UINT64 Step) { argument
519 mMinMaxStepData->u64.Step = Step;
522 VOID SetMinMaxStepData (IN UINT32 MinValue, IN UINT32 MaxValue, IN UINT32 Step) { argument
535 mMinMaxStepData->u32.Step = Step;
538 VOID SetMinMaxStepData (IN UINT16 MinValue, IN UINT16 MaxValue, IN UINT16 Step) { argument
551 mMinMaxStepData->u16.Step = Step;
554 SetMinMaxStepData(IN UINT8 MinValue, IN UINT8 MaxValue, IN UINT8 Step) argument
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h927 UINT8 Step; member in struct:__anon3791::__anon3792
932 UINT16 Step; member in struct:__anon3791::__anon3793
937 UINT32 Step; member in struct:__anon3791::__anon3794
942 UINT64 Step; member in struct:__anon3791::__anon3795
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
H A DEfiHii.h848 UINT8 Step; member in struct:__anon4245::__anon4246
853 UINT16 Step; member in struct:__anon4245::__anon4247
858 UINT32 Step; member in struct:__anon4245::__anon4248
863 UINT64 Step; member in struct:__anon4245::__anon4249
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h1034 UINT8 Step; member in struct:__anon9422::__anon9423
1039 UINT16 Step; member in struct:__anon9422::__anon9424
1044 UINT32 Step; member in struct:__anon9422::__anon9425
1049 UINT64 Step; member in struct:__anon9422::__anon9426

Completed in 148 milliseconds