Home
last modified time | relevance | path

Searched defs:hashTable (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/lib/lz4/
Dlz4_compress.c101 const BYTE **hashTable = (const BYTE **)tableBase; in LZ4_putPositionOnHash() local
108 U32 *hashTable = (U32 *) tableBase; in LZ4_putPositionOnHash() local
115 U16 *hashTable = (U16 *) tableBase; in LZ4_putPositionOnHash() local
141 const BYTE **hashTable = (const BYTE **) tableBase; in LZ4_getPositionOnHash() local
147 const U32 * const hashTable = (U32 *) tableBase; in LZ4_getPositionOnHash() local
154 const U16 * const hashTable = (U16 *) tableBase; in LZ4_getPositionOnHash() local
Dlz4hc_compress.c78 U32 * const hashTable = hc4->hashTable; in LZ4HC_Insert() local
/Linux-v6.1/lib/zstd/compress/
Dzstd_fast.c20 U32* const hashTable = ms->hashTable; in ZSTD_fillHashTable() local
53 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_generic() local
212 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_dictMatchState_generic() local
380 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_extDict_generic() local
Dzstd_lazy.c25 U32* const hashTable = ms->hashTable; in ZSTD_updateDUBT() local
238 U32* const hashTable = ms->hashTable; in ZSTD_DUBT_findBestMatch() local
456 U32* const hashTable = ms->hashTable; in ZSTD_insertAndFindFirstIndex_internal() local
484 U32* const hashTable = ms->hashTable; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
Dzstd_opt.c387 U32* const hashTable = ms->hashTable; in ZSTD_insertBt1() local
537 U32* const hashTable = ms->hashTable; in ZSTD_insertBtAndGetAllMatches() local
Dzstd_compress_internal.h157 U32* hashTable; member
191 ldmEntry_t* hashTable; member
/Linux-v6.1/include/linux/
Dlz4.h99 uint32_t hashTable[LZ4_HASH_SIZE_U32]; member
115 unsigned int hashTable[LZ4HC_HASHTABLESIZE]; member