Home
last modified time | relevance | path

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

/external/zstd/lib/dictBuilder/
Dcover.c227 static COVER_ctx_t *g_coverCtx = NULL; variable
274 int result = COVER_cmp(g_coverCtx, lp, rp); in COVER_strict_cmp()
284 int result = COVER_cmp8(g_coverCtx, lp, rp); in COVER_strict_cmp8()
615 g_coverCtx = ctx; in COVER_ctx_init()