FSE_FUNCTION_TYPE   76 lib/zstd/fse_compress.c #ifndef FSE_FUNCTION_TYPE
FSE_FUNCTION_TYPE  104 lib/zstd/fse_compress.c 	FSE_FUNCTION_TYPE *tableSymbol;
FSE_FUNCTION_TYPE  109 lib/zstd/fse_compress.c 	tableSymbol = (FSE_FUNCTION_TYPE *)((U32 *)workspace + spaceUsed32);
FSE_FUNCTION_TYPE  110 lib/zstd/fse_compress.c 	spaceUsed32 += ALIGN(sizeof(FSE_FUNCTION_TYPE) * ((size_t)1 << tableLog), sizeof(U32)) >> 2;
FSE_FUNCTION_TYPE  131 lib/zstd/fse_compress.c 				tableSymbol[highThreshold--] = (FSE_FUNCTION_TYPE)(u - 1);
FSE_FUNCTION_TYPE  146 lib/zstd/fse_compress.c 				tableSymbol[position] = (FSE_FUNCTION_TYPE)symbol;
FSE_FUNCTION_TYPE  161 lib/zstd/fse_compress.c 			FSE_FUNCTION_TYPE s = tableSymbol[u];	/* note : static analyzer may not understand tableSymbol is properly initialized */
FSE_FUNCTION_TYPE   84 lib/zstd/fse_decompress.c #ifndef FSE_FUNCTION_TYPE
FSE_FUNCTION_TYPE  123 lib/zstd/fse_decompress.c 					tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s;
FSE_FUNCTION_TYPE  143 lib/zstd/fse_decompress.c 				tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s;
FSE_FUNCTION_TYPE  157 lib/zstd/fse_decompress.c 			FSE_FUNCTION_TYPE const symbol = (FSE_FUNCTION_TYPE)(tableDecode[u].symbol);