Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zstd/
H A Dfse_decompress.c110 DTableH.fastMode = 1; in FSE_buildDTable_wksp()
120 DTableH.fastMode = 0; in FSE_buildDTable_wksp()
171 DTableH->fastMode = 0; in FSE_buildDTable_rle()
197 DTableH->fastMode = 1; in FSE_buildDTable_raw()
279 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
282 if (fastMode) in FSE_decompress_usingDTable()
H A Dfse.h472 U16 fastMode; member
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0011-lzma-Make-sure-we-don-t-dereference-past-array.patch39 …LenEnc_Encode2(&p->lenEnc, &p->rc, len - LZMA_MATCH_LEN_MIN, posState, !p->fastMode, p->ProbPrices…