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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c1144 UINT8 Old; local
1181 Old = Line->Buffer[FCol - 1];
1186 Old = (UINT8) (Old & 0x0f);
1187 Old = (UINT8) (Old << 4);
1188 Old = (UINT8) (Value + Old);
1189 Line->Buffer[FCol - 1] = Old;

Completed in 61 milliseconds