Searched refs:g_coverCtx (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | cover.c | 246 static COVER_ctx_t *g_coverCtx = NULL; variable 292 static int WIN_CDECL COVER_strict_cmp(void* g_coverCtx, const void* lp, const void* rp) { argument 294 static int COVER_strict_cmp(const void *lp, const void *rp, void *g_coverCtx) { 298 int result = COVER_cmp((COVER_ctx_t*)g_coverCtx, lp, rp); 308 static int WIN_CDECL COVER_strict_cmp8(void* g_coverCtx, const void* lp, const void* rp) { argument 310 static int COVER_strict_cmp8(const void *lp, const void *rp, void *g_coverCtx) { 314 int result = COVER_cmp8((COVER_ctx_t*)g_coverCtx, lp, rp); 340 g_coverCtx = ctx; 344 g_coverCtx = ctx;
|