func fmt.Printf

7 uses

	fmt (current package)
		print.go#L232: func Printf(format string, a ...any) (n int, err error) {

	github.com/klauspost/compress/fse
		compress.go#L669: 		fmt.Printf("selected TableLog: %d, Symbol length: %d\n", s.actualTableLog, s.symbolLen)
		compress.go#L671: 			fmt.Printf("%3d: %5d -> %4d \n", i, s.count[i], v)

	github.com/klauspost/compress/zstd
		blockenc.go#L714: 		fmt.Printf("selected TableLog: %d, Symbol length: %d\n", ofEnc.actualTableLog, ofEnc.symbolLen)
		blockenc.go#L716: 			fmt.Printf("%3d: %5d -> %4d \n", i, ofEnc.count[i], v)
		fse_encoder.go#L470: 		fmt.Printf("selected TableLog: %d, Symbol length: %d\n", s.actualTableLog, s.symbolLen)
		fse_encoder.go#L472: 			fmt.Printf("%3d: %5d -> %4d \n", i, s.count[i], v)