/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/ |
D | Handles.c | 48 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()
|
D | HTTP.c | 1190 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/ |
D | DxeTimerLibEsal.c | 201 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/ |
D | IpfTimerLib.c | 194 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()
|
D | X86TimerLib.c | 244 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/ |
D | IpfTimerLib.c | 194 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()
|
D | X86TimerLib.c | 353 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/ |
D | TscTimerLibShare.c | 253 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/ |
D | AcpiTimerLib.c | 253 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/ |
D | AcpiTimerLib.c | 315 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/ |
D | PciIrq.asi | 74 // 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/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/ |
D | Dsdt.c | 29 IN UINTN Shift in ShiftLeftByteToUlong() argument 35 Data <<= Shift; in ShiftLeftByteToUlong()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/ |
D | Fv2OnFvThunk.c | 968 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/ |
D | ArmDisassembler.c | 138 IN UINT32 Shift in RotateRight() argument 141 return (Op >> Shift) | (Op << (32 - Shift)); in RotateRight()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/ |
D | UefiShellLevel1CommandsLib.inf | 33 Shift.c
|
/device/linaro/bootloader/edk2/EmulatorPkg/Sec/X64/ |
D | SwitchRam.asm | 47 mov rcx, r8 ; Shift arguments
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/ |
D | Mvpp2Lib.c | 462 IN INT32 Shift, in Mvpp2PrsSramShiftSet() argument 467 if (Shift < 0) { in Mvpp2PrsSramShiftSet() 469 Shift = -Shift; in Mvpp2PrsSramShiftSet() 475 Pe->Sram.Byte[MVPP2_BIT_TO_BYTE(MVPP2_PRS_SRAM_SHIFT_OFFS)] = (UINT8)Shift; in Mvpp2PrsSramShiftSet() 762 INT32 Tid, Shift; in Mvpp2PrsDsaTagSet() local 766 Shift = 8; in Mvpp2PrsDsaTagSet() 769 Shift = 4; in Mvpp2PrsDsaTagSet() 783 Mvpp2PrsSramShiftSet (&Pe, Shift, MVPP2_PRS_SRAM_OP_SEL_SHIFT_ADD); in Mvpp2PrsDsaTagSet() 825 INT32 Tid, Shift, PortMask; in Mvpp2PrsDsaTagEthertypeSet() local 830 Shift = 8; in Mvpp2PrsDsaTagEthertypeSet() [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/ |
D | CompareMem.asm | 120 lsr tmp2, tmp2, tmp1 ; Shift (tmp1 & 31).
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR33.patch | 3102 - Count - Shift count 3151 - Count - Shift Count 3552 + Count - Shift count 3605 + Count - Shift Count
|