Lines Matching refs:EncodedBytes
473 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local
482 EncodedBytes = 0; in LowerPATCHPOINT()
487 ++EncodedBytes; in LowerPATCHPOINT()
492 ++EncodedBytes; in LowerPATCHPOINT()
497 ++EncodedBytes; in LowerPATCHPOINT()
509 ++EncodedBytes; in LowerPATCHPOINT()
521 ++EncodedBytes; in LowerPATCHPOINT()
526 ++EncodedBytes; in LowerPATCHPOINT()
531 ++EncodedBytes; in LowerPATCHPOINT()
533 ++EncodedBytes; in LowerPATCHPOINT()
540 ++EncodedBytes; in LowerPATCHPOINT()
549 EncodedBytes += 2; in LowerPATCHPOINT()
553 EncodedBytes *= 4; in LowerPATCHPOINT()
557 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()
559 assert((NumBytes - EncodedBytes) % 4 == 0 && in LowerPATCHPOINT()
561 for (unsigned i = EncodedBytes; i < NumBytes; i += 4) in LowerPATCHPOINT()