tableU16           97 lib/zstd/fse_compress.c 	U16 *const tableU16 = ((U16 *)ptr) + 2;
tableU16          118 lib/zstd/fse_compress.c 	tableU16[-2] = (U16)tableLog;
tableU16          119 lib/zstd/fse_compress.c 	tableU16[-1] = (U16)maxSymbolValue;
tableU16          162 lib/zstd/fse_compress.c 			tableU16[cumul[s]++] = (U16)(tableSize + u); /* TableU16 : sorted by symbol order; gives next state value */
tableU16          672 lib/zstd/fse_compress.c 	U16 *const tableU16 = ((U16 *)ptr) + 2;
tableU16          682 lib/zstd/fse_compress.c 	tableU16[-2] = (U16)nbBits;
tableU16          683 lib/zstd/fse_compress.c 	tableU16[-1] = (U16)maxSymbolValue;
tableU16          687 lib/zstd/fse_compress.c 		tableU16[s] = (U16)(tableSize + s);
tableU16          705 lib/zstd/fse_compress.c 	U16 *tableU16 = ((U16 *)ptr) + 2;
tableU16          710 lib/zstd/fse_compress.c 	tableU16[-2] = (U16)0;
tableU16          711 lib/zstd/fse_compress.c 	tableU16[-1] = (U16)symbolValue;
tableU16          714 lib/zstd/fse_compress.c 	tableU16[0] = 0;
tableU16          715 lib/zstd/fse_compress.c 	tableU16[1] = 0; /* just in case */