Home
last modified time | relevance | path

Searched refs:MaxCode1 (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c1128 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;
H A Dgif_lib_private.h109 MaxCode1, /* 1 bigger than max. possible code, in RunningBits bits. */ member