Searched defs:hashTable (Results 1 – 10 of 10) sorted by relevance
20 U32* const hashTable = ms->hashTable; in ZSTD_fillHashTable() local53 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_generic() local212 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_dictMatchState_generic() local380 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_extDict_generic() local
25 U32* const hashTable = ms->hashTable; in ZSTD_updateDUBT() local238 U32* const hashTable = ms->hashTable; in ZSTD_DUBT_findBestMatch() local455 U32* const hashTable = ms->hashTable; in ZSTD_insertAndFindFirstIndex_internal() local483 U32* const hashTable = ms->hashTable; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
375 U32* const hashTable = ms->hashTable; in ZSTD_insertBt1() local525 U32* const hashTable = ms->hashTable; in ZSTD_insertBtAndGetAllMatches() local
163 U32* hashTable; member188 ldmEntry_t* hashTable; member
338 uint32_t hashTable[LZ4_HASH_SIZE_U32]; member356 unsigned int hashTable[LZ4_HASH_SIZE_U32]; member
441 case byPtr: { const BYTE** hashTable = (const BYTE**)tableBase; hashTable[h] = p; return; } in LZ4_putPositionOnHash() local442 case byU32: { U32* hashTable = (U32*) tableBase; hashTable[h] = (U32)(p-srcBase); return; } in LZ4_putPositionOnHash() local443 case byU16: { U16* hashTable = (U16*) tableBase; hashTable[h] = (U16)(p-srcBase); return; } in LZ4_putPositionOnHash() local455 …if (tableType == byPtr) { const BYTE** hashTable = (const BYTE**) tableBase; return hashTable[h]; } in LZ4_getPositionOnHash() local456 …if (tableType == byU32) { const U32* const hashTable = (U32*) tableBase; return hashTable[h] + src… in LZ4_getPositionOnHash() local457 …{ const U16* const hashTable = (U16*) tableBase; return hashTable[h] + srcBase; } /* default, to… in LZ4_getPositionOnHash() local
376 HTYPE hashTable[HASHTABLESIZE]; member
368 HTYPE hashTable[HASHTABLESIZE]; member
1438 __m256i hashTable[HASH_TABLESIZE>>3]; member1440 U32 hashTable[HASH_TABLESIZE]; member
10056 U32* hashTable; member10077 ldmEntry_t* hashTable; member17905 U32* const hashTable = ms->hashTable; in ZSTD_fillHashTable() local17938 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_generic() local18097 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_dictMatchState_generic() local18265 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_extDict_generic() local18408 U32* const hashTable = ms->hashTable; in ZSTD_updateDUBT() local18621 U32* const hashTable = ms->hashTable; in ZSTD_DUBT_findBestMatch() local18837 U32* const hashTable = ms->hashTable; in ZSTD_insertAndFindFirstIndex_internal() local20519 U32* const hashTable = ms->hashTable; in ZSTD_insertBt1() local[all …]