Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/lib/zstd/compress/
Dzstd_fast.c20 U32* const hashTable = ms->hashTable; in ZSTD_fillHashTable() local
99 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_noDict_generic() local
377 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_dictMatchState_generic() local
553 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
402 U32* const hashTable = ms->hashTable; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
622 U32* const hashTable = ms->hashTable; in ZSTD_insertAndFindFirstIndex_internal() local
843 FORCE_INLINE_TEMPLATE void ZSTD_row_prefetch(U32 const* hashTable, U16 const* tagTable, U32 const r… in ZSTD_row_prefetch()
866 U32 const* const hashTable = ms->hashTable; in ZSTD_row_fillHashCache() local
888 FORCE_INLINE_TEMPLATE U32 ZSTD_row_nextCachedHash(U32* cache, U32 const* hashTable, in ZSTD_row_nextCachedHash()
910 U32* const hashTable = ms->hashTable; in ZSTD_row_update_internalImpl() local
1127 U32* const hashTable = ms->hashTable; in ZSTD_RowFindBestMatch() local
Dzstd_opt.c418 U32* const hashTable = ms->hashTable; in ZSTD_insertBt1() local
572 U32* const hashTable = ms->hashTable; in ZSTD_insertBtAndGetAllMatches() local
Dzstd_compress_internal.h218 U32* hashTable; member
255 ldmEntry_t* hashTable; member
/linux-6.6.21/include/linux/
Dlz4.h99 uint32_t hashTable[LZ4_HASH_SIZE_U32]; member
115 unsigned int hashTable[LZ4HC_HASHTABLESIZE]; member