Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c1179 #define FSEv06_FUNCTION_TYPE BYTE macro
1436 #ifndef FSEv06_FUNCTION_TYPE
1480 tableDecode[highThreshold--].symbol = (FSEv06_FUNCTION_TYPE)s; in FSEv06_buildDTable()
1496 tableDecode[position].symbol = (FSEv06_FUNCTION_TYPE)s; in FSEv06_buildDTable()
1507 FSEv06_FUNCTION_TYPE const symbol = (FSEv06_FUNCTION_TYPE)(tableDecode[u].symbol); in FSEv06_buildDTable()