Lines Matching refs:randGen
47 r *randGen
167 func (target *Target) mutateArg(r *randGen, s *state, arg Arg, ctx ArgCtx, updateSizes *bool) ([]*C… argument
190 func regenerate(r *randGen, s *state, arg Arg) (calls []*Call, retry, preserve bool) { argument
197 func mutateInt(r *randGen, s *state, arg Arg) (calls []*Call, retry, preserve bool) { argument
213 func (t *IntType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve… argument
217 func (t *FlagsType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preser… argument
221 func (t *LenType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve… argument
230 func (t *ResourceType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, pre… argument
234 func (t *VmaType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve… argument
238 func (t *ProcType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserv… argument
242 func (t *BufferType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, prese… argument
274 func (t *ArrayType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preser… argument
309 func (t *PtrType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve… argument
316 func (t *StructType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, prese… argument
330 func (t *UnionType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preser… argument
360 func (t *CsumType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserv… argument
364 func (t *ConstType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preser… argument
417 func mutateData(r *randGen, data []byte, minLen, maxLen uint64) []byte { argument
427 var mutateDataFuncs = [...]func(r *randGen, data []byte, minLen, maxLen uint64) ([]byte, bool){
430 func(r *randGen, data []byte, minLen, maxLen uint64) ([]byte, bool) {
440 func(r *randGen, data []byte, minLen, maxLen uint64) ([]byte, bool) {
462 func(r *randGen, data []byte, minLen, maxLen uint64) ([]byte, bool) {
484 func(r *randGen, data []byte, minLen, maxLen uint64) ([]byte, bool) {
499 func(r *randGen, data []byte, minLen, maxLen uint64) ([]byte, bool) {
509 func(r *randGen, data []byte, minLen, maxLen uint64) ([]byte, bool) {
531 func(r *randGen, data []byte, minLen, maxLen uint64) ([]byte, bool) {