Searched refs:sortedSymbol_t (Results 1 – 8 of 8) sorted by relevance
| /src/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | huf_decompress.c | 955 typedef struct { BYTE symbol; } sortedSymbol_t; typedef 1013 sortedSymbol_t const* begin, sortedSymbol_t const* end, in HUF_fillDTableX2ForWeight() 1018 const sortedSymbol_t* ptr; in HUF_fillDTableX2ForWeight() 1072 const sortedSymbol_t* sortedSymbols, U32 const* rankStart, in HUF_fillDTableX2Level2() 1126 const sortedSymbol_t* sortedList, in HUF_fillDTableX2() 1175 sortedSymbol_t sortedSymbol[HUF_SYMBOLVALUE_MAX + 1];
|
| /src/sys/contrib/zstd/lib/decompress/ |
| H A D | huf_decompress.c | 820 typedef struct { BYTE symbol; } sortedSymbol_t; typedef 878 sortedSymbol_t const* begin, sortedSymbol_t const* end, in HUF_fillDTableX2ForWeight() 883 const sortedSymbol_t* ptr; in HUF_fillDTableX2ForWeight() 937 const sortedSymbol_t* sortedSymbols, U32 const* rankStart, in HUF_fillDTableX2Level2() 991 const sortedSymbol_t* sortedList, in HUF_fillDTableX2() 1040 sortedSymbol_t sortedSymbol[HUF_SYMBOLVALUE_MAX + 1];
|
| /src/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v02.c | 1535 typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; typedef 1836 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUF_fillDTableX4Level2() 1880 const sortedSymbol_t* sortedList, const U32 sortedListSize, in HUF_fillDTableX4() 1930 sortedSymbol_t sortedSymbol[HUF_MAX_SYMBOL_VALUE + 1]; in HUF_readDTableX4() 2200 … const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, const U32* rankStart, in HUF_fillDTableX6LevelN() 2266 sortedSymbol_t sortedSymbol[HUF_MAX_SYMBOL_VALUE + 1]; in HUF_readDTableX6()
|
| H A D | zstd_v03.c | 1532 typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; typedef 1833 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUF_fillDTableX4Level2() 1877 const sortedSymbol_t* sortedList, const U32 sortedListSize, in HUF_fillDTableX4() 1927 sortedSymbol_t sortedSymbol[HUF_MAX_SYMBOL_VALUE + 1]; in HUF_readDTableX4()
|
| H A D | zstd_v04.c | 1685 typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; typedef 1984 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUF_fillDTableX4Level2() 2028 const sortedSymbol_t* sortedList, const U32 sortedListSize, in HUF_fillDTableX4() 2078 sortedSymbol_t sortedSymbol[HUF_MAX_SYMBOL_VALUE + 1]; in HUF_readDTableX4()
|
| H A D | zstd_v06.c | 1996 typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; typedef 2245 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUFv06_fillDTableX4Level2() 2286 const sortedSymbol_t* sortedList, const U32 sortedListSize, in HUFv06_fillDTableX4() 2330 sortedSymbol_t sortedSymbol[HUFv06_MAX_SYMBOL_VALUE + 1]; in HUFv06_readDTableX4()
|
| H A D | zstd_v05.c | 1787 typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; typedef 2112 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUFv05_fillDTableX4Level2() 2154 const sortedSymbol_t* sortedList, const U32 sortedListSize, in HUFv05_fillDTableX4() 2200 sortedSymbol_t sortedSymbol[HUFv05_MAX_SYMBOL_VALUE + 1]; in HUFv05_readDTableX4()
|
| H A D | zstd_v07.c | 2048 typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; typedef 2052 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUFv07_fillDTableX4Level2() 2093 const sortedSymbol_t* sortedList, const U32 sortedListSize, in HUFv07_fillDTableX4() 2137 sortedSymbol_t sortedSymbol[HUFv07_SYMBOLVALUE_MAX + 1]; in HUFv07_readDTableX4()
|