Home
last modified time | relevance | path

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

/external/syzkaller/prog/
Dprio.go104 case BufferBlobRand, BufferBlobRange, BufferText:
Dminimization.go213 if typ.Kind != BufferBlobRand && typ.Kind != BufferBlobRange || typ.Dir() == DirOut {
Dtypes.go334 BufferBlobRand BufferKind = iota const
Dmutation.go245 case BufferBlobRand, BufferBlobRange:
Drand.go563 case BufferBlobRand, BufferBlobRange:
/external/syzkaller/pkg/compiler/
Dtypes.go161 bufKind := prog.BufferBlobRand
443 Kind: prog.BufferBlobRand,