Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.h558 #define LZ4_HASH_SIZE_U32 (1 << LZ4_HASHLOG) /* required as macro for static allocation */ macro
565 uint32_t hashTable[LZ4_HASH_SIZE_U32];
585 unsigned int hashTable[LZ4_HASH_SIZE_U32];
Dlz4.c1474 for (i=0; i<LZ4_HASH_SIZE_U32; i++) { in LZ4_renormDictT()