Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Posix/
H A 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()
/aosp_15_r20/external/coreboot/src/lib/
H A Dlibgcov.c328 crc32 = crc32_unsigned(crc32, gi_ptr->n_functions); in gcov_exit()
330 for (f_ix = 0; (unsigned int)f_ix != gi_ptr->n_functions; in gcov_exit()
520 gi_ptr->n_functions; in gcov_exit()
667 for (f_ix = 0; (unsigned int)f_ix != gi_ptr->n_functions; in gcov_exit()
734 if (!info->version || !info->n_functions) in __gcov_init()
767 for (f_ix = 0; f_ix < gi_ptr->n_functions; f_ix++) { in __gcov_flush()
H A Dgcov-io.h463 unsigned int n_functions; /* number of functions */ member
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp4700 static const GLuint n_functions = 4; in logError() local
4713 for (GLuint i = 0; i < n_functions; ++i) in logError()
4719 functions_inverted[n_functions - i - 1] = function; in logError()
4721 functions_dynamic_inverted[n_functions - i - 1] = dynamic_function; in logError()
4796 for (GLuint function = 0; function < n_functions; ++function) in logError()