Searched refs:a (Results 1 – 7 of 7) sorted by relevance
4 test (int a) in test() argument6 return a + a; in test()
50 dlopen_doit (void *a) in dlopen_doit() argument52 struct dlopen_args *args = (struct dlopen_args *) a; in dlopen_doit()
36 dlsym_doit (void *a) in dlsym_doit() argument38 struct dlsym_args *args = (struct dlsym_args *) a; in dlsym_doit()
37 dlvsym_doit (void *a) in dlvsym_doit() argument39 struct dlvsym_args *args = (struct dlvsym_args *) a; in dlvsym_doit()
47 dlopen_doit (void *a) in dlopen_doit() argument49 struct dlopen_args *args = (struct dlopen_args *) a; in dlopen_doit()
41 dlmopen_doit (void *a) in dlmopen_doit() argument43 struct dlmopen_args *args = (struct dlmopen_args *) a; in dlmopen_doit()
9 int test (FILE *out, int a);12 test (FILE *out, int a) in test() argument233 return a + a; in test()
Completed in 10 milliseconds