Searched refs:fastMode (Results 1 – 4 of 4) sorted by relevance
78 DTableH.fastMode = 1; in FSE_buildDTable_internal()86 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()284 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local287 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 1); in FSE_decompress_wksp_body()
508 U16 fastMode; member
64 U32 fastMode; member
471 DTableH->fastMode = 0; in ZSTD_buildSeqTable_rle()508 DTableH.fastMode = 1; in ZSTD_buildFSETable_body()516 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable_body()