Searched defs:symbolValue (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | fse.h | 535 MEM_STATIC U32 FSE_getMaxNbBits(const void* symbolTTPtr, U32 symbolValue) in FSE_getMaxNbBits() 545 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost()
|
H A D | fse_decompress.c | 122 size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | fse.h | 561 MEM_STATIC U32 FSE_getMaxNbBits(const void* symbolTTPtr, U32 symbolValue) in FSE_getMaxNbBits() 571 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()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | DynamicLibrary.cpp | 251 void LLVMAddSymbol(const char *symbolName, void *symbolValue) { in LLVMAddSymbol()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | fse_compress.c | 531 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) in FSE_buildCTable_rle()
|
H A D | huf_compress.c | 200 U32 HUF_getNbBits(const void* symbolTable, U32 symbolValue) in HUF_getNbBits()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | fse_compress.c | 570 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) in FSE_buildCTable_rle()
|
H A D | huf_compress.c | 273 U32 HUF_getNbBitsFromCTable(HUF_CElt const* CTable, U32 symbolValue) in HUF_getNbBitsFromCTable()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 332 uint64_t ELFWriter::symbolValue(const MCAssembler &Asm, const MCSymbol &Sym) { in symbolValue() function in ELFWriter
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v01.c | 594 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
|
H A D | zstd_v03.c | 1295 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
|
H A D | zstd_v02.c | 1294 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
|
H A D | zstd_v04.c | 1272 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
|
H A D | zstd_v05.c | 1380 size_t FSEv05_buildDTable_rle (FSEv05_DTable* dt, BYTE symbolValue) in FSEv05_buildDTable_rle()
|
H A D | zstd_v06.c | 1523 size_t FSEv06_buildDTable_rle (FSEv06_DTable* dt, BYTE symbolValue) in FSEv06_buildDTable_rle()
|
H A D | zstd_v07.c | 1543 size_t FSEv07_buildDTable_rle (FSEv07_DTable* dt, BYTE symbolValue) in FSEv07_buildDTable_rle()
|