Searched refs:chainIndex (Results 1 – 1 of 1) sorted by relevance
679 U32 const chainIndex = chainPackedPointer >> 8; in ZSTD_HcFindBestMatch_generic() local681 PREFETCH_L1(&dms->chainTable[chainIndex]); in ZSTD_HcFindBestMatch_generic()716 U32 chainIndex = chainPackedPointer >> 8; in ZSTD_HcFindBestMatch_generic() local723 PREFETCH_L1(ddsBase + dms->chainTable[chainIndex + chainAttempt]); in ZSTD_HcFindBestMatch_generic()726 for (chainAttempt = 0 ; chainAttempt < chainLimit; chainAttempt++, chainIndex++) { in ZSTD_HcFindBestMatch_generic()729 matchIndex = dms->chainTable[chainIndex]; in ZSTD_HcFindBestMatch_generic()