Lines Matching refs:EndBit
207 specified by the StartBit and the EndBit. The value of the bit field is
213 If EndBit is greater than 7, then ASSERT().
214 If EndBit is less than StartBit, then ASSERT().
219 @param EndBit The ordinal of the most significant bit in the bit field.
230 IN UINTN EndBit
237 field is specified by the StartBit and the EndBit. All other bits in the
244 If EndBit is greater than 7, then ASSERT().
245 If EndBit is less than StartBit, then ASSERT().
246 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
251 @param EndBit The ordinal of the most significant bit in the bit field.
263 IN UINTN EndBit,
281 If EndBit is greater than 7, then ASSERT().
282 If EndBit is less than StartBit, then ASSERT().
283 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
288 @param EndBit The ordinal of the most significant bit in the bit field.
300 IN UINTN EndBit,
318 If EndBit is greater than 7, then ASSERT().
319 If EndBit is less than StartBit, then ASSERT().
320 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
325 @param EndBit The ordinal of the most significant bit in the bit field.
337 IN UINTN EndBit,
357 If EndBit is greater than 7, then ASSERT().
358 If EndBit is less than StartBit, then ASSERT().
359 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
360 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
365 @param EndBit The ordinal of the most significant bit in the bit field.
378 IN UINTN EndBit,
525 specified by the StartBit and the EndBit. The value of the bit field is
532 If EndBit is greater than 15, then ASSERT().
533 If EndBit is less than StartBit, then ASSERT().
538 @param EndBit The ordinal of the most significant bit in the bit field.
549 IN UINTN EndBit
556 field is specified by the StartBit and the EndBit. All other bits in the
564 If EndBit is greater than 15, then ASSERT().
565 If EndBit is less than StartBit, then ASSERT().
566 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
571 @param 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 OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
609 @param EndBit The ordinal of the most significant bit in the bit field.
621 IN UINTN EndBit,
640 If EndBit is greater than 15, then ASSERT().
641 If EndBit is less than StartBit, then ASSERT().
642 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
647 @param EndBit The ordinal of the most significant bit in the bit field.
659 IN UINTN EndBit,
680 If EndBit is greater than 15, then ASSERT().
681 If EndBit is less than StartBit, then ASSERT().
682 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
683 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
688 @param EndBit The ordinal of the most significant bit in the bit field.
701 IN UINTN EndBit,
848 specified by the StartBit and the EndBit. The value of the bit field is
855 If EndBit is greater than 31, then ASSERT().
856 If EndBit is less than StartBit, then ASSERT().
861 @param EndBit The ordinal of the most significant bit in the bit field.
872 IN UINTN EndBit
879 field is specified by the StartBit and the EndBit. All other bits in the
887 If EndBit is greater than 31, then ASSERT().
888 If EndBit is less than StartBit, then ASSERT().
889 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
894 @param EndBit The ordinal of the most significant bit in the bit field.
906 IN UINTN EndBit,
925 If EndBit is greater than 31, then ASSERT().
926 If EndBit is less than StartBit, then ASSERT().
927 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
932 @param EndBit The ordinal of the most significant bit in the bit field.
944 IN UINTN EndBit,
963 If EndBit is greater than 31, then ASSERT().
964 If EndBit is less than StartBit, then ASSERT().
965 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
970 @param EndBit The ordinal of the most significant bit in the bit field.
982 IN UINTN EndBit,
1003 If EndBit is greater than 31, then ASSERT().
1004 If EndBit is less than StartBit, then ASSERT().
1005 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1006 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
1011 @param EndBit The ordinal of the most significant bit in the bit field.
1024 IN UINTN EndBit,