Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A 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
H A Dzstd_lazy.c25 U32* const hashTable = ms->hashTable; in ZSTD_updateDUBT() local
238 U32* const hashTable = ms->hashTable; in ZSTD_DUBT_findBestMatch() local
455 U32* const hashTable = ms->hashTable; in ZSTD_insertAndFindFirstIndex_internal() local
483 U32* const hashTable = ms->hashTable; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
H A Dzstd_opt.c375 U32* const hashTable = ms->hashTable; in ZSTD_insertBt1() local
525 U32* const hashTable = ms->hashTable; in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_compress_internal.h163 U32* hashTable; member
188 ldmEntry_t* hashTable; member
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4internal.h338 uint32_t hashTable[LZ4_HASH_SIZE_U32]; member
356 unsigned int hashTable[LZ4_HASH_SIZE_U32]; member
H A Dlz4.c441 case byPtr: { const BYTE** hashTable = (const BYTE**)tableBase; hashTable[h] = p; return; } in LZ4_putPositionOnHash() local
442 case byU32: { U32* hashTable = (U32*) tableBase; hashTable[h] = (U32)(p-srcBase); return; } in LZ4_putPositionOnHash() local
443 case byU16: { U16* hashTable = (U16*) tableBase; hashTable[h] = (U16)(p-srcBase); return; } in LZ4_putPositionOnHash() local
455 …if (tableType == byPtr) { const BYTE** hashTable = (const BYTE**) tableBase; return hashTable[h]; } in LZ4_getPositionOnHash() local
456 …if (tableType == byU32) { const U32* const hashTable = (U32*) tableBase; return hashTable[h] + src… in LZ4_getPositionOnHash() local
457 …{ const U16* const hashTable = (U16*) tableBase; return hashTable[h] + srcBase; } /* default, to… in LZ4_getPositionOnHash() local
/freebsd-13.1/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c376 HTYPE hashTable[HASHTABLESIZE]; member
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dlz4.c368 HTYPE hashTable[HASHTABLESIZE]; member
/freebsd-13.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1438 __m256i hashTable[HASH_TABLESIZE>>3]; member
1440 U32 hashTable[HASH_TABLESIZE]; member
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10056 U32* hashTable; member
10077 ldmEntry_t* hashTable; member
17905 U32* const hashTable = ms->hashTable; in ZSTD_fillHashTable() local
17938 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_generic() local
18097 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_dictMatchState_generic() local
18265 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_extDict_generic() local
18408 U32* const hashTable = ms->hashTable; in ZSTD_updateDUBT() local
18621 U32* const hashTable = ms->hashTable; in ZSTD_DUBT_findBestMatch() local
18837 U32* const hashTable = ms->hashTable; in ZSTD_insertAndFindFirstIndex_internal() local
20519 U32* const hashTable = ms->hashTable; in ZSTD_insertBt1() local
[all …]