Searched refs:programLength (Results 1 – 3 of 3) sorted by relevance
/external/syzkaller/tools/syz-stress/ |
D | stress.go | 38 const programLength = 30 const 87 p = target.Generate(rs, programLength, ct) 89 p.Mutate(rs, programLength, ct, corpus) 93 p.Mutate(rs, programLength, ct, corpus) 95 p.Mutate(rs, programLength, ct, corpus)
|
/external/syzkaller/syz-fuzzer/ |
D | proc.go | 26 programLength = 30 const 93 p := proc.fuzzer.target.Generate(proc.rnd, programLength, ct) 99 p.Mutate(proc.rnd, programLength, ct, corpus) 196 p.Mutate(proc.rnd, programLength, proc.fuzzer.choiceTable, corpus)
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 1934 StateQueryMemoryWriteGuard<GLint> programLength; in test() local 1935 glGetProgramiv(program, GL_PROGRAM_BINARY_LENGTH, &programLength); in test() 1937 programLength.verifyValidity(m_testCtx); in test()
|