Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c232 } COVER_ctx_t; typedef
235 static COVER_ctx_t *g_coverCtx = NULL;
258 static int COVER_cmp(COVER_ctx_t *ctx, const void *lp, const void *rp) { in COVER_cmp()
266 static int COVER_cmp8(COVER_ctx_t *ctx, const void *lp, const void *rp) { in COVER_cmp8()
326 COVER_groupBy(const void *data, size_t count, size_t size, COVER_ctx_t *ctx, in COVER_groupBy()
327 int (*cmp)(COVER_ctx_t *, const void *, const void *), in COVER_groupBy() argument
328 void (*grp)(COVER_ctx_t *, const void *, const void *)) { in COVER_groupBy() argument
352 static void COVER_group(COVER_ctx_t *ctx, const void *group, in COVER_group()
413 static COVER_segment_t COVER_selectSegment(const COVER_ctx_t *ctx, U32 *freqs, in COVER_selectSegment()
520 static void COVER_ctx_destroy(COVER_ctx_t *ctx) { in COVER_ctx_destroy()
[all …]