OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_DICTIONARY_ENTRY_BITS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.h
50
#define
MAX_DICTIONARY_ENTRY_BITS
12
51
#define MAX_DICTIONARY_ENTRIES 4096 // 2^
MAX_DICTIONARY_ENTRY_BITS
GIFImageReader.cpp
756
// that our datasize is strictly less than the
MAX_DICTIONARY_ENTRY_BITS
.
757
if (m_frameContext->dataSize() >=
MAX_DICTIONARY_ENTRY_BITS
)
Completed in 305 milliseconds