Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/common/
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()
Dfse.h684 #define FSE_FUNCTION_TYPE BYTE macro
/linux-6.6.21/lib/zstd/compress/
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()