Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v07.c947 #define FSEv07_FUNCTION_TYPE BYTE macro
1460 #ifndef FSEv07_FUNCTION_TYPE
1504 tableDecode[highThreshold--].symbol = (FSEv07_FUNCTION_TYPE)s; in FSEv07_buildDTable()
1520 tableDecode[position].symbol = (FSEv07_FUNCTION_TYPE)s; in FSEv07_buildDTable()
1531 FSEv07_FUNCTION_TYPE const symbol = (FSEv07_FUNCTION_TYPE)(tableDecode[u].symbol); in FSEv07_buildDTable()