Home
last modified time | relevance | path

Searched refs:FASTCOVER_hashPtrToIndex (Results 1 – 1 of 1) sorted by relevance

/external/zstd/lib/dictBuilder/
Dfastcover.c84 static size_t FASTCOVER_hashPtrToIndex(const void* p, U32 f, unsigned d) { in FASTCOVER_hashPtrToIndex() function
173 const size_t idx = FASTCOVER_hashPtrToIndex(ctx->samples + activeSegment.end, f, d); in FASTCOVER_selectSegment()
185 const size_t delIndex = FASTCOVER_hashPtrToIndex(ctx->samples + activeSegment.begin, f, d); in FASTCOVER_selectSegment()
203 const size_t delIndex = FASTCOVER_hashPtrToIndex(ctx->samples + activeSegment.begin, f, d); in FASTCOVER_selectSegment()
212 const size_t i = FASTCOVER_hashPtrToIndex(ctx->samples + pos, f, d); in FASTCOVER_selectSegment()
289 const size_t dmerIndex = FASTCOVER_hashPtrToIndex(ctx->samples + start, f, d); in FASTCOVER_computeFrequency()