| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | fse.h | 333 size_t FSE_buildCTable_rle (FSE_CTable* ct, unsigned char symbolValue); 352 size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue); 560 MEM_STATIC U32 FSE_getMaxNbBits(const void* symbolTTPtr, U32 symbolValue) in FSE_getMaxNbBits() argument 563 return (symbolTT[symbolValue].deltaNbBits + ((1<<16)-1)) >> 16; in FSE_getMaxNbBits() 570 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost() argument 573 U32 const minNbBits = symbolTT[symbolValue].deltaNbBits >> 16; in FSE_bitCost() 578 U32 const deltaFromThreshold = threshold - (symbolTT[symbolValue].deltaNbBits + tableSize); in FSE_bitCost() 581 assert(symbolTT[symbolValue].deltaNbBits + tableSize <= threshold); in FSE_bitCost()
|
| H A D | fse_decompress.c | 187 size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle() argument 198 cell->symbol = symbolValue; in FSE_buildDTable_rle()
|
| H A D | huf.h | 255 U32 HUF_getNbBits(const void* symbolTable, U32 symbolValue);
|
| /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() argument 543 tableU16[-1] = (U16) symbolValue; in FSE_buildCTable_rle() 550 symbolTT[symbolValue].deltaNbBits = 0; in FSE_buildCTable_rle() 551 symbolTT[symbolValue].deltaFindState = 0; in FSE_buildCTable_rle()
|
| H A D | huf_compress.c | 193 U32 HUF_getNbBits(const void* symbolTable, U32 symbolValue) in HUF_getNbBits() argument 196 assert(symbolValue <= HUF_SYMBOLVALUE_MAX); in HUF_getNbBits() 197 return table[symbolValue].nbBits; in HUF_getNbBits()
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v03.c | 671 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue); 1299 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle() argument 1309 cell->symbol = symbolValue; in FSE_buildDTable_rle()
|
| H A D | zstd_v01.c | 598 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle() argument 608 cell->symbol = symbolValue; in FSE_buildDTable_rle()
|
| H A D | zstd_v04.c | 844 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue); 1276 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle() argument 1287 cell->symbol = symbolValue; in FSE_buildDTable_rle()
|
| H A D | zstd_v02.c | 669 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue); 1298 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle() argument 1308 cell->symbol = symbolValue; in FSE_buildDTable_rle()
|
| H A D | zstd_v06.c | 1067 size_t FSEv06_buildDTable_rle (FSEv06_DTable* dt, unsigned char symbolValue); 1527 size_t FSEv06_buildDTable_rle (FSEv06_DTable* dt, BYTE symbolValue) in FSEv06_buildDTable_rle() argument 1538 cell->symbol = symbolValue; in FSEv06_buildDTable_rle()
|
| H A D | zstd_v05.c | 959 size_t FSEv05_buildDTable_rle (FSEv05_DTable* dt, unsigned char symbolValue); 1384 size_t FSEv05_buildDTable_rle (FSEv05_DTable* dt, BYTE symbolValue) in FSEv05_buildDTable_rle() argument 1395 cell->symbol = symbolValue; in FSEv05_buildDTable_rle()
|
| H A D | zstd_v07.c | 834 size_t FSEv07_buildDTable_rle (FSEv07_DTable* dt, unsigned char symbolValue); 1547 size_t FSEv07_buildDTable_rle (FSEv07_DTable* dt, BYTE symbolValue) in FSEv07_buildDTable_rle() argument 1558 cell->symbol = symbolValue; in FSEv07_buildDTable_rle()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 2016 U32 const minNbBits = symbolTT[symbolValue].deltaNbBits >> 16; in FSE_bitCost() 2396 U32 HUF_getNbBits(const void* symbolTable, U32 symbolValue); 2885 size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle() argument 2896 cell->symbol = symbolValue; in FSE_buildDTable_rle() 8010 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) in FSE_buildCTable_rle() argument 8019 tableU16[-1] = (U16) symbolValue; in FSE_buildCTable_rle() 8026 symbolTT[symbolValue].deltaNbBits = 0; in FSE_buildCTable_rle() 8027 symbolTT[symbolValue].deltaFindState = 0; in FSE_buildCTable_rle() 8564 U32 HUF_getNbBits(const void* symbolTable, U32 symbolValue) in HUF_getNbBits() argument 8567 assert(symbolValue <= HUF_SYMBOLVALUE_MAX); in HUF_getNbBits() [all …]
|