Searched refs:MaxCode1 (Results 1 – 2 of 2) sorted by relevance
1128 Private->MaxCode1 = 1 << Private->RunningBits; /* Max. code + 1. */1326 Private->MaxCode1 = 1 << Private->RunningBits;1457 Private->MaxCode1 = 1 << Private->RunningBits;1504 if (++Private->RunningCode > Private->MaxCode1 &&1506 Private->MaxCode1 <<= 1;
109 MaxCode1, /* 1 bigger than max. possible code, in RunningBits bits. */ member