Home | History | Annotate | Download | only in md5

Lines Matching refs:Full

10 //	go run gen.go [-full] -output md5block.go
12 // The -full flag causes the generated code to do a full
59 Full bool
86 flag.BoolVar(&data.Full, "full", false, "complete unrolling")
183 // Generate with: go run gen.go{{if .Full}} -full{{end}} -output md5block.go
192 {{if not .Full}}
248 {{if .Full}}