Home
last modified time | relevance | path

Searched defs:ChoiceTable (Results 1 – 4 of 4) sorted by relevance

/external/syzkaller/prog/
Dprio.go197 type ChoiceTable struct { struct
198 target *Target
199 run [][]int
200 enabledCalls []*Syscall
201 enabled map[*Syscall]bool
236 func (ct *ChoiceTable) Choose(r *rand.Rand, call int) int {
Dgeneration.go12 func (target *Target) Generate(rs rand.Source, ncalls int, ct *ChoiceTable) *Prog {
Danalysis.go26 func analyze(ct *ChoiceTable, p *Prog, c *Call) *state {
38 func newState(target *Target, ct *ChoiceTable) *state {
Dmutation.go14 func (p *Prog) Mutate(rs rand.Source, ncalls int, ct *ChoiceTable, corpus []*Prog) {