Searched refs:FSEv05_FUNCTION_TYPE (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.c1106 #define FSEv05_FUNCTION_TYPE BYTE macro
1183 #ifndef FSEv05_FUNCTION_TYPE
1184 # error "FSEv05_FUNCTION_TYPE must be defined"
1229 memset(tableDecode, 0, sizeof(FSEv05_FUNCTION_TYPE) * (maxSymbolValue+1) ); /* useless init, but keep static analyzer happy, and we don't need to performance optimize legacy decoders */
1233 tableDecode[highThreshold--].symbol = (FSEv05_FUNCTION_TYPE)s;
1244 tableDecode[position].symbol = (FSEv05_FUNCTION_TYPE)s;
1255 FSEv05_FUNCTION_TYPE symbol = (FSEv05_FUNCTION_TYPE)(tableDecode[i].symbol);

Completed in 123 milliseconds