Home | History | Annotate | Download | only in BaseLib

Lines Matching full:specified

20   Returns the bitfield specified by the StartBit and the EndBit from Operand.

48 Performs a bitwise OR between the bit field specified by StartBit and EndBit
49 in Operand and the value specified by AndData. All other bits in Operand are
52 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
90 Performs a bitwise AND between the bit field specified by StartBit and EndBit
91 in Operand and the value specified by AndData. All other bits in Operand are
94 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
131 Returns the bitfield specified by the StartBit and the EndBit from Operand.
163 Writes Value to the bit field specified by the StartBit and the EndBit in
171 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
201 Performs a bitwise OR between the bit field specified by StartBit
202 and EndBit in Operand and the value specified by OrData. All other bits in
209 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
239 Performs a bitwise AND between the bit field specified by StartBit and EndBit
240 in Operand and the value specified by AndData. All other bits in Operand are
247 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
277 Performs a bitwise AND between the bit field specified by StartBit and EndBit
278 in Operand and the value specified by AndData, followed by a bitwise
279 OR with value specified by OrData. All other bits in Operand are
286 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
287 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
323 Returns the bitfield specified by the StartBit and the EndBit from Operand.
355 Writes Value to the bit field specified by the StartBit and the EndBit in
363 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
393 Performs a bitwise OR between the bit field specified by StartBit
394 and EndBit in Operand and the value specified by OrData. All other bits in
401 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
431 Performs a bitwise AND between the bit field specified by StartBit and EndBit
432 in Operand and the value specified by AndData. All other bits in Operand are
439 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
469 Performs a bitwise AND between the bit field specified by StartBit and EndBit
470 in Operand and the value specified by AndData, followed by a bitwise
471 OR with value specified by OrData. All other bits in Operand are
478 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
479 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
515 Returns the bitfield specified by the StartBit and the EndBit from Operand.
547 Writes Value to the bit field specified by the StartBit and the EndBit in
555 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
585 Performs a bitwise OR between the bit field specified by StartBit
586 and EndBit in Operand and the value specified by OrData. All other bits in
593 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
623 Performs a bitwise AND between the bit field specified by StartBit and EndBit
624 in Operand and the value specified by AndData. All other bits in Operand are
631 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
661 Performs a bitwise AND between the bit field specified by StartBit and EndBit
662 in Operand and the value specified by AndData, followed by a bitwise
663 OR with value specified by OrData. All other bits in Operand are
670 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
671 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
707 Returns the bitfield specified by the StartBit and the EndBit from Operand.
739 Writes Value to the bit field specified by the StartBit and the EndBit in
747 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
777 Performs a bitwise OR between the bit field specified by StartBit
778 and EndBit in Operand and the value specified by OrData. All other bits in
785 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
829 Performs a bitwise AND between the bit field specified by StartBit and EndBit
830 in Operand and the value specified by AndData. All other bits in Operand are
837 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
881 Performs a bitwise AND between the bit field specified by StartBit and EndBit
882 in Operand and the value specified by AndData, followed by a bitwise
883 OR with value specified by OrData. All other bits in Operand are
890 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
891 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().