Lines Matching refs:EndBit
201 specified by the StartBit and the EndBit. The value of the bit field is
206 If EndBit is greater than 7, then ASSERT().
207 If EndBit is less than StartBit, then ASSERT().
212 @param EndBit The ordinal of the most significant bit in the bit field.
223 IN UINTN EndBit
230 field is specified by the StartBit and the EndBit. All other bits in the
236 If EndBit is greater than 7, then ASSERT().
237 If EndBit is less than StartBit, then ASSERT().
238 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
243 @param EndBit The ordinal of the most significant bit in the bit field.
255 IN UINTN EndBit,
272 If EndBit is greater than 7, then ASSERT().
273 If EndBit is less than StartBit, then ASSERT().
274 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
279 @param EndBit The ordinal of the most significant bit in the bit field.
291 IN UINTN EndBit,
308 If EndBit is greater than 7, then ASSERT().
309 If EndBit is less than StartBit, then ASSERT().
310 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
315 @param EndBit The ordinal of the most significant bit in the bit field.
327 IN UINTN EndBit,
346 If EndBit is greater than 7, then ASSERT().
347 If EndBit is less than StartBit, then ASSERT().
348 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
349 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
354 @param EndBit The ordinal of the most significant bit in the bit field.
367 IN UINTN EndBit,
509 specified by the StartBit and the EndBit. The value of the bit field is
515 If EndBit is greater than 15, then ASSERT().
516 If EndBit is less than StartBit, then ASSERT().
521 @param EndBit The ordinal of the most significant bit in the bit field.
532 IN UINTN EndBit
539 field is specified by the StartBit and the EndBit. All other bits in the
546 If EndBit is greater than 15, then ASSERT().
547 If EndBit is less than StartBit, then ASSERT().
548 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
553 @param EndBit The ordinal of the most significant bit in the bit field.
565 IN UINTN EndBit,
583 If EndBit is greater than 15, then ASSERT().
584 If EndBit is less than StartBit, then ASSERT().
585 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
590 @param EndBit The ordinal of the most significant bit in the bit field.
602 IN UINTN EndBit,
620 If EndBit is greater than 15, then ASSERT().
621 If EndBit is less than StartBit, then ASSERT().
622 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
627 @param EndBit The ordinal of the most significant bit in the bit field.
639 IN UINTN EndBit,
659 If EndBit is greater than 15, then ASSERT().
660 If EndBit is less than StartBit, then ASSERT().
661 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
662 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
667 @param EndBit The ordinal of the most significant bit in the bit field.
680 IN UINTN EndBit,
822 specified by the StartBit and the EndBit. The value of the bit field is
828 If EndBit is greater than 31, then ASSERT().
829 If EndBit is less than StartBit, then ASSERT().
834 @param EndBit The ordinal of the most significant bit in the bit field.
845 IN UINTN EndBit
852 field is specified by the StartBit and the EndBit. All other bits in the
859 If EndBit is greater than 31, then ASSERT().
860 If EndBit is less than StartBit, then ASSERT().
861 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
866 @param EndBit The ordinal of the most significant bit in the bit field.
878 IN UINTN EndBit,
896 If EndBit is greater than 31, then ASSERT().
897 If EndBit is less than StartBit, then ASSERT().
898 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
903 @param EndBit The ordinal of the most significant bit in the bit field.
915 IN UINTN EndBit,
933 If EndBit is greater than 31, then ASSERT().
934 If EndBit is less than StartBit, then ASSERT().
935 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
940 @param EndBit The ordinal of the most significant bit in the bit field.
952 IN UINTN EndBit,
972 If EndBit is greater than 31, then ASSERT().
973 If EndBit is less than StartBit, then ASSERT().
974 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
975 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
980 @param EndBit The ordinal of the most significant bit in the bit field.
993 IN UINTN EndBit,