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)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |