Home | History | Annotate | Download | only in UefiHiiLib

Lines Matching refs:VarWidth

932   This function checks VarOffset and VarWidth is in the block range.

936 @param VarWidth Width of var.
945 IN UINT16 VarWidth
963 if ((VarOffset >= BlockData->Offset) && ((VarOffset + VarWidth) <= (BlockData->Offset + BlockData->Width))) {