Lines Matching +defs:hash +defs:base

32     const BYTE* const base = ms->window.base;  in ZSTD_updateDUBT()  local
74 const BYTE* const base = ms->window.base; in ZSTD_insertDUBT1() local
169 const BYTE* const base = ms->window.base; in ZSTD_DUBT_findBetterDictMatch() local
243 const BYTE* const base = ms->window.base; in ZSTD_DUBT_findBestMatch() local
400 const BYTE* const base = ms->window.base; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
626 const BYTE* const base = ms->window.base; in ZSTD_insertAndFindFirstIndex_internal() local
658 const BYTE* const base = ms->window.base; in ZSTD_HcFindBestMatch() local
862 FORCE_INLINE_TEMPLATE void ZSTD_row_fillHashCache(ZSTD_matchState_t* ms, const BYTE* base, in ZSTD_row_fillHashCache()
873 U32 const hash = (U32)ZSTD_hashPtr(base + idx, hashLog + ZSTD_ROW_HASH_TAG_BITS, mls); in ZSTD_row_fillHashCache() local
889 U16 const* tagTable, BYTE const* base, in ZSTD_row_nextCachedHash()
896 { U32 const hash = cache[idx & ZSTD_ROW_HASH_CACHE_MASK]; in ZSTD_row_nextCachedHash() local
913 const BYTE* const base = ms->window.base; in ZSTD_row_update_internalImpl() local
917 …U32 const hash = useCache ? ZSTD_row_nextCachedHash(ms->hashCache, hashTable, tagTable, base, upda… in ZSTD_row_update_internalImpl() local
940 const BYTE* const base = ms->window.base; in ZSTD_row_update_internal() local
1132 const BYTE* const base = ms->window.base; in ZSTD_RowFindBestMatch() local
1183 …U32 const hash = ZSTD_row_nextCachedHash(hashCache, hashTable, tagTable, base, curr, hashLog, rowL… in ZSTD_RowFindBestMatch() local
1488 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_lazy_generic() local
1875 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_lazy_extDict_generic() local