Searched refs:FSEv05_FUNCTION_TYPE (Results 1 – 1 of 1) sorted by relevance
1110 #define FSEv05_FUNCTION_TYPE BYTE macro1187 #ifndef FSEv05_FUNCTION_TYPE1233 …memset(tableDecode, 0, sizeof(FSEv05_FUNCTION_TYPE) * (maxSymbolValue+1) ); /* useless init, but… in FSEv05_buildDTable()1237 tableDecode[highThreshold--].symbol = (FSEv05_FUNCTION_TYPE)s; in FSEv05_buildDTable()1248 tableDecode[position].symbol = (FSEv05_FUNCTION_TYPE)s; in FSEv05_buildDTable()1259 FSEv05_FUNCTION_TYPE symbol = (FSEv05_FUNCTION_TYPE)(tableDecode[i].symbol); in FSEv05_buildDTable()