Searched refs:COVER_ctx_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c211 } COVER_ctx_t; typedef in typeref:struct:__anon11663
214 static COVER_ctx_t *g_ctx = NULL;
237 static int COVER_cmp(COVER_ctx_t *ctx, const void *lp, const void *rp) {
245 static int COVER_cmp8(COVER_ctx_t *ctx, const void *lp, const void *rp) {
305 COVER_groupBy(const void *data, size_t count, size_t size, COVER_ctx_t *ctx,
306 int (*cmp)(COVER_ctx_t *, const void *, const void *),
307 void (*grp)(COVER_ctx_t *, const void *, const void *)) {
331 static void COVER_group(COVER_ctx_t *ctx, const void *group,
400 static COVER_segment_t COVER_selectSegment(const COVER_ctx_t *ctx, U32 *freqs,
503 static void COVER_ctx_destroy(COVER_ctx_t *ct
[all...]

Completed in 168 milliseconds