Searched refs:sortedSymbols (Results 1 – 9 of 9) sorted by relevance
/external/skqp/src/sksl/ir/ |
D | SkSLEnum.h | 30 std::vector<const Symbol*> sortedSymbols; in description() local 32 sortedSymbols.push_back(pair.second); in description() 34 std::sort(sortedSymbols.begin(), sortedSymbols.end(), in description() 36 for (const auto& s : sortedSymbols) { in description()
|
/external/skia/src/sksl/ir/ |
D | SkSLEnum.h | 61 std::vector<Enumerant> sortedSymbols; in code() local 62 sortedSymbols.reserve(symbols()->count()); in code() 64 sortedSymbols.push_back({name, value}); in code() 66 std::sort(sortedSymbols.begin(), sortedSymbols.end(), in code() 68 for (const auto& entry : sortedSymbols) { in code()
|
/external/zstd/lib/legacy/ |
D | zstd_v02.c | 1840 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUF_fillDTableX4Level2() argument 1864 const U32 symbol = sortedSymbols[s].symbol; in HUF_fillDTableX4Level2() 1865 const U32 weight = sortedSymbols[s].weight; in HUF_fillDTableX4Level2() 2204 … const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, const U32* rankStart, in HUF_fillDTableX6LevelN() argument 2233 const BYTE symbol = sortedSymbols[s].symbol; in HUF_fillDTableX6LevelN() 2234 const U32 weight = sortedSymbols[s].weight; /* >= 1 (sorted) */ in HUF_fillDTableX6LevelN() 2248 sortedSymbols, sortedListSize, rankStart, in HUF_fillDTableX6LevelN()
|
D | zstd_v03.c | 1837 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUF_fillDTableX4Level2() argument 1861 const U32 symbol = sortedSymbols[s].symbol; in HUF_fillDTableX4Level2() 1862 const U32 weight = sortedSymbols[s].weight; in HUF_fillDTableX4Level2()
|
D | zstd_v04.c | 1988 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUF_fillDTableX4Level2() argument 2012 const U32 symbol = sortedSymbols[s].symbol; in HUF_fillDTableX4Level2() 2013 const U32 weight = sortedSymbols[s].weight; in HUF_fillDTableX4Level2()
|
D | zstd_v05.c | 2116 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUFv05_fillDTableX4Level2() argument 2138 const U32 symbol = sortedSymbols[s].symbol; in HUFv05_fillDTableX4Level2() 2139 const U32 weight = sortedSymbols[s].weight; in HUFv05_fillDTableX4Level2()
|
D | zstd_v06.c | 2249 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUFv06_fillDTableX4Level2() argument 2270 const U32 symbol = sortedSymbols[s].symbol; in HUFv06_fillDTableX4Level2() 2271 const U32 weight = sortedSymbols[s].weight; in HUFv06_fillDTableX4Level2()
|
D | zstd_v07.c | 2056 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUFv07_fillDTableX4Level2() argument 2077 const U32 symbol = sortedSymbols[s].symbol; in HUFv07_fillDTableX4Level2() 2078 const U32 weight = sortedSymbols[s].weight; in HUFv07_fillDTableX4Level2()
|
/external/zstd/lib/decompress/ |
D | huf_decompress.c | 530 const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, in HUF_fillDTableX2Level2() argument 551 const U32 symbol = sortedSymbols[s].symbol; in HUF_fillDTableX2Level2() 552 const U32 weight = sortedSymbols[s].weight; in HUF_fillDTableX2Level2()
|