Home
last modified time | relevance | path

Searched defs:y (Results 1 – 20 of 20) sorted by relevance

/tools/include/linux/
Dkernel.h34 #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/
Dprogress.c10 int bar, y; in tui_progress__update() local
38 int y; in tui_progress__finish() local
Dutil.c75 int x, y, len, key; in ui_browser__input_window() local
167 int x, y; in ui__question_window() local
/tools/thermal/tmon/
Dtui.c33 #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/
Dkernel.h16 #define max(x, y) ({ \ argument
26 #define WARN(x, y...) (x) argument
Dirqflags.h35 #define trace_lock_release(x, y) argument
/tools/lib/traceevent/
Devent-utils.h37 #define min(x, y) ({ \ argument
/tools/perf/util/
Dxyarray.h17 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry()
Devlist.c33 #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
Devsel.c85 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y)) argument
/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c18 int x, y; in test_one() local
/tools/testing/selftests/powerpc/copyloops/asm/
Dppc_asm.h55 #define ALT_FTR_SECTION_END(x, y) argument
/tools/perf/ui/
Dbrowser.h17 u16 y, x, width, height, rows, columns, horiz_scroll; member
Dbrowser.c44 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/
DSchedGui.py118 def rect_from_ypixel(self, y): argument
/tools/power/cpupower/utils/helpers/
Dbitmask.c11 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
/tools/virtio/linux/
Dkernel.h107 #define min(x, y) ({ \ argument
/tools/iio/
Diio_utils.c292 int x, y; in bsort_channel_array_by_index() local
/tools/vm/
Dpage-types.c206 #define min_t(type, x, y) ({ \ argument
211 #define max_t(type, x, y) ({ \ argument
/tools/perf/
Dbuiltin-kmem.c1440 double x, y; in frag_cmp() local