NCountSize        672 lib/zstd/compress.c 				size_t const NCountSize = FSE_writeNCount(op, oend - op, norm, max, tableLog); /* overflow protected */
NCountSize        673 lib/zstd/compress.c 				if (FSE_isError(NCountSize))
NCountSize        674 lib/zstd/compress.c 					return NCountSize;
NCountSize        675 lib/zstd/compress.c 				op += NCountSize;
NCountSize        704 lib/zstd/compress.c 				size_t const NCountSize = FSE_writeNCount(op, oend - op, norm, max, tableLog); /* overflow protected */
NCountSize        705 lib/zstd/compress.c 				if (FSE_isError(NCountSize))
NCountSize        706 lib/zstd/compress.c 					return NCountSize;
NCountSize        707 lib/zstd/compress.c 				op += NCountSize;
NCountSize        736 lib/zstd/compress.c 				size_t const NCountSize = FSE_writeNCount(op, oend - op, norm, max, tableLog); /* overflow protected */
NCountSize        737 lib/zstd/compress.c 				if (FSE_isError(NCountSize))
NCountSize        738 lib/zstd/compress.c 					return NCountSize;
NCountSize        739 lib/zstd/compress.c 				op += NCountSize;