/freebsd/sys/contrib/zstd/lib/common/ |
H A 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() 353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local 356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
|
H A D | fse.h | 593 U16 fastMode; member
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | fse_decompress.c | 76 DTableH.fastMode = 1; in FSE_buildDTable() 84 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable() 130 DTableH->fastMode = 0; in FSE_buildDTable_rle() 156 DTableH->fastMode = 1; in FSE_buildDTable_raw() 235 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local 238 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
|
H A D | fse.h | 567 U16 fastMode; member
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | toshiba,tc358775.yaml | 89 clock-frequency = <400000>; /* fastmode operation */ 148 clock-frequency = <400000>; /* fastmode operation */
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 248 { 1, 1, 1, LL_DEFAULTNORMLOG}, /* header : fastMode, tableLog */ 286 { 1, 1, 1, OF_DEFAULTNORMLOG}, /* header : fastMode, tableLog */ 309 { 1, 1, 1, ML_DEFAULTNORMLOG}, /* header : fastMode, tableLog */ 353 DTableH->fastMode = 0; in ZSTD_buildSeqTable_rle() 387 DTableH.fastMode = 1; in ZSTD_buildFSETable() 395 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable()
|
H A D | zstd_decompress_internal.h | 63 U32 fastMode; member
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress_internal.h | 63 U32 fastMode; member
|
H A D | zstd_decompress_block.c | 324 { 1, 1, 1, LL_DEFAULTNORMLOG}, /* header : fastMode, tableLog */ 362 { 1, 1, 1, OF_DEFAULTNORMLOG}, /* header : fastMode, tableLog */ 385 { 1, 1, 1, ML_DEFAULTNORMLOG}, /* header : fastMode, tableLog */ 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()
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v01.c | 392 U16 fastMode; member 457 DTableH->fastMode = (U16)noLarge; in FSE_buildDTable() 601 DTableH->fastMode = 0; in FSE_buildDTable_rle() 626 DTableH->fastMode = 1; in FSE_buildDTable_raw() 892 …if (DTableH.fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize,… in FSE_decompress_usingDTable()
|
H A D | zstd_v04.c | 876 U16 fastMode; member 1135 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable() 1280 DTableH->fastMode = 0; in FSE_buildDTable_rle() 1306 DTableH->fastMode = 1; in FSE_buildDTable_raw() 1392 U32 fastMode; in FSE_decompress_usingDTable() local 1395 fastMode = DTableH.fastMode; in FSE_decompress_usingDTable() 1398 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
|
H A D | zstd_v06.c | 1098 U16 fastMode; member 1475 DTableH.fastMode = 1; in FSEv06_buildDTable() 1483 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv06_buildDTable() 1531 DTableH->fastMode = 0; in FSEv06_buildDTable_rle() 1557 DTableH->fastMode = 1; in FSEv06_buildDTable_raw() 1641 const U32 fastMode = DTableH->fastMode; in FSEv06_decompress_usingDTable() local 1644 …if (fastMode) return FSEv06_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, … in FSEv06_decompress_usingDTable()
|
H A D | zstd_v07.c | 862 U16 fastMode; member 1495 DTableH.fastMode = 1; in FSEv07_buildDTable() 1503 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv07_buildDTable() 1551 DTableH->fastMode = 0; in FSEv07_buildDTable_rle() 1577 DTableH->fastMode = 1; in FSEv07_buildDTable_raw() 1661 const U32 fastMode = DTableH->fastMode; in FSEv07_decompress_usingDTable() local 1664 …if (fastMode) return FSEv07_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, … in FSEv07_decompress_usingDTable()
|
H A D | zstd_v05.c | 992 U16 fastMode; member 1261 DTableH.fastMode = (U16)noLarge; in FSEv05_buildDTable() 1388 DTableH->fastMode = 0; in FSEv05_buildDTable_rle() 1414 DTableH->fastMode = 1; in FSEv05_buildDTable_raw() 1498 const U32 fastMode = DTableH->fastMode; in FSEv05_decompress_usingDTable() local 1501 …if (fastMode) return FSEv05_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, … in FSEv05_decompress_usingDTable()
|
H A D | zstd_v03.c | 703 U16 fastMode; member 1158 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable() 1302 DTableH->fastMode = 0; in FSE_buildDTable_rle() 1327 DTableH->fastMode = 1; in FSE_buildDTable_raw() 1416 …if (DTableH.fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize,… in FSE_decompress_usingDTable()
|
H A D | zstd_v02.c | 701 U16 fastMode; member 1157 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable() 1301 DTableH->fastMode = 0; in FSE_buildDTable_rle() 1326 DTableH->fastMode = 1; in FSE_buildDTable_raw() 1415 …if (DTableH.fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize,… in FSE_decompress_usingDTable()
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.reg | 574 field FASTMODE 0x10
|
H A D | aic7xxx_reg.h | 1422 #define FASTMODE 0x10 macro
|
H A D | aic7xxx_reg_print.c | 826 { "FASTMODE", 0x10, 0x10 },
|
H A D | aic79xx.c | 343 ahd_outb(ahd, SEQCTL0, FASTMODE|SEQRESET); in ahd_restart() 4193 ahd_outb(ahd, SEQCTL0, FASTMODE|SEQRESET); in ahd_handle_message_phase() 8525 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE|LOADRAM); in ahd_dumpseq() 8644 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE|LOADRAM); in ahd_loadseq() 8688 ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE); in ahd_loadseq()
|
H A D | aic79xx.reg | 3201 field FASTMODE 0x10
|
H A D | aic79xx_reg.h | 3477 #define FASTMODE 0x10 macro
|
H A D | aic79xx_reg_print.c | 2913 { "FASTMODE", 0x10, 0x10 },
|
/freebsd/sys/dev/sym/ |
H A D | sym_hipd.c | 3662 * wide/fastmode:
|