Home
last modified time | relevance | path

Searched refs:S16 (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dzstd_internal.h200 static UNUSED_ATTR const S16 LL_defaultNorm[MaxLL+1] = {
219 static UNUSED_ATTR const S16 ML_defaultNorm[MaxML+1] = {
231 static UNUSED_ATTR const S16 OF_defaultNorm[DefaultMaxOff+1] = {
H A Dmem.h55 typedef int16_t S16; typedef
70 typedef signed short S16;
H A Dfse_decompress.c91 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable_internal()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.h36 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax,
H A Dzstd_compress_sequences.c74 S16 norm[MaxSeq + 1]; in ZSTD_NCountCost()
240 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_buildCTable()
261 S16 norm[MaxSeq + 1]; in ZSTD_buildCTable()
H A Dfse_compress.c643 S16 norm[FSE_MAX_SYMBOL_VALUE+1]; in FSE_compress_wksp()
H A Dhuf_compress.c75 S16 norm[HUF_TABLELOG_MAX+1]; in HUF_compressWeights()
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h76 #define ZSTD_BUILD_FSE_TABLE_WKSP_SIZE (sizeof(S16) * (MaxSeq + 1) + (1u << MaxFSELog) + sizeof(U64…
H A Dzstd_decompress_block.c391 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in ZSTD_buildFSETable_body()
563 S16 norm[MaxSeq+1]; in ZSTD_buildSeqTable()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c173 typedef int16_t S16; typedef
181 typedef signed short S16; typedef
411 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable()
1290 typedef int16_t S16; typedef
1297 typedef signed short S16; typedef
1616 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL and MaxOff */ in ZSTDv01_decodeSeqHeaders()
H A Dzstd_v06.c92 typedef int16_t S16; typedef
100 typedef signed short S16;
518 static const S16 LL_defaultNorm[MaxLL+1] = { 4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1,
527 static const S16 ML_defaultNorm[MaxML+1] = { 1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1,
533 static const S16 OF_defaultNorm[MaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1,
1480 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv06_buildDTable()
3194 const S16* defaultNorm, U32 defaultLog, U32 flagRepeatTable) in ZSTDv06_buildSeqTable()
3212 S16 norm[MaxSeq+1]; in ZSTDv06_buildSeqTable()
H A Dzstd_v07.c252 typedef int16_t S16; typedef
260 typedef signed short S16;
1500 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv07_buildDTable()
2752 static const S16 LL_defaultNorm[MaxLL+1] = { 4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1,
2761 static const S16 ML_defaultNorm[MaxML+1] = { 1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1,
2767 static const S16 OF_defaultNorm[MaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1,
3424 const S16* defaultNorm, U32 defaultLog, U32 flagRepeatTable) in ZSTDv07_buildSeqTable()
3442 S16 norm[MaxSeq+1]; in ZSTDv07_buildSeqTable()
H A Dzstd_v03.c100 typedef int16_t S16; typedef
108 typedef signed short S16;
1112 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable()
2605 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL and MaxOff */ in ZSTD_decodeSeqHeaders()
H A Dzstd_v04.c62 typedef int16_t S16; typedef
70 typedef signed short S16;
1088 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable()
2731 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL >= MaxOff */ in ZSTD_decodeSeqHeaders()
H A Dzstd_v02.c99 typedef int16_t S16; typedef
107 typedef signed short S16;
1111 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable()
2964 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL and MaxOff */ in ZSTD_decodeSeqHeaders()
H A Dzstd_v05.c90 typedef int16_t S16; typedef
98 typedef signed short S16;
1224 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSEv05_buildDTable()
3048 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL >= MaxOff */ in ZSTDv05_decodeSeqHeaders()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dr8a73a4-ape6evm.dts109 label = "S16";
/f-stack/freebsd/contrib/device-tree/src/mips/ingenic/
H A Dqi_lb60.dts133 MATRIX_KEY(1, 6, KEY_U) /* S16 */
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c335 typedef int16_t S16; typedef
350 typedef signed short S16; typedef
2840 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable()
6491 static const S16 LL_defaultNorm[MaxLL+1] = { 4, 3, 2, 2, 2, 2, 2, 2,
6506 static const S16 ML_defaultNorm[MaxML+1] = { 1, 4, 3, 2, 2, 2, 2, 2,
8118 S16 norm[FSE_MAX_SYMBOL_VALUE+1]; in FSE_compress_wksp()
8440 S16 norm[HUF_TABLELOG_MAX+1]; in HUF_compressWeights()
11315 S16 norm[MaxSeq + 1]; in ZSTD_NCountCost()
11502 S16 norm[MaxSeq + 1]; in ZSTD_buildCTable()
26781 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in ZSTD_buildFSETable()
[all …]