sortedSymbols     395 lib/zstd/huf_decompress.c 				   const sortedSymbol_t *sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq)
sortedSymbols     417 lib/zstd/huf_decompress.c 			const U32 symbol = sortedSymbols[s].symbol;
sortedSymbols     418 lib/zstd/huf_decompress.c 			const U32 weight = sortedSymbols[s].weight;