Home
last modified time | relevance | path

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

/external/zstd/lib/dictBuilder/
Dcover.c224 } COVER_ctx_t; typedef
227 static COVER_ctx_t *g_coverCtx = NULL;
250 static int COVER_cmp(COVER_ctx_t *ctx, const void *lp, const void *rp) { in COVER_cmp()
258 static int COVER_cmp8(COVER_ctx_t *ctx, const void *lp, const void *rp) { in COVER_cmp8()
318 COVER_groupBy(const void *data, size_t count, size_t size, COVER_ctx_t *ctx, in COVER_groupBy()
319 int (*cmp)(COVER_ctx_t *, const void *, const void *), in COVER_groupBy() argument
320 void (*grp)(COVER_ctx_t *, const void *, const void *)) { in COVER_groupBy() argument
344 static void COVER_group(COVER_ctx_t *ctx, const void *group, in COVER_group()
405 static COVER_segment_t COVER_selectSegment(const COVER_ctx_t *ctx, U32 *freqs, in COVER_selectSegment()
512 static void COVER_ctx_destroy(COVER_ctx_t *ctx) { in COVER_ctx_destroy()
[all …]