OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_functions
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/asan/TestCases/Posix/
coverage-caller-callee.cc
54
int
n_functions
= 10;
variable
58
if (n_callers >= 1) for (int i = 0; i < 2000; i++) foo[i %
n_functions
]->f();
59
if (n_callers >= 2) for (int i = 0; i < 2000; i++) foo[i %
n_functions
]->f();
60
if (n_callers >= 3) for (int i = 0; i < 2000; i++) foo[i %
n_functions
]->f();
66
n_functions
= atoi(argv[1]);
/external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.cpp
4693
static const GLuint
n_functions
= 4;
local
[
all
...]
Completed in 199 milliseconds