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

/freebsd-current/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c235 static COVER_ctx_t *g_coverCtx = NULL; variable
278 * NOTE: g_coverCtx must be set to call this function. A global is required because
282 int result = COVER_cmp(g_coverCtx, lp, rp);
292 int result = COVER_cmp8(g_coverCtx, lp, rp);
623 g_coverCtx = ctx;

Completed in 69 milliseconds