Searched refs:fmtInt (Results 1 – 1 of 1) sorted by relevance
/external/syzkaller/pkg/ast/ |
D | format.go | 74 fmt.Fprintf(w, "define %v\t%v\n", def.Name.Name, fmtInt(def.Value)) 80 fmt.Fprintf(w, "%v%v", comma(i, ": "), fmtInt(v)) 148 fmt.Fprintf(w, "%v%v", comma(i, ""), fmtInt(v)) 217 func fmtInt(i *Int) string { func
|