| /tools/include/linux/ |
| D | kernel.h | 34 #define max(x, y) ({ \ argument 42 #define min(x, y) ({ \ argument 50 #define roundup(x, y) ( \ argument 103 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) argument 104 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) argument 105 #define round_down(x, y) ((x) & ~__round_mask(x, y)) argument
|
| /tools/perf/ui/tui/ |
| D | progress.c | 10 int bar, y; in tui_progress__update() local 38 int y; in tui_progress__finish() local
|
| D | util.c | 75 int x, y, len, key; in ui_browser__input_window() local 167 int x, y; in ui__question_window() local
|
| /tools/thermal/tmon/ |
| D | tui.c | 33 #define min(x, y) ({ \ argument 39 #define max(x, y) ({ \ argument 210 int i, j, x, y = 0; in show_cooling_device() local 287 int j, x = 0, y = 0; in show_dialogue() local 324 void write_dialogue_win(char *buf, int y, int x) in write_dialogue_win() 533 static void draw_hbar(WINDOW *win, int y, int start, int len, unsigned long ptn, in draw_hbar() 558 static void draw_tp_line(int tz, int y) in draw_tp_line() 593 int y = 0; in show_data_w() local
|
| /tools/lib/lockdep/uinclude/linux/ |
| D | kernel.h | 16 #define max(x, y) ({ \ argument 26 #define WARN(x, y...) (x) argument
|
| D | irqflags.h | 35 #define trace_lock_release(x, y) argument
|
| /tools/lib/traceevent/ |
| D | event-utils.h | 37 #define min(x, y) ({ \ argument
|
| /tools/perf/util/ |
| D | xyarray.h | 17 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry()
|
| D | evlist.c | 33 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y)) argument 34 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) argument
|
| D | evsel.c | 85 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y)) argument
|
| /tools/testing/selftests/powerpc/stringloops/ |
| D | memcmp.c | 18 int x, y; in test_one() local
|
| /tools/testing/selftests/powerpc/copyloops/asm/ |
| D | ppc_asm.h | 55 #define ALT_FTR_SECTION_END(x, y) argument
|
| /tools/perf/ui/ |
| D | browser.h | 17 u16 y, x, width, height, rows, columns, horiz_scroll; member
|
| D | browser.c | 44 void ui_browser__gotorc(struct ui_browser *browser, int y, int x) in ui_browser__gotorc()
|
| /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| D | SchedGui.py | 118 def rect_from_ypixel(self, y): argument
|
| /tools/power/cpupower/utils/helpers/ |
| D | bitmask.c | 11 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
|
| /tools/virtio/linux/ |
| D | kernel.h | 107 #define min(x, y) ({ \ argument
|
| /tools/iio/ |
| D | iio_utils.c | 292 int x, y; in bsort_channel_array_by_index() local
|
| /tools/vm/ |
| D | page-types.c | 206 #define min_t(type, x, y) ({ \ argument 211 #define max_t(type, x, y) ({ \ argument
|
| /tools/perf/ |
| D | builtin-kmem.c | 1440 double x, y; in frag_cmp() local
|