github.com/klauspost/compress/huff0.Scratch.OutTable (field)

11 uses

	github.com/klauspost/compress/huff0 (current package)
		compress.go#L144: 		s.OutTable = nil
		compress.go#L147: 	s.OutTable = s.Out
		compress.go#L152: 		s.OutTable = nil
		compress.go#L156: 		s.OutTable = nil
		compress.go#L161: 	s.OutData = s.Out[len(s.OutTable):]
		huff0.go#L80: 	OutTable []byte
		huff0.go#L164: 	s.OutTable = nil

	github.com/klauspost/compress/zstd
		blockenc.go#L414: 			println("New tree, compressed to", len(out), "tree size:", len(b.litEnc.OutTable))
		blockenc.go#L571: 				println("new tree, size:", len(b.litEnc.OutTable))
		dict.go#L505: 	out.Write(scratch.OutTable)
		dict.go#L507: 		println("huff table:", len(scratch.OutTable), "bytes")