Home
last modified time | relevance | path

Searched refs:sortedSymbols (Results 1 – 7 of 7) sorted by relevance

/external/zstd/lib/legacy/
Dzstd_v02.c1836 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()
Dzstd_v03.c1833 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()
Dzstd_v04.c1984 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()
Dzstd_v05.c2112 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()
Dzstd_v06.c2245 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()
Dzstd_v07.c2052 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/
Dhuf_decompress.c937 const sortedSymbol_t* sortedSymbols, U32 const* rankStart, in HUF_fillDTableX2Level2() argument
983 sortedSymbols + begin, sortedSymbols + end, in HUF_fillDTableX2Level2()