/external/zstd/lib/common/ |
D | fse_decompress.c | 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() local 303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable() 343 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local 346 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 1); in FSE_decompress_wksp_body()
|
D | fse.h | 591 U16 fastMode; member
|
/external/zstd/lib/decompress/ |
D | zstd_decompress_internal.h | 63 U32 fastMode; member
|
D | zstd_decompress_block.c | 353 DTableH->fastMode = 0; in ZSTD_buildSeqTable_rle() 390 DTableH.fastMode = 1; in ZSTD_buildFSETable_body() 398 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable_body()
|
/external/zstd/lib/legacy/ |
D | zstd_v04.c | 880 U16 fastMode; member 1139 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable() 1284 DTableH->fastMode = 0; in FSE_buildDTable_rle() 1310 DTableH->fastMode = 1; in FSE_buildDTable_raw() 1396 U32 fastMode; in FSE_decompress_usingDTable() local 1399 fastMode = DTableH.fastMode; in FSE_decompress_usingDTable() 1402 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
|
D | zstd_v01.c | 396 U16 fastMode; member 461 DTableH->fastMode = (U16)noLarge; in FSE_buildDTable() 605 DTableH->fastMode = 0; in FSE_buildDTable_rle() 630 DTableH->fastMode = 1; in FSE_buildDTable_raw() 896 …if (DTableH.fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize,… in FSE_decompress_usingDTable()
|
D | zstd_v06.c | 1102 U16 fastMode; member 1479 DTableH.fastMode = 1; in FSEv06_buildDTable() 1487 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv06_buildDTable() 1535 DTableH->fastMode = 0; in FSEv06_buildDTable_rle() 1561 DTableH->fastMode = 1; in FSEv06_buildDTable_raw() 1645 const U32 fastMode = DTableH->fastMode; in FSEv06_decompress_usingDTable() local 1648 …if (fastMode) return FSEv06_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, … in FSEv06_decompress_usingDTable()
|
D | zstd_v05.c | 996 U16 fastMode; member 1265 DTableH.fastMode = (U16)noLarge; in FSEv05_buildDTable() 1392 DTableH->fastMode = 0; in FSEv05_buildDTable_rle() 1418 DTableH->fastMode = 1; in FSEv05_buildDTable_raw() 1502 const U32 fastMode = DTableH->fastMode; in FSEv05_decompress_usingDTable() local 1505 …if (fastMode) return FSEv05_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, … in FSEv05_decompress_usingDTable()
|
D | zstd_v07.c | 866 U16 fastMode; member 1499 DTableH.fastMode = 1; in FSEv07_buildDTable() 1507 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv07_buildDTable() 1555 DTableH->fastMode = 0; in FSEv07_buildDTable_rle() 1581 DTableH->fastMode = 1; in FSEv07_buildDTable_raw() 1665 const U32 fastMode = DTableH->fastMode; in FSEv07_decompress_usingDTable() local 1668 …if (fastMode) return FSEv07_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, … in FSEv07_decompress_usingDTable()
|
D | zstd_v03.c | 707 U16 fastMode; member 1162 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable() 1306 DTableH->fastMode = 0; in FSE_buildDTable_rle() 1331 DTableH->fastMode = 1; in FSE_buildDTable_raw() 1420 …if (DTableH.fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize,… in FSE_decompress_usingDTable()
|
D | zstd_v02.c | 705 U16 fastMode; member 1161 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable() 1305 DTableH->fastMode = 0; in FSE_buildDTable_rle() 1330 DTableH->fastMode = 1; in FSE_buildDTable_raw() 1419 …if (DTableH.fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize,… in FSE_decompress_usingDTable()
|
/external/lzma/C/ |
D | LzmaEnc.c | 324 BoolInt fastMode; member 475 p->fastMode = (props.algo == 0); in LzmaEnc_SetProps() 2302 if (p->fastMode) in LzmaEnc_CodeOneBlock() 2508 if (!p->fastMode) in LzmaEnc_CodeOneBlock() 2566 p->mtMode = (p->multiThread && !p->fastMode && (p->matchFinderBase.btMode != 0)); in LzmaEnc_Alloc() 2685 if (!p->fastMode) in LzmaEnc_InitPrices()
|