Searched refs:FASTCOVER_hashPtrToIndex (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | fastcover.c | 92 static size_t FASTCOVER_hashPtrToIndex(const void* p, U32 f, unsigned d) { in FASTCOVER_hashPtrToIndex() function 181 const size_t idx = FASTCOVER_hashPtrToIndex(ctx->samples + activeSegment.end, f, d); in FASTCOVER_selectSegment() 193 const size_t delIndex = FASTCOVER_hashPtrToIndex(ctx->samples + activeSegment.begin, f, d); in FASTCOVER_selectSegment() 211 const size_t delIndex = FASTCOVER_hashPtrToIndex(ctx->samples + activeSegment.begin, f, d); in FASTCOVER_selectSegment() 220 const size_t i = FASTCOVER_hashPtrToIndex(ctx->samples + pos, f, d); in FASTCOVER_selectSegment() 297 const size_t dmerIndex = FASTCOVER_hashPtrToIndex(ctx->samples + start, f, d); in FASTCOVER_computeFrequency()
|