tableSymbol       104 lib/zstd/fse_compress.c 	FSE_FUNCTION_TYPE *tableSymbol;
tableSymbol       109 lib/zstd/fse_compress.c 	tableSymbol = (FSE_FUNCTION_TYPE *)((U32 *)workspace + spaceUsed32);
tableSymbol       131 lib/zstd/fse_compress.c 				tableSymbol[highThreshold--] = (FSE_FUNCTION_TYPE)(u - 1);
tableSymbol       146 lib/zstd/fse_compress.c 				tableSymbol[position] = (FSE_FUNCTION_TYPE)symbol;
tableSymbol       161 lib/zstd/fse_compress.c 			FSE_FUNCTION_TYPE s = tableSymbol[u];	/* note : static analyzer may not understand tableSymbol is properly initialized */