Searched defs:matchIndex (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c71 U32 const matchIndex = hashTable[h]; local
170 const U32 matchIndex = hashTable[h]; local
[all...]
H A Dzstd_double_fast.c207 const U32 matchIndex = hashSmall[hSmall]; local
H A Dzstd_lazy.c44 U32 const matchIndex = hashTable[h]; local
81 U32 matchIndex = *smallerPtr; local
151 U32 matchIndex = hashTable[h]; local
396 U32 matchIndex = ZSTD_insertAndFindFirstIndex_internal(ms, cParams, ip, mls); local
753 U32 const matchIndex = (U32)((start-base) - (offset - ZSTD_REP_MOVE)); local
[all...]
H A Dzstd_ldm.c418 U32 const matchIndex = bestEntry->offset; local
H A Dzstd_opt.c282 U32 matchIndex = hashTable[h]; local
418 U32 matchIndex = hashTable[h]; local
[all...]
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2109 int matchIndex = -1, lowIndex = -1; local
2169 int matchIndex = -1, lowIndex = -1; local
[all...]

Completed in 235 milliseconds