Home
last modified time | relevance | path

Searched full:fastmode (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c90 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 Dfse.h593 U16 fastMode; member
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c76 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 Dfse.h567 U16 fastMode; member
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dtoshiba,tc358775.yaml89 clock-frequency = <400000>; /* fastmode operation */
148 clock-frequency = <400000>; /* fastmode operation */
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c248 { 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 Dzstd_decompress_internal.h63 U32 fastMode; member
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h63 U32 fastMode; member
H A Dzstd_decompress_block.c324 { 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 Dzstd_v01.c392 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 Dzstd_v04.c876 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 Dzstd_v06.c1098 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 Dzstd_v07.c862 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 Dzstd_v05.c992 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 Dzstd_v03.c703 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 Dzstd_v02.c701 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 Daic7xxx.reg574 field FASTMODE 0x10
H A Daic7xxx_reg.h1422 #define FASTMODE 0x10 macro
H A Daic7xxx_reg_print.c826 { "FASTMODE", 0x10, 0x10 },
H A Daic79xx.c343 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 Daic79xx.reg3201 field FASTMODE 0x10
H A Daic79xx_reg.h3477 #define FASTMODE 0x10 macro
H A Daic79xx_reg_print.c2913 { "FASTMODE", 0x10, 0x10 },
/freebsd/sys/dev/sym/
H A Dsym_hipd.c3662 * wide/fastmode: