Searched full:compar (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/build/feature/ |
| H A D | test-scandirat.c | 10 …=*/ 0, /*dirp=*/ (void *)1, /*namelist=*/ (void *)2, /*filter=*/ (void *)3, /*compar=*/ (void *)4); in main()
|
| /linux/tools/perf/util/ |
| H A D | util.h | 63 int (*compar)(const struct dirent **, const struct dirent **));
|
| H A D | util.c | 544 int (*compar)(const struct dirent **, const struct dirent **)) in scandirat() 553 err = scandir(path, namelist, filter, compar);
|
| /linux/tools/perf/tests/ |
| H A D | switch-tracking.c | 266 static int compar(const void *a, const void *b) in compar() 311 qsort(events_array, cnt, sizeof(struct event_node), compar); in process_events() 261 static int compar(const void *a, const void *b) compar() function
|