Searched refs:LookupEntry (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzinflate.h60 struct LookupEntry struct in class:HuffmanDecoder
76 void FillCacheEntry(LookupEntry &entry, code_t normalizedCode) const;
80 mutable std::vector<LookupEntry, AllocatorWithCleanup<LookupEntry> > m_cache;
H A Dzinflate.cpp148 void HuffmanDecoder::FillCacheEntry(LookupEntry &entry, code_t normalizedCode) const
178 LookupEntry &entry = m_cache[code & m_cacheMask];

Completed in 108 milliseconds