Home
last modified time | relevance | path

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

/linux-6.15/lib/lz4/
Dlz4_compress.c100 const BYTE **hashTable = (const BYTE **)tableBase; in LZ4_putPositionOnHash() local
107 U32 *hashTable = (U32 *) tableBase; in LZ4_putPositionOnHash() local
114 U16 *hashTable = (U16 *) tableBase; in LZ4_putPositionOnHash() local
140 const BYTE **hashTable = (const BYTE **) tableBase; in LZ4_getPositionOnHash() local
146 const U32 * const hashTable = (U32 *) tableBase; in LZ4_getPositionOnHash() local
153 const U16 * const hashTable = (U16 *) tableBase; in LZ4_getPositionOnHash() local
Dlz4hc_compress.c77 U32 * const hashTable = hc4->hashTable; in LZ4HC_Insert() local
/linux-6.15/lib/zstd/compress/
Dzstd_fast.c22 U32* const hashTable = ms->hashTable; in ZSTD_fillHashTableForCDict() local
59 U32* const hashTable = ms->hashTable; in ZSTD_fillHashTableForCCtx() local
197 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_noDict_generic() local
487 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_dictMatchState_generic() local
713 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_extDict_generic() local
Dzstd_lazy.c35 U32* const hashTable = ms->hashTable; in ZSTD_updateDUBT() local
251 U32* const hashTable = ms->hashTable; in ZSTD_DUBT_findBestMatch() local
416 U32* const hashTable = ms->hashTable; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
638 U32* const hashTable = ms->hashTable; in ZSTD_insertAndFindFirstIndex_internal() local
817 FORCE_INLINE_TEMPLATE void ZSTD_row_prefetch(U32 const* hashTable, BYTE const* tagTable, U32 const … in ZSTD_row_prefetch()
842 U32 const* const hashTable = ms->hashTable; in ZSTD_row_fillHashCache() local
866 U32 ZSTD_row_nextCachedHash(U32* cache, U32 const* hashTable, in ZSTD_row_nextCachedHash()
891 U32* const hashTable = ms->hashTable; in ZSTD_row_update_internalImpl() local
1149 U32* const hashTable = ms->hashTable; in ZSTD_RowFindBestMatch() local
Dzstd_opt.c450 U32* const hashTable = ms->hashTable; in ZSTD_insertBt1() local
608 U32* const hashTable = ms->hashTable; in ZSTD_insertBtAndGetAllMatches() local
Dzstd_compress_internal.h288 U32* hashTable; member
337 ldmEntry_t* hashTable; member
1479 MEM_STATIC void ZSTD_writeTaggedIndex(U32* const hashTable, size_t hashAndTag, U32 index) { in ZSTD_writeTaggedIndex()
/linux-6.15/include/linux/
Dlz4.h99 uint32_t hashTable[LZ4_HASH_SIZE_U32]; member
115 unsigned int hashTable[LZ4HC_HASHTABLESIZE]; member