OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxCode1
(Results
1 - 3
of
3
) sorted by null
/external/giflib/
gif_lib_private.h
39
MaxCode1
, /* 1 bigger than max. possible code, in RunningBits bits. */
dgif_lib.c
772
Private->
MaxCode1
= 1 << Private->RunningBits; /* Max. code + 1. */
834
Private->
MaxCode1
= 1 << Private->RunningBits;
[
all
...]
egif_lib.c
855
Private->
MaxCode1
= 1 << Private->RunningBits; /* Max. code + 1. */
927
Private->
MaxCode1
= 1 << Private->RunningBits;
[
all
...]
Completed in 64 milliseconds