Lines Matching refs:EndBit
202 specified by the StartBit and the EndBit. The value of the bit field is
207 If EndBit is greater than 7, then ASSERT().
208 If EndBit is less than StartBit, then ASSERT().
213 @param EndBit The ordinal of the most significant bit in the bit field.
224 IN UINTN EndBit
231 field is specified by the StartBit and the EndBit. All other bits in the
237 If EndBit is greater than 7, then ASSERT().
238 If EndBit is less than StartBit, then ASSERT().
239 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
244 @param EndBit The ordinal of the most significant bit in the bit field.
256 IN UINTN EndBit,
273 If EndBit is greater than 7, then ASSERT().
274 If EndBit is less than StartBit, then ASSERT().
275 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
280 @param EndBit The ordinal of the most significant bit in the bit field.
292 IN UINTN EndBit,
309 If EndBit is greater than 7, then ASSERT().
310 If EndBit is less than StartBit, then ASSERT().
311 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
316 @param EndBit The ordinal of the most significant bit in the bit field.
328 IN UINTN EndBit,
347 If EndBit is greater than 7, then ASSERT().
348 If EndBit is less than StartBit, then ASSERT().
349 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
350 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
355 @param EndBit The ordinal of the most significant bit in the bit field.
368 IN UINTN EndBit,
510 specified by the StartBit and the EndBit. The value of the bit field is
516 If EndBit is greater than 15, then ASSERT().
517 If EndBit is less than StartBit, then ASSERT().
522 @param EndBit The ordinal of the most significant bit in the bit field.
533 IN UINTN EndBit
540 field is specified by the StartBit and the EndBit. All other bits in the
547 If EndBit is greater than 15, then ASSERT().
548 If EndBit is less than StartBit, then ASSERT().
549 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
554 @param EndBit The ordinal of the most significant bit in the bit field.
566 IN UINTN EndBit,
584 If EndBit is greater than 15, then ASSERT().
585 If EndBit is less than StartBit, then ASSERT().
586 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
591 @param EndBit The ordinal of the most significant bit in the bit field.
603 IN UINTN EndBit,
621 If EndBit is greater than 15, then ASSERT().
622 If EndBit is less than StartBit, then ASSERT().
623 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
628 @param EndBit The ordinal of the most significant bit in the bit field.
640 IN UINTN EndBit,
660 If EndBit is greater than 15, then ASSERT().
661 If EndBit is less than StartBit, then ASSERT().
662 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
663 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
668 @param EndBit The ordinal of the most significant bit in the bit field.
681 IN UINTN EndBit,
823 specified by the StartBit and the EndBit. The value of the bit field is
829 If EndBit is greater than 31, then ASSERT().
830 If EndBit is less than StartBit, then ASSERT().
835 @param EndBit The ordinal of the most significant bit in the bit field.
846 IN UINTN EndBit
853 field is specified by the StartBit and the EndBit. All other bits in the
860 If EndBit is greater than 31, then ASSERT().
861 If EndBit is less than StartBit, then ASSERT().
862 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
867 @param EndBit The ordinal of the most significant bit in the bit field.
879 IN UINTN EndBit,
897 If EndBit is greater than 31, then ASSERT().
898 If EndBit is less than StartBit, then ASSERT().
899 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
904 @param EndBit The ordinal of the most significant bit in the bit field.
916 IN UINTN EndBit,
934 If EndBit is greater than 31, then ASSERT().
935 If EndBit is less than StartBit, then ASSERT().
936 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
941 @param EndBit The ordinal of the most significant bit in the bit field.
953 IN UINTN EndBit,
973 If EndBit is greater than 31, then ASSERT().
974 If EndBit is less than StartBit, then ASSERT().
975 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
976 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
981 @param EndBit The ordinal of the most significant bit in the bit field.
994 IN UINTN EndBit,