Lines Matching refs:EncodedBytes
561 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local
570 EncodedBytes = 0; in LowerPATCHPOINT()
575 ++EncodedBytes; in LowerPATCHPOINT()
580 ++EncodedBytes; in LowerPATCHPOINT()
585 ++EncodedBytes; in LowerPATCHPOINT()
597 ++EncodedBytes; in LowerPATCHPOINT()
609 ++EncodedBytes; in LowerPATCHPOINT()
614 ++EncodedBytes; in LowerPATCHPOINT()
619 ++EncodedBytes; in LowerPATCHPOINT()
621 ++EncodedBytes; in LowerPATCHPOINT()
628 ++EncodedBytes; in LowerPATCHPOINT()
637 EncodedBytes += 2; in LowerPATCHPOINT()
641 EncodedBytes *= 4; in LowerPATCHPOINT()
645 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()
647 assert((NumBytes - EncodedBytes) % 4 == 0 && in LowerPATCHPOINT()
649 for (unsigned i = EncodedBytes; i < NumBytes; i += 4) in LowerPATCHPOINT()