Home | History | Annotate | Download | only in Library

Lines Matching refs:EndBit

173   specified by the StartBit and the EndBit. The value of the bit field is

178 If EndBit is greater than 7, then ASSERT().
179 If EndBit is less than StartBit, then ASSERT().
184 @param[in] EndBit The ordinal of the most significant bit in the bit field.
195 IN UINTN EndBit
203 field is specified by the StartBit and the EndBit. All other bits in the
209 If EndBit is greater than 7, then ASSERT().
210 If EndBit is less than StartBit, then ASSERT().
211 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
216 @param[in] EndBit The ordinal of the most significant bit in the bit field.
228 IN UINTN EndBit,
246 If EndBit is greater than 7, then ASSERT().
247 If EndBit is less than StartBit, then ASSERT().
248 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
253 @param[in] EndBit The ordinal of the most significant bit in the bit field.
265 IN UINTN EndBit,
283 If EndBit is greater than 7, then ASSERT().
284 If EndBit is less than StartBit, then ASSERT().
285 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
290 @param[in] EndBit The ordinal of the most significant bit in the bit field.
302 IN UINTN EndBit,
321 If EndBit is greater than 7, then ASSERT().
322 If EndBit is less than StartBit, then ASSERT().
323 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
324 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
329 @param[in] EndBit The ordinal of the most significant bit in the bit field.
342 IN UINTN EndBit,
488 specified by the StartBit and the EndBit. The value of the bit field is
494 If EndBit is greater than 15, then ASSERT().
495 If EndBit is less than StartBit, then ASSERT().
500 @param[in] EndBit The ordinal of the most significant bit in the bit field.
511 IN UINTN EndBit
519 field is specified by the StartBit and the EndBit. All other bits in the
526 If EndBit is greater than 15, then ASSERT().
527 If EndBit is less than StartBit, then ASSERT().
528 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
533 @param[in] EndBit The ordinal of the most significant bit in the bit field.
545 IN UINTN EndBit,
564 If EndBit is greater than 15, then ASSERT().
565 If EndBit is less than StartBit, then ASSERT().
566 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
571 @param[in] EndBit The ordinal of the most significant bit in the bit field.
583 IN UINTN EndBit,
602 If EndBit is greater than 15, then ASSERT().
603 If EndBit is less than StartBit, then ASSERT().
604 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
609 @param[in] EndBit The ordinal of the most significant bit in the bit field.
621 IN UINTN EndBit,
641 If EndBit is greater than 15, then ASSERT().
642 If EndBit is less than StartBit, then ASSERT().
643 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
644 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
649 @param[in] EndBit The ordinal of the most significant bit in the bit field.
662 IN UINTN EndBit,
808 specified by the StartBit and the EndBit. The value of the bit field is
814 If EndBit is greater than 31, then ASSERT().
815 If EndBit is less than StartBit, then ASSERT().
820 @param[in] EndBit The ordinal of the most significant bit in the bit field.
831 IN UINTN EndBit
839 field is specified by the StartBit and the EndBit. All other bits in the
846 If EndBit is greater than 31, then ASSERT().
847 If EndBit is less than StartBit, then ASSERT().
848 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
853 @param[in] EndBit The ordinal of the most significant bit in the bit field.
865 IN UINTN EndBit,
884 If EndBit is greater than 31, then ASSERT().
885 If EndBit is less than StartBit, then ASSERT().
886 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
891 @param[in] EndBit The ordinal of the most significant bit in the bit field.
903 IN UINTN EndBit,
922 If EndBit is greater than 31, then ASSERT().
923 If EndBit is less than StartBit, then ASSERT().
924 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
929 @param[in] EndBit The ordinal of the most significant bit in the bit field.
941 IN UINTN EndBit,
961 If EndBit is greater than 31, then ASSERT().
962 If EndBit is less than StartBit, then ASSERT().
963 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
964 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
969 @param[in] EndBit The ordinal of the most significant bit in the bit field.
982 IN UINTN EndBit,