Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c71 #ifndef FSE_FUNCTION_TYPE
115 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
131 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
141 FSE_FUNCTION_TYPE const symbol = (FSE_FUNCTION_TYPE)(tableDecode[u].symbol); in FSE_buildDTable()
H A Dfse.h674 #define FSE_FUNCTION_TYPE BYTE macro
/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c68 #ifndef FSE_FUNCTION_TYPE
96 FSE_FUNCTION_TYPE* const tableSymbol = (FSE_FUNCTION_TYPE*)workSpace; in FSE_buildCTable_wksp()
100 …if (((size_t)1 << tableLog) * sizeof(FSE_FUNCTION_TYPE) > wkspSize) return ERROR(tableLog_tooLarge… in FSE_buildCTable_wksp()
113 tableSymbol[highThreshold--] = (FSE_FUNCTION_TYPE)(u-1); in FSE_buildCTable_wksp()
126 tableSymbol[position] = (FSE_FUNCTION_TYPE)symbol; in FSE_buildCTable_wksp()
136FSE_FUNCTION_TYPE s = tableSymbol[u]; /* note : static analyzer may not understand tableSymbol i… in FSE_buildCTable_wksp()
169FSE_FUNCTION_TYPE tableSymbol[FSE_MAX_TABLESIZE]; /* memset() is not necessary, even if static a… in FSE_buildCTable()
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c118 #define FSE_FUNCTION_TYPE BYTE macro
378 #ifndef FSE_FUNCTION_TYPE
425 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
441 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
454 FSE_FUNCTION_TYPE symbol = (FSE_FUNCTION_TYPE)(tableDecode[i].symbol); in FSE_buildDTable()
H A Dzstd_v03.c991 #define FSE_FUNCTION_TYPE BYTE macro
1069 #ifndef FSE_FUNCTION_TYPE
1111 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1127 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1140 FSE_FUNCTION_TYPE symbol = (FSE_FUNCTION_TYPE)(tableDecode[i].symbol); in FSE_buildDTable()
H A Dzstd_v02.c990 #define FSE_FUNCTION_TYPE BYTE macro
1068 #ifndef FSE_FUNCTION_TYPE
1110 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1126 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1139 FSE_FUNCTION_TYPE symbol = (FSE_FUNCTION_TYPE)(tableDecode[i].symbol); in FSE_buildDTable()
H A Dzstd_v04.c1037 #define FSE_FUNCTION_TYPE BYTE macro
1113 #ifndef FSE_FUNCTION_TYPE
1150 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1166 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1179 FSE_FUNCTION_TYPE symbol = (FSE_FUNCTION_TYPE)(tableDecode[i].symbol); in FSE_buildDTable()