Searched refs:fastMode (Results 1 – 4 of 4) sorted by relevance
90 DTableH.fastMode = 1; in FSE_buildDTable_internal()98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()195 DTableH->fastMode = 0; in FSE_buildDTable_rle()221 DTableH->fastMode = 1; in FSE_buildDTable_raw()300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
590 U16 fastMode; member
63 U32 fastMode; member
429 DTableH->fastMode = 0; in ZSTD_buildSeqTable_rle()466 DTableH.fastMode = 1; in ZSTD_buildFSETable_body()474 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable_body()