Searched refs:n_functions (Results 1 – 4 of 4) sorted by relevance
54 int n_functions = 10; variable58 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()
328 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()
463 unsigned int n_functions; /* number of functions */ member
4700 static const GLuint n_functions = 4; in logError() local4713 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()