Searched refs:FSE_FUNCTION_TYPE (Results 1 – 7 of 7) sorted by relevance
71 #ifndef FSE_FUNCTION_TYPE115 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()
674 #define FSE_FUNCTION_TYPE BYTE macro
68 #ifndef FSE_FUNCTION_TYPE96 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()136 …FSE_FUNCTION_TYPE s = tableSymbol[u]; /* note : static analyzer may not understand tableSymbol i… in FSE_buildCTable_wksp()169 …FSE_FUNCTION_TYPE tableSymbol[FSE_MAX_TABLESIZE]; /* memset() is not necessary, even if static a… in FSE_buildCTable()
118 #define FSE_FUNCTION_TYPE BYTE macro378 #ifndef FSE_FUNCTION_TYPE425 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()
991 #define FSE_FUNCTION_TYPE BYTE macro1069 #ifndef FSE_FUNCTION_TYPE1111 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()
990 #define FSE_FUNCTION_TYPE BYTE macro1068 #ifndef FSE_FUNCTION_TYPE1110 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()
1037 #define FSE_FUNCTION_TYPE BYTE macro1113 #ifndef FSE_FUNCTION_TYPE1150 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()