Home
last modified time | relevance | path

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

/external/giflib/
Ddgif_lib.c713 Private->MaxCode1 = 1 << Private->RunningBits; /* Max. code + 1. */
780 Private->MaxCode1 = 1 << Private->RunningBits;
913 Private->MaxCode1 = 1 << Private->RunningBits;
964 ++Private->RunningCode > Private->MaxCode1 &&
966 Private->MaxCode1 <<= 1;
Dgif_lib_private.h40 MaxCode1, /* 1 bigger than max. possible code, in RunningBits bits. */ member