Lines Matching refs:EncodedBytes
364 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local
373 EncodedBytes = 0; in LowerPATCHPOINT()
378 ++EncodedBytes; in LowerPATCHPOINT()
383 ++EncodedBytes; in LowerPATCHPOINT()
388 ++EncodedBytes; in LowerPATCHPOINT()
400 ++EncodedBytes; in LowerPATCHPOINT()
412 ++EncodedBytes; in LowerPATCHPOINT()
417 ++EncodedBytes; in LowerPATCHPOINT()
422 ++EncodedBytes; in LowerPATCHPOINT()
424 ++EncodedBytes; in LowerPATCHPOINT()
431 ++EncodedBytes; in LowerPATCHPOINT()
440 EncodedBytes += 2; in LowerPATCHPOINT()
444 EncodedBytes *= 4; in LowerPATCHPOINT()
448 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()
450 assert((NumBytes - EncodedBytes) % 4 == 0 && in LowerPATCHPOINT()
452 for (unsigned i = EncodedBytes; i < NumBytes; i += 4) in LowerPATCHPOINT()