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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/
H A DEbcExecute.c51 b0:a - natural units = NaturalUnits
54 offset = sign_bit * (ConstUnits + NaturalUnits * sizeof(UINTN))
4381 b0:a - natural units = NaturalUnits
4384 offset = sign_bit * (ConstUnits + NaturalUnits * sizeof(UINTN))
4406 INT16 NaturalUnits; local
4416 // Get the mask for NaturalUnits. First get the number of bits from the index.
4431 // Now using the mask, extract NaturalUnits from the lower bits of the index.
4433 NaturalUnits = (INT16) (Index &~Mask);
4440 Offset = (INT16) (NaturalUnits * sizeof (UINTN) + ConstUnits);
4477 INT32 NaturalUnits; local
4540 INT64 NaturalUnits; local
[all...]

Completed in 37 milliseconds