sortedSymbol_t    395 lib/zstd/huf_decompress.c 				   const sortedSymbol_t *sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq)
sortedSymbol_t    440 lib/zstd/huf_decompress.c static void HUF_fillDTableX4(HUF_DEltX4 *DTable, const U32 targetLog, const sortedSymbol_t *sortedList, const U32 sortedListSize, const U32 *rankStart,
sortedSymbol_t    495 lib/zstd/huf_decompress.c 	sortedSymbol_t *sortedSymbol;
sortedSymbol_t    507 lib/zstd/huf_decompress.c 	sortedSymbol = (sortedSymbol_t *)((U32 *)workspace + spaceUsed32);
sortedSymbol_t    508 lib/zstd/huf_decompress.c 	spaceUsed32 += ALIGN(sizeof(sortedSymbol_t) * (HUF_SYMBOLVALUE_MAX + 1), sizeof(U32)) >> 2;