Searched refs:sortedSymbols (Results 1 – 7 of 7) sorted by relevance
/external/zstd/lib/legacy/ |
D | zstd_v02.c | 1836 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUF_fillDTableX4Level2() argument 1860 const U32 symbol = sortedSymbols[s].symbol; in HUF_fillDTableX4Level2() 1861 const U32 weight = sortedSymbols[s].weight; in HUF_fillDTableX4Level2() 2200 … const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, const U32* rankStart, in HUF_fillDTableX6LevelN() argument 2229 const BYTE symbol = sortedSymbols[s].symbol; in HUF_fillDTableX6LevelN() 2230 const U32 weight = sortedSymbols[s].weight; /* >= 1 (sorted) */ in HUF_fillDTableX6LevelN() 2244 sortedSymbols, sortedListSize, rankStart, in HUF_fillDTableX6LevelN()
|
D | zstd_v03.c | 1833 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUF_fillDTableX4Level2() argument 1857 const U32 symbol = sortedSymbols[s].symbol; in HUF_fillDTableX4Level2() 1858 const U32 weight = sortedSymbols[s].weight; in HUF_fillDTableX4Level2()
|
D | zstd_v04.c | 1984 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUF_fillDTableX4Level2() argument 2008 const U32 symbol = sortedSymbols[s].symbol; in HUF_fillDTableX4Level2() 2009 const U32 weight = sortedSymbols[s].weight; in HUF_fillDTableX4Level2()
|
D | zstd_v05.c | 2112 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUFv05_fillDTableX4Level2() argument 2134 const U32 symbol = sortedSymbols[s].symbol; in HUFv05_fillDTableX4Level2() 2135 const U32 weight = sortedSymbols[s].weight; in HUFv05_fillDTableX4Level2()
|
D | zstd_v06.c | 2245 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUFv06_fillDTableX4Level2() argument 2266 const U32 symbol = sortedSymbols[s].symbol; in HUFv06_fillDTableX4Level2() 2267 const U32 weight = sortedSymbols[s].weight; in HUFv06_fillDTableX4Level2()
|
D | zstd_v07.c | 2052 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUFv07_fillDTableX4Level2() argument 2073 const U32 symbol = sortedSymbols[s].symbol; in HUFv07_fillDTableX4Level2() 2074 const U32 weight = sortedSymbols[s].weight; in HUFv07_fillDTableX4Level2()
|
/external/zstd/lib/decompress/ |
D | huf_decompress.c | 937 const sortedSymbol_t* sortedSymbols, U32 const* rankStart, in HUF_fillDTableX2Level2() argument 983 sortedSymbols + begin, sortedSymbols + end, in HUF_fillDTableX2Level2()
|