Home | History | Annotate | Download | only in Library

Lines Matching refs:EndBit

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

214 If EndBit is greater than 7, then ASSERT().
215 If EndBit is less than StartBit, then ASSERT().
220 @param EndBit The ordinal of the most significant bit in the bit field.
231 IN UINTN EndBit
238 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,
280 If EndBit is greater than 7, then ASSERT().
281 If EndBit is less than StartBit, then ASSERT().
282 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
287 @param EndBit The ordinal of the most significant bit in the bit field.
299 IN UINTN EndBit,
316 If EndBit is greater than 7, then ASSERT().
317 If EndBit is less than StartBit, then ASSERT().
318 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
323 @param EndBit The ordinal of the most significant bit in the bit field.
335 IN UINTN EndBit,
354 If EndBit is greater than 7, then ASSERT().
355 If EndBit is less than StartBit, then ASSERT().
356 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
357 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
362 @param EndBit The ordinal of the most significant bit in the bit field.
375 IN UINTN EndBit,
508 specified by the StartBit and the EndBit. The value of the bit field is
514 If EndBit is greater than 15, then ASSERT().
515 If EndBit is less than StartBit, then ASSERT().
520 @param EndBit The ordinal of the most significant bit in the bit field.
531 IN UINTN EndBit
538 field is specified by the StartBit and the EndBit. All other bits in the
545 If EndBit is greater than 15, then ASSERT().
546 If EndBit is less than StartBit, then ASSERT().
547 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
552 @param EndBit The ordinal of the most significant bit in the bit field.
564 IN UINTN EndBit,
576 If EndBit is greater than 15, then ASSERT().
577 If EndBit is less than StartBit, then ASSERT().
578 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
583 @param EndBit The ordinal of the most significant bit in the bit field.
595 IN UINTN EndBit,
613 If EndBit is greater than 7, then ASSERT().
614 If EndBit is less than StartBit, then ASSERT().
615 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
620 @param EndBit The ordinal of the most significant bit in the bit field.
632 IN UINTN EndBit,
651 If EndBit is greater than 15, then ASSERT().
652 If EndBit is less than StartBit, then ASSERT().
653 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
654 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
659 @param EndBit The ordinal of the most significant bit in the bit field.
672 IN UINTN EndBit,
802 specified by the StartBit and the EndBit. The value of the bit field is
808 If EndBit is greater than 31, then ASSERT().
809 If EndBit is less than StartBit, then ASSERT().
814 @param EndBit The ordinal of the most significant bit in the bit field.
825 IN UINTN EndBit
832 field is specified by the StartBit and the EndBit. All other bits in the
839 If EndBit is greater than 31, then ASSERT().
840 If EndBit is less than StartBit, then ASSERT().
841 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
846 @param EndBit The ordinal of the most significant bit in the bit field.
858 IN UINTN EndBit,
875 If EndBit is greater than 31, then ASSERT().
876 If EndBit is less than StartBit, then ASSERT().
877 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
882 @param EndBit The ordinal of the most significant bit in the bit field.
894 IN UINTN EndBit,
911 If EndBit is greater than 31, then ASSERT().
912 If EndBit is less than StartBit, then ASSERT().
913 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
918 @param EndBit The ordinal of the most significant bit in the bit field.
930 IN UINTN EndBit,
949 If EndBit is greater than 31, then ASSERT().
950 If EndBit is less than StartBit, then ASSERT().
951 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
952 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
957 @param EndBit The ordinal of the most significant bit in the bit field.
970 IN UINTN EndBit,