Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c235 static COVER_ctx_t *g_coverCtx = NULL; variable
282 int result = COVER_cmp(g_coverCtx, lp, rp); in COVER_strict_cmp()
292 int result = COVER_cmp8(g_coverCtx, lp, rp); in COVER_strict_cmp8()
623 g_coverCtx = ctx; in COVER_ctx_init()