Searched refs:hasZeroWeights (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | huf.h | 249 …t* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned *hasZeroWeights);
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | huf_compress.c | 144 …lt* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned* hasZeroWeights) in HUF_readCTable() argument 153 *hasZeroWeights = (rankVal[0] > 0); in HUF_readCTable()
|
| H A D | zstd_compress.c | 3178 unsigned hasZeroWeights = 1; in ZSTD_loadCEntropy() local 3180 dictEnd-dictPtr, &hasZeroWeights); in ZSTD_loadCEntropy() 3184 if (!hasZeroWeights) in ZSTD_loadCEntropy()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 2390 …t* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned *hasZeroWeights); 8514 …lt* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned* hasZeroWeights) in HUF_readCTable() argument 8537 *hasZeroWeights = 0; in HUF_readCTable() 8540 *hasZeroWeights |= (w == 0); in HUF_readCTable() 15996 unsigned hasZeroWeights = 1; in ZSTD_loadCEntropy() local 15998 dictEnd-dictPtr, &hasZeroWeights); in ZSTD_loadCEntropy() 16002 if (!hasZeroWeights) in ZSTD_loadCEntropy()
|