HomeSort by relevance Sort by last modified time
    Searched refs:LZ4_HASH_SIZE_U32 (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4.h 330 #define LZ4_HASH_SIZE_U32 (1 << LZ4_HASHLOG) /* required as macro for static allocation */
336 uint32_t hashTable[LZ4_HASH_SIZE_U32];
354 unsigned int hashTable[LZ4_HASH_SIZE_U32];
lz4.c     [all...]

Completed in 153 milliseconds