Lines Matching refs:EncodedBytes
524 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local
533 EncodedBytes = 0; in LowerPATCHPOINT()
538 ++EncodedBytes; in LowerPATCHPOINT()
543 ++EncodedBytes; in LowerPATCHPOINT()
548 ++EncodedBytes; in LowerPATCHPOINT()
560 ++EncodedBytes; in LowerPATCHPOINT()
572 ++EncodedBytes; in LowerPATCHPOINT()
577 ++EncodedBytes; in LowerPATCHPOINT()
582 ++EncodedBytes; in LowerPATCHPOINT()
584 ++EncodedBytes; in LowerPATCHPOINT()
591 ++EncodedBytes; in LowerPATCHPOINT()
600 EncodedBytes += 2; in LowerPATCHPOINT()
604 EncodedBytes *= 4; in LowerPATCHPOINT()
608 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()
610 assert((NumBytes - EncodedBytes) % 4 == 0 && in LowerPATCHPOINT()
612 for (unsigned i = EncodedBytes; i < NumBytes; i += 4) in LowerPATCHPOINT()