Searched refs:hasZeroWeights (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | huf_compress.c | 151 …lt* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned* hasZeroWeights) in HUF_readCTable() argument 174 *hasZeroWeights = 0; in HUF_readCTable() 177 *hasZeroWeights |= (w == 0); in HUF_readCTable()
|
H A D | zstd_compress.c | 2913 unsigned hasZeroWeights = 1; in ZSTD_loadCEntropy() local 2915 dictEnd-dictPtr, &hasZeroWeights); in ZSTD_loadCEntropy() 2919 if (!hasZeroWeights) in ZSTD_loadCEntropy()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | huf.h | 232 …t* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned *hasZeroWeights);
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | huf.h | 248 …t* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned *hasZeroWeights);
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | huf_compress.c | 221 …lt* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned* hasZeroWeights) in HUF_readCTable() argument 231 *hasZeroWeights = (rankVal[0] > 0); in HUF_readCTable()
|
H A D | zstd_compress.c | 4325 unsigned hasZeroWeights = 1; in ZSTD_loadCEntropy() local 4327 dictEnd-dictPtr, &hasZeroWeights); in ZSTD_loadCEntropy() 4331 if (!hasZeroWeights) in ZSTD_loadCEntropy()
|