Searched defs:symbolValue (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | fse.h | 560 MEM_STATIC U32 FSE_getMaxNbBits(const void* symbolTTPtr, U32 symbolValue) in FSE_getMaxNbBits() 570 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost()
|
| H A D | fse_decompress.c | 187 size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | fse_compress.c | 534 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) in FSE_buildCTable_rle()
|
| H A D | huf_compress.c | 193 U32 HUF_getNbBits(const void* symbolTable, U32 symbolValue) in HUF_getNbBits()
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 598 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
|
| H A D | zstd_v03.c | 1299 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
|
| H A D | zstd_v04.c | 1276 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
|
| H A D | zstd_v02.c | 1298 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
|
| H A D | zstd_v06.c | 1527 size_t FSEv06_buildDTable_rle (FSEv06_DTable* dt, BYTE symbolValue) in FSEv06_buildDTable_rle()
|
| H A D | zstd_v05.c | 1384 size_t FSEv05_buildDTable_rle (FSEv05_DTable* dt, BYTE symbolValue) in FSEv05_buildDTable_rle()
|
| H A D | zstd_v07.c | 1547 size_t FSEv07_buildDTable_rle (FSEv07_DTable* dt, BYTE symbolValue) in FSEv07_buildDTable_rle()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 2003 MEM_STATIC U32 FSE_getMaxNbBits(const void* symbolTTPtr, U32 symbolValue) in FSE_getMaxNbBits() 2013 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost() 2885 size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle() 8010 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) in FSE_buildCTable_rle() 8564 U32 HUF_getNbBits(const void* symbolTable, U32 symbolValue) in HUF_getNbBits()
|