Home
last modified time | relevance | path

Searched refs:n_functions (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-caller-callee.cc54 int n_functions = 10; variable
58 if (n_callers >= 1) for (int i = 0; i < 2000; i++) foo[i % n_functions]->f(); in Thread()
59 if (n_callers >= 2) for (int i = 0; i < 2000; i++) foo[i % n_functions]->f(); in Thread()
60 if (n_callers >= 3) for (int i = 0; i < 2000; i++) foo[i % n_functions]->f(); in Thread()
66 n_functions = atoi(argv[1]); in main()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp4693 static const GLuint n_functions = 4; in logError() local
4706 for (GLuint i = 0; i < n_functions; ++i) in logError()
4712 functions_inverted[n_functions - i - 1] = function; in logError()
4714 functions_dynamic_inverted[n_functions - i - 1] = dynamic_function; in logError()
4790 for (GLuint function = 0; function < n_functions; ++function) in logError()