Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c943 #define FSEv07_FUNCTION_TYPE BYTE macro
1456 #ifndef FSEv07_FUNCTION_TYPE
1500 tableDecode[highThreshold--].symbol = (FSEv07_FUNCTION_TYPE)s; in FSEv07_buildDTable()
1516 tableDecode[position].symbol = (FSEv07_FUNCTION_TYPE)s; in FSEv07_buildDTable()
1527 FSEv07_FUNCTION_TYPE const symbol = (FSEv07_FUNCTION_TYPE)(tableDecode[u].symbol); in FSEv07_buildDTable()