Home
last modified time | relevance | path

Searched refs:FSE_FUNCTION_TYPE (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c49 #ifndef FSE_FUNCTION_TYPE
82 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
98 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
108 FSE_FUNCTION_TYPE const symbol = (FSE_FUNCTION_TYPE)(tableDecode[u].symbol); in FSE_buildDTable()
H A Dfse.h659 #define FSE_FUNCTION_TYPE BYTE macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c50 #ifndef FSE_FUNCTION_TYPE
80 FSE_FUNCTION_TYPE* const tableSymbol = (FSE_FUNCTION_TYPE*)workSpace; in FSE_buildCTable_wksp()
84 …if (((size_t)1 << tableLog) * sizeof(FSE_FUNCTION_TYPE) > wkspSize) return ERROR(tableLog_tooLarge… in FSE_buildCTable_wksp()
102 tableSymbol[highThreshold--] = (FSE_FUNCTION_TYPE)(u-1); in FSE_buildCTable_wksp()
116 tableSymbol[position] = (FSE_FUNCTION_TYPE)symbol; in FSE_buildCTable_wksp()
127FSE_FUNCTION_TYPE s = tableSymbol[u]; /* note : static analyzer may not understand tableSymbol i… in FSE_buildCTable_wksp()
175FSE_FUNCTION_TYPE tableSymbol[FSE_MAX_TABLESIZE]; /* memset() is not necessary, even if static a… in FSE_buildCTable()
H A Dzstd_compress_superblock.c190 assert(cTableWkspSize >= (1 << MaxFSELog) * sizeof(FSE_FUNCTION_TYPE)); in ZSTD_buildSuperBlockEntropy_sequences()
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c49 #ifndef FSE_FUNCTION_TYPE
95 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_internal()
157 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_internal()
167 FSE_FUNCTION_TYPE const symbol = (FSE_FUNCTION_TYPE)(tableDecode[u].symbol); in FSE_buildDTable_internal()
H A Dfse.h687 #define FSE_FUNCTION_TYPE BYTE macro
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c50 #ifndef FSE_FUNCTION_TYPE
81FSE_FUNCTION_TYPE* const tableSymbol = (FSE_FUNCTION_TYPE*)(cumul + (maxSV1+1)); /* size = tableS… in FSE_buildCTable_wksp()
105 tableSymbol[highThreshold--] = (FSE_FUNCTION_TYPE)(u-1); in FSE_buildCTable_wksp()
160 tableSymbol[position] = (FSE_FUNCTION_TYPE)symbol; in FSE_buildCTable_wksp()
170FSE_FUNCTION_TYPE s = tableSymbol[u]; /* note : static analyzer may not understand tableSymbol i… in FSE_buildCTable_wksp()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c118 #define FSE_FUNCTION_TYPE BYTE macro
374 #ifndef FSE_FUNCTION_TYPE
421 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
437 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
450 FSE_FUNCTION_TYPE symbol = (FSE_FUNCTION_TYPE)(tableDecode[i].symbol); in FSE_buildDTable()
H A Dzstd_v03.c1002 #define FSE_FUNCTION_TYPE BYTE macro
1080 #ifndef FSE_FUNCTION_TYPE
1122 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1138 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1151 FSE_FUNCTION_TYPE symbol = (FSE_FUNCTION_TYPE)(tableDecode[i].symbol); in FSE_buildDTable()
H A Dzstd_v02.c1001 #define FSE_FUNCTION_TYPE BYTE macro
1079 #ifndef FSE_FUNCTION_TYPE
1121 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1137 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1150 FSE_FUNCTION_TYPE symbol = (FSE_FUNCTION_TYPE)(tableDecode[i].symbol); in FSE_buildDTable()
H A Dzstd_v04.c985 #define FSE_FUNCTION_TYPE BYTE macro
1061 #ifndef FSE_FUNCTION_TYPE
1099 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1115 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1128 FSE_FUNCTION_TYPE symbol = (FSE_FUNCTION_TYPE)(tableDecode[i].symbol); in FSE_buildDTable()