Home | History | Annotate | Download | only in tests

Lines Matching refs:calls

10    calls++;                                     \
11 (*fnptr[(int)*calls])(calls,seq); \
19 __attribute__((noinline)) void f_a(char *calls, char*seq);
20 __attribute__((noinline)) void f_b(char *calls, char*seq);
21 __attribute__((noinline)) void f_c(char *calls, char*seq);
22 __attribute__((noinline)) void f_d(char *calls, char*seq);
24 __attribute__((noinline)) void f_a(char *calls, char*seq)
27 __attribute__((noinline)) void f_b(char *calls, char*seq)
30 __attribute__((noinline)) void f_c(char *calls, char*seq)
33 __attribute__((noinline)) void f_d(char *calls, char*seq)
40 char* calls = argv[i];
42 calls--;