Home
last modified time | relevance | path

Searched refs:FPos (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DBufferImage.c1275 UINTN FPos; in HBufferImageDoBackspace() local
1290FPos = (HBufferImage.BufferPosition.Row - 1) * 0x10 + HBufferImage.BufferPosition.Column - … in HBufferImageDoBackspace()
1300 HBufferImageDeleteCharacterFromBuffer (FPos - 1, 1, NULL); in HBufferImageDoBackspace()
2132 UINTN FPos; in HBufferImageDoDelete() local
2134FPos = (HBufferImage.BufferPosition.Row - 1) * 0x10 + HBufferImage.BufferPosition.Column - … in HBufferImageDoDelete()
2152 HBufferImageDeleteCharacterFromBuffer (FPos, 1, NULL); in HBufferImageDoDelete()
DMainHexEditor.c676 UINTN FPos; in HMainCommandPaste() local
699FPos = 0x10 * (HMainEditor.BufferImage->BufferPosition.Row - 1) + HMainEditor.BufferImage->BufferP… in HMainCommandPaste()
701 HBufferImageAddCharacterToBuffer (FPos, Count, Buffer); in HMainCommandPaste()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DSimpleFileParsing.c1300 FILE_POSITION FPos; in SFPGetGuid() local
1313 GetFilePosition (&FPos); in SFPGetGuid()
1429 SetFilePosition (&FPos); in SFPGetGuid()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DSimpleFileParsing.c1281 FILE_POSITION FPos; in SFPGetGuid() local
1294 GetFilePosition (&FPos); in SFPGetGuid()
1410 SetFilePosition (&FPos); in SFPGetGuid()