Searched refs:chainIndex (Results 1 – 1 of 1) sorted by relevance
681 U32 const chainIndex = chainPackedPointer >> 8; in ZSTD_HcFindBestMatch_generic() local683 PREFETCH_L1(&dms->chainTable[chainIndex]); in ZSTD_HcFindBestMatch_generic()718 U32 chainIndex = chainPackedPointer >> 8; in ZSTD_HcFindBestMatch_generic() local725 PREFETCH_L1(ddsBase + dms->chainTable[chainIndex + chainAttempt]); in ZSTD_HcFindBestMatch_generic()728 for (chainAttempt = 0 ; chainAttempt < chainLimit; chainAttempt++, chainIndex++) { in ZSTD_HcFindBestMatch_generic()731 matchIndex = dms->chainTable[chainIndex]; in ZSTD_HcFindBestMatch_generic()