Searched defs:InternalBaseLibBitFieldAndUint (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DBitField.c94 InternalBaseLibBitFieldAndUint ( function
247 return (UINT8)InternalBaseLibBitFieldAndUint (Operand, StartBit, EndBit, AndData);
434 return (UINT16)InternalBaseLibBitFieldAndUint (Operand, StartBit, EndBit, AndData);
621 return (UINT32)InternalBaseLibBitFieldAndUint (Operand, StartBit, EndBit, AndData);

Completed in 43 milliseconds