Searched refs:Rem (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/ |
D | EfiUiLib.c | 214 UINTN Rem; in StrBytesToString() local 217 Rem = 0; in StrBytesToString() 221 DivU64x32 (Val, 1024, &Rem); in StrBytesToString() 228 if ((Val < 1024) || ((Val < 8192) && (Rem != 0))) { in StrBytesToString()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/ |
D | ConsistMapping.c | 170 UINT32 Rem; in AppendCSDNum2() local 176 Result = DivU64x32Remainder (Num, 25, &Rem); in AppendCSDNum2() 181 CatPrint (Str, L"%c", Rem + 'a'); in AppendCSDNum2()
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR33.patch | 3244 - UINT32 Rem; 3253 - Rem = 0; 3259 - rcl dword ptr Rem, 1 3261 - mov eax, Rem 3262 - cmp eax, Divisor /* Is Rem >= Divisor? */ 3267 - sub Rem, eax /* subtract divisor */ 3272 - *Remainder = Rem; 3713 + UINT32 Rem; 3722 + Rem = 0; 3728 + rcl dword ptr Rem, 1 [all …]
|