Home
last modified time | relevance | path

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

/lib/zstd/
Dcompress.c1395 static void ZSTD_compressBlock_doubleFast_extDict_generic(ZSTD_CCtx *ctx, const void *src, size_t s… in ZSTD_compressBlock_doubleFast_extDict_generic() function
1548 case 4: ZSTD_compressBlock_doubleFast_extDict_generic(ctx, src, srcSize, 4); return; in ZSTD_compressBlock_doubleFast_extDict()
1549 case 5: ZSTD_compressBlock_doubleFast_extDict_generic(ctx, src, srcSize, 5); return; in ZSTD_compressBlock_doubleFast_extDict()
1550 case 6: ZSTD_compressBlock_doubleFast_extDict_generic(ctx, src, srcSize, 6); return; in ZSTD_compressBlock_doubleFast_extDict()
1551 case 7: ZSTD_compressBlock_doubleFast_extDict_generic(ctx, src, srcSize, 7); return; in ZSTD_compressBlock_doubleFast_extDict()