Home
last modified time | relevance | path

Searched refs:Shift (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DHandles.c48 INTN Shift; in HandlePage() local
120 for ( Shift = ( sizeof ( Shift ) << 3 ) - 4; 0 <= Shift; Shift -= 4 ) { in HandlePage()
124 Digit = (( Value >> Shift ) & 0xf ) | '0'; in HandlePage()
190 for ( Shift = 4; 0 <= Shift; Shift -= 4 ) { in HandlePage()
194 Digit = (( Value >> Shift ) & 0xf ) | '0'; in HandlePage()
DHTTP.c1190 INT32 Shift; in HttpSendHexBits() local
1201 Shift = (( Bits + 3 ) & ( ~3 )) - 4; in HttpSendHexBits()
1202 while ( 0 <= Shift ) { in HttpSendHexBits()
1206 Digit = (UINT32)(( Value >> Shift ) & 0xf ); in HttpSendHexBits()
1222 Shift -= 4; in HttpSendHexBits()
1250 INT32 Shift; in HttpSendHexValue() local
1262 Shift = 60; in HttpSendHexValue()
1267 Digit = (UINT32)(( Value >> Shift ) & 0xf ); in HttpSendHexValue()
1275 if (( 0 != Digit ) || bDisplayZeros || ( 0 == Shift )) { in HttpSendHexValue()
1290 Shift -= 4; in HttpSendHexValue()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/
DDxeTimerLibEsal.c201 INTN Shift; in GetTimeInNanoSecond() local
217 Shift = MAX (0, HighBitSet64 (Remainder) - 33); in GetTimeInNanoSecond()
218 Remainder = RShiftU64 (Remainder, (UINTN) Shift); in GetTimeInNanoSecond()
219 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
DIpfTimerLib.c194 INTN Shift; in GetTimeInNanoSecond() local
210 Shift = MAX (0, HighBitSet64 (Remainder) - 33); in GetTimeInNanoSecond()
211 Remainder = RShiftU64 (Remainder, (UINTN) Shift); in GetTimeInNanoSecond()
212 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond()
DX86TimerLib.c244 INTN Shift; in GetTimeInNanoSecond() local
260 Shift = MAX (0, HighBitSet64 (Remainder) - 33); in GetTimeInNanoSecond()
261 Remainder = RShiftU64 (Remainder, (UINTN) Shift); in GetTimeInNanoSecond()
262 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
DIpfTimerLib.c194 INTN Shift; in GetTimeInNanoSecond() local
210 Shift = MAX (0, HighBitSet64 (Remainder) - 33); in GetTimeInNanoSecond()
211 Remainder = RShiftU64 (Remainder, (UINTN) Shift); in GetTimeInNanoSecond()
212 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond()
DX86TimerLib.c353 INTN Shift; in GetTimeInNanoSecond() local
369 Shift = MAX (0, HighBitSet64 (Remainder) - 33); in GetTimeInNanoSecond()
370 Remainder = RShiftU64 (Remainder, (UINTN) Shift); in GetTimeInNanoSecond()
371 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
DTscTimerLibShare.c253 INTN Shift; in GetTimeInNanoSecond() local
269 Shift = MAX (0, HighBitSet64 (Remainder) - 33); in GetTimeInNanoSecond()
270 Remainder = RShiftU64 (Remainder, (UINTN) Shift); in GetTimeInNanoSecond()
271 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c253 INTN Shift; in GetTimeInNanoSecond() local
269 Shift = MAX (0, HighBitSet64 (Remainder) - 33); in GetTimeInNanoSecond()
270 Remainder = RShiftU64 (Remainder, (UINTN) Shift); in GetTimeInNanoSecond()
271 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c315 INTN Shift; in GetTimeInNanoSecond() local
331 Shift = MAX (0, HighBitSet64 (Remainder) - 33); in GetTimeInNanoSecond()
332 Remainder = RShiftU64 (Remainder, (UINTN) Shift); in GetTimeInNanoSecond()
333 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DPciIrq.asi74 // Shift 1 by value in register 70
140 // Shift 1 by value in register 70
205 } // Shift 1 by value in register 70
269 } // Shift 1 by value in register 70
336 // Shift 1 by value in register 70
402 // Shift 1 by value in register 70
467 } // Shift 1 by value in register 70
531 } // Shift 1 by value in register 70
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/
DFv2OnFvThunk.c968 UINTN Shift; in Fv2SetVolumeAttributes() local
983 Shift = (UINTN) RShiftU64(*FvAttributes & EFI_FV2_ALIGNMENT, 16); in Fv2SetVolumeAttributes()
984 FrameworkFvAttributes = FrameworkFvAttributes | LShiftU64 (EFI_FV_ALIGNMENT_2, Shift); in Fv2SetVolumeAttributes()
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
DArmDisassembler.c140 IN UINT32 Shift in RotateRight() argument
143 return (Op >> Shift) | (Op << (32 - Shift)); in RotateRight()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.inf33 Shift.c
/device/linaro/bootloader/edk2/EmulatorPkg/Sec/X64/
DSwitchRam.asm47 mov rcx, r8 ; Shift arguments
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch3102 - Count - Shift count
3151 - Count - Shift Count
3552 + Count - Shift count
3605 + Count - Shift Count