Lines Matching defs:BitLength
530 UINT32 BitLength = 1;
548 BitLength = 1;
554 BitLength = 2;
561 BitLength = 2;
568 BitLength = 2;
574 BitLength = 8;
580 BitLength = 2;
586 BitLength = 4;
592 BitLength = 4;
598 BitLength = 4;
604 BitLength = 4;
610 BitLength = 16;
621 if (Value >= ((UINT64) 1 << BitLength))
623 snprintf (AslGbl_MsgBuffer, sizeof(AslGbl_MsgBuffer), "Maximum %u bit", BitLength);