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

/freebsd-13-stable/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c1520 static void FSE_copy_dtable(FSE_dtable *const dst, const FSE_dtable *const src) { function
1568 FSE_copy_dtable(&ctx->ll_dtable, &dict->ll_dtable);
1569 FSE_copy_dtable(&ctx->of_dtable, &dict->of_dtable);
1570 FSE_copy_dtable(&ctx->ml_dtable, &dict->ml_dtable);

Completed in 48 milliseconds