Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/common/
H A Dfse_decompress.c174 FORCE_INLINE_TEMPLATE size_t FSE_decompress_usingDTable_generic( in FSE_decompress_usingDTable_generic() function
287 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 1); in FSE_decompress_wksp_body()
288 return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 0); in FSE_decompress_wksp_body()