tableDecode        98 lib/zstd/fse_decompress.c 	FSE_DECODE_TYPE *const tableDecode = (FSE_DECODE_TYPE *)(tdPtr);
tableDecode       123 lib/zstd/fse_decompress.c 					tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s;
tableDecode       143 lib/zstd/fse_decompress.c 				tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s;
tableDecode       157 lib/zstd/fse_decompress.c 			FSE_FUNCTION_TYPE const symbol = (FSE_FUNCTION_TYPE)(tableDecode[u].symbol);
tableDecode       159 lib/zstd/fse_decompress.c 			tableDecode[u].nbBits = (BYTE)(tableLog - BIT_highbit32((U32)nextState));
tableDecode       160 lib/zstd/fse_decompress.c 			tableDecode[u].newState = (U16)((nextState << tableDecode[u].nbBits) - tableSize);