Lines Matching refs:EncodedBytes
449 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local
458 EncodedBytes = 0; in LowerPATCHPOINT()
463 ++EncodedBytes; in LowerPATCHPOINT()
468 ++EncodedBytes; in LowerPATCHPOINT()
473 ++EncodedBytes; in LowerPATCHPOINT()
485 ++EncodedBytes; in LowerPATCHPOINT()
497 ++EncodedBytes; in LowerPATCHPOINT()
502 ++EncodedBytes; in LowerPATCHPOINT()
507 ++EncodedBytes; in LowerPATCHPOINT()
509 ++EncodedBytes; in LowerPATCHPOINT()
516 ++EncodedBytes; in LowerPATCHPOINT()
525 EncodedBytes += 2; in LowerPATCHPOINT()
529 EncodedBytes *= 4; in LowerPATCHPOINT()
533 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()
535 assert((NumBytes - EncodedBytes) % 4 == 0 && in LowerPATCHPOINT()
537 for (unsigned i = EncodedBytes; i < NumBytes; i += 4) in LowerPATCHPOINT()