Searched refs:Shift (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DHandles.c58 INTN Shift; local
130 for ( Shift = ( sizeof ( Shift ) << 3 ) - 4; 0 <= Shift; Shift -= 4 ) {
134 Digit = (( Value >> Shift ) & 0xf ) | '0';
200 for ( Shift = 4; 0 <= Shift; Shift -= 4 ) {
204 Digit = (( Value >> Shift )
[all...]
H A DHTTP.c1198 INT32 Shift; local
1209 Shift = (( Bits + 3 ) & ( ~3 )) - 4;
1210 while ( 0 <= Shift ) {
1214 Digit = (UINT32)(( Value >> Shift ) & 0xf );
1230 Shift -= 4;
1258 INT32 Shift; local
1270 Shift = 60;
1275 Digit = (UINT32)(( Value >> Shift ) & 0xf );
1283 if (( 0 != Digit ) || bDisplayZeros || ( 0 == Shift )) {
1298 Shift
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeTimerLibEsal/
H A DDxeTimerLibEsal.c201 INTN Shift; local
217 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
218 Remainder = RShiftU64 (Remainder, (UINTN) Shift);
219 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SecPeiDxeTimerLibCpu/
H A DIpfTimerLib.c194 INTN Shift; local
210 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
211 Remainder = RShiftU64 (Remainder, (UINTN) Shift);
212 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
H A DX86TimerLib.c279 INTN Shift; local
295 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
296 Remainder = RShiftU64 (Remainder, (UINTN) Shift);
297 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Library/TscTimerLib/
H A DTscTimerLibShare.c253 INTN Shift; local
269 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
270 Remainder = RShiftU64 (Remainder, (UINTN) Shift);
271 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
H A DIpfTimerLib.c194 INTN Shift; local
210 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
211 Remainder = RShiftU64 (Remainder, (UINTN) Shift);
212 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
H A DX86TimerLib.c217 INTN Shift; local
233 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
234 Remainder = RShiftU64 (Remainder, (UINTN) Shift);
235 Frequency = RShiftU64 (Frequency, (UINTN) Shift);

Completed in 75 milliseconds