Searched defs:hashTable (Results 1 - 12 of 12) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | lz4.h | 99 uint32_t hashTable[LZ4_HASH_SIZE_U32]; member 115 unsigned int hashTable[LZ4HC_HASHTABLESIZE]; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | lz4.h | 99 uint32_t hashTable[LZ4_HASH_SIZE_U32]; member 115 unsigned int hashTable[LZ4HC_HASHTABLESIZE]; member
|
| /kernel/linux/linux-5.10/lib/lz4/ |
| H A D | lz4_compress.c | 101 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; LZ4_getPositionOnHash() local [all...] |
| H A D | lz4hc_compress.c | 78 U32 * const hashTable = hc4->hashTable; in LZ4HC_Insert() local
|
| /kernel/linux/linux-5.10/lib/zstd/ |
| H A D | zstd_opt.h | 242 U32 *const hashTable = zc->hashTable; in ZSTD_insertBtAndGetAllMatches() local
|
| H A D | compress.c | 78 U32 *hashTable; member 994 U32 *const hashTable = zc->hashTable; in ZSTD_fillHashTable() local 1010 U32 *const hashTable = cctx->hashTable; in ZSTD_compressBlock_fast_generic() local 1118 U32 *hashTable = ctx->hashTable; ZSTD_compressBlock_fast_extDict_generic() local 1563 U32 *const hashTable = zc->hashTable; ZSTD_insertBt1() local 1646 U32 *const hashTable = zc->hashTable; ZSTD_insertBtAndFindBestMatch() local 1798 U32 *const hashTable = zc->hashTable; ZSTD_insertAndFindFirstIndex() local [all...] |
| /kernel/linux/linux-6.6/lib/zstd/compress/ |
| H A D | zstd_fast.c | 20 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; ZSTD_compressBlock_fast_dictMatchState_generic() local 553 U32* const hashTable = ms->hashTable; ZSTD_compressBlock_fast_extDict_generic() local [all...] |
| H A D | zstd_opt.c | 418 U32* const hashTable = ms->hashTable; in ZSTD_insertBt1() local 572 U32* const hashTable = ms->hashTable; in ZSTD_insertBtAndGetAllMatches() local
|
| H A D | zstd_lazy.c | 25 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; ZSTD_dedicatedDictSearch_lazy_loadDictionary() local 622 U32* const hashTable = ms->hashTable; ZSTD_insertAndFindFirstIndex_internal() local 843 ZSTD_row_prefetch(U32 const* hashTable, U16 const* tagTable, U32 const relRow, U32 const rowLog) ZSTD_row_prefetch() argument 866 U32 const* const hashTable = ms->hashTable; ZSTD_row_fillHashCache() local 888 ZSTD_row_nextCachedHash(U32* cache, U32 const* hashTable, U16 const* tagTable, BYTE const* base, U32 idx, U32 const hashLog, U32 const rowLog, U32 const mls) ZSTD_row_nextCachedHash() argument 910 U32* const hashTable = ms->hashTable; ZSTD_row_update_internalImpl() local 1127 U32* const hashTable = ms->hashTable; ZSTD_RowFindBestMatch() local [all...] |
| H A D | zstd_compress_internal.h | 218 U32* hashTable; member 255 ldmEntry_t* hashTable; member
|
| /kernel/linux/linux-6.6/lib/lz4/ |
| H A D | lz4_compress.c | 101 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; LZ4_getPositionOnHash() local [all...] |
| H A D | lz4hc_compress.c | 78 U32 * const hashTable = hc4->hashTable; in LZ4HC_Insert() local
|
Completed in 21 milliseconds