Lines Matching refs:EndBit
373 Returns the bitfield specified by the StartBit and the EndBit from Operand.
377 @param EndBit The ordinal of the most significant bit in the bit field.
387 IN UINTN EndBit
395 Performs a bitwise OR between the bit field specified by StartBit and EndBit
401 @param EndBit The ordinal of the most significant bit in the bit field.
412 IN UINTN EndBit,
421 Performs a bitwise AND between the bit field specified by StartBit and EndBit
427 @param EndBit The ordinal of the most significant bit in the bit field.
438 IN UINTN EndBit,