Home
last modified time | relevance | path

Searched refs:noteUsage (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/prog/
Dprio.go80 noteUsage(uses, c, 0.1, "res%v", a.Desc.Name)
89 noteUsage(uses, c, float32(w), str)
94 noteUsage(uses, c, 1.0, "ptrto-%v", a.Type.Name())
97 noteUsage(uses, c, 1.0, "ptrto-%v", a.Type.Name())
100 noteUsage(uses, c, 1.0, "ptrto-%v", arr.Type.Name())
107 noteUsage(uses, c, 0.2, fmt.Sprintf("str-%v", a.SubKind))
110 noteUsage(uses, c, 1.0, "filename")
115 noteUsage(uses, c, 0.5, "vma")
128 func noteUsage(uses map[string]map[int]float32, c *Syscall, weight float32, str string, args ...int… func