Searched refs:FSE_FUNCTION_TYPE (Results 1 – 11 of 11) sorted by relevance
49 #ifndef FSE_FUNCTION_TYPE82 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()
659 #define FSE_FUNCTION_TYPE BYTE macro
50 #ifndef FSE_FUNCTION_TYPE80 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()127 …FSE_FUNCTION_TYPE s = tableSymbol[u]; /* note : static analyzer may not understand tableSymbol i… in FSE_buildCTable_wksp()175 …FSE_FUNCTION_TYPE tableSymbol[FSE_MAX_TABLESIZE]; /* memset() is not necessary, even if static a… in FSE_buildCTable()
190 assert(cTableWkspSize >= (1 << MaxFSELog) * sizeof(FSE_FUNCTION_TYPE)); in ZSTD_buildSuperBlockEntropy_sequences()
49 #ifndef FSE_FUNCTION_TYPE95 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()
687 #define FSE_FUNCTION_TYPE BYTE macro
50 #ifndef FSE_FUNCTION_TYPE81 …FSE_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()170 …FSE_FUNCTION_TYPE s = tableSymbol[u]; /* note : static analyzer may not understand tableSymbol i… in FSE_buildCTable_wksp()
118 #define FSE_FUNCTION_TYPE BYTE macro374 #ifndef FSE_FUNCTION_TYPE421 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()
1002 #define FSE_FUNCTION_TYPE BYTE macro1080 #ifndef FSE_FUNCTION_TYPE1122 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()
1001 #define FSE_FUNCTION_TYPE BYTE macro1079 #ifndef FSE_FUNCTION_TYPE1121 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()
985 #define FSE_FUNCTION_TYPE BYTE macro1061 #ifndef FSE_FUNCTION_TYPE1099 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()