Searched refs:outc (Results 1 – 12 of 12) sorted by relevance
/external/syzkaller/vm/ |
D | vm.go | 107 outc <-chan []byte, errc <-chan error, err error) { 125 func (inst *Instance) MonitorExecution(outc <-chan []byte, errc <-chan error, 129 outc: outc, 152 case out := <-outc: 202 outc <-chan []byte member 253 case out, ok := <-mon.outc:
|
/external/curl/lib/ |
D | mprintf.c | 984 unsigned char outc = (unsigned char)output; in addbyter() local 988 infop->buffer[0] = outc; /* store */ in addbyter() 991 return outc; /* fputc() returns like this on success */ in addbyter() 1032 unsigned char outc = (unsigned char)output; in alloc_addbyter() local 1059 infop->buffer[ infop->len ] = outc; in alloc_addbyter() 1063 return outc; /* fputc() returns like this on success */ in alloc_addbyter() 1119 unsigned char outc = (unsigned char)output; in storebuffer() local 1120 **buffer = outc; in storebuffer() 1122 return outc; /* act like fputc() ! */ in storebuffer()
|
/external/syzkaller/tools/syz-crush/ |
D | crush.go | 103 outc, errc, err := inst.Run(time.Hour, nil, cmd) 110 rep := inst.MonitorExecution(outc, errc, reporter, false)
|
/external/syzkaller/pkg/instance/ |
D | instance.go | 271 outc, errc, err := inst.vm.Run(5*time.Minute, nil, cmd) 275 rep := inst.vm.MonitorExecution(outc, errc, inst.reporter, true) 352 outc, errc, err := inst.vm.Run(testTime, nil, command) 356 rep := inst.vm.MonitorExecution(outc, errc, inst.reporter, true)
|
/external/deqp-deps/glslang/Test/ |
D | 420.tesc | 13 out int outc[];
|
/external/syzkaller/tools/syz-runtest/ |
D | runtest.go | 171 outc, errc, err := inst.Run(time.Hour, mgr.vmStop, cmd) 175 rep := inst.MonitorExecution(outc, errc, mgr.reporter, true)
|
/external/syzkaller/vm/vmimpl/ |
D | vmimpl.go | 44 …Run(timeout time.Duration, stop <-chan bool, command string) (outc <-chan []byte, errc <-chan erro…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | hsa-metadata-kernel-code-props.ll | 47 i32 addrspace(1)* %outc, i32 addrspace(1)* %outd, [8 x i32], 66 store i32 %inc, i32 addrspace(1)* %outc
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 420.tesc.out | 114 0:? 'outc' ( out 4-element array of int) 190 0:? 'outc' ( out 4-element array of int)
|
D | 150.tesc.out | 739 0:? 'outc' ( out 4-element array of int) 1295 0:? 'outc' ( out 4-element array of int)
|
/external/syzkaller/pkg/repro/ |
D | repro.go | 586 outc, errc, err := inst.Run(duration, nil, command) 590 rep := inst.MonitorExecution(outc, errc, ctx.reporter, true)
|
/external/syzkaller/syz-manager/ |
D | manager.go | 562 outc, errc, err := inst.Run(time.Hour, mgr.vmStop, cmd) 567 rep := inst.MonitorExecution(outc, errc, mgr.reporter, false)
|