Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c270 static int COVER_cmp(COVER_ctx_t *ctx, const void *lp, const void *rp) { in COVER_cmp() function
298 int result = COVER_cmp((COVER_ctx_t*)g_coverCtx, lp, rp);
685 (ctx->d <= 8 ? &COVER_cmp8 : &COVER_cmp), &COVER_group);