Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c46 static unsigned ZSTD_getFSEMaxSymbolValue(FSE_CTable const* ctable) { in ZSTD_getFSEMaxSymbolValue() argument
47 void const* ptr = ctable; in ZSTD_getFSEMaxSymbolValue()
103 FSE_CTable const* ctable, in ZSTD_fseBitCost() argument
111 FSE_initCState(&cstate, ctable); in ZSTD_fseBitCost()
112 if (ZSTD_getFSEMaxSymbolValue(ctable) < max) { in ZSTD_fseBitCost()
114 ZSTD_getFSEMaxSymbolValue(ctable), max); in ZSTD_fseBitCost()
H A Dzstd_compress_sequences.h48 FSE_CTable const* ctable,
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c11259 FSE_CTable const* ctable,
11298 static unsigned ZSTD_getFSEMaxSymbolValue(FSE_CTable const* ctable) { in ZSTD_getFSEMaxSymbolValue() argument
11299 void const* ptr = ctable; in ZSTD_getFSEMaxSymbolValue()
11342 FSE_CTable const* ctable, in ZSTD_fseBitCost() argument
11350 FSE_initCState(&cstate, ctable); in ZSTD_fseBitCost()
11351 if (ZSTD_getFSEMaxSymbolValue(ctable) < max) { in ZSTD_fseBitCost()
11353 ZSTD_getFSEMaxSymbolValue(ctable), max); in ZSTD_fseBitCost()
/freebsd-13.1/contrib/byacc/
H A DCHANGES829 "ctable" was not generated at all, while the skeleton uses the table.