Home
last modified time | relevance | path

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

1234

/linux-4.4.14/drivers/scsi/
Dimm.h129 #define w_dtr(x,y) outb(y, (x)) argument
130 #define w_str(x,y) outb(y, (x)+1) argument
131 #define w_epp(x,y) outb(y, (x)+4) argument
132 #define w_fifo(x,y) outb(y, (x)) /* x must be base_hi */ argument
133 #define w_ecr(x,y) outb(y, (x)+0x2) /* x must be base_hi */ argument
136 #define w_ctr(x,y) outb_p(y, (x)+2) argument
138 #define w_ctr(x,y) outb(y, (x)+2) argument
Dppa.h136 #define w_dtr(x,y) outb(y, (x)) argument
137 #define w_str(x,y) outb(y, (x)+1) argument
138 #define w_epp(x,y) outb(y, (x)+4) argument
139 #define w_fifo(x,y) outb(y, (x)) /* x must be base_hi */ argument
140 #define w_ecr(x,y) outb(y, (x)+0x2)/* x must be base_hi */ argument
143 #define w_ctr(x,y) outb_p(y, (x)+2) argument
145 #define w_ctr(x,y) outb(y, (x)+2) argument
Deata_pio.h48 #define DBG(x, y) if ((x)) {y;} argument
50 #define DBG(x, y) argument
/linux-4.4.14/Documentation/auxdisplay/
Dcfag12864b-example.c42 #define CFAG12864B_ADDRESS(x, y) ((y) * CFAG12864B_WIDTH / \ argument
48 #define CFAG12864B_CHECK(x, y) ((x) < CFAG12864B_WIDTH && \ argument
51 #define CFAG12864B_CHECK(x, y) (1) argument
93 static void cfag12864b_set(unsigned char x, unsigned char y) in cfag12864b_set()
103 static void cfag12864b_unset(unsigned char x, unsigned char y) in cfag12864b_unset()
116 static unsigned char cfag12864b_isset(unsigned char x, unsigned char y) in cfag12864b_isset()
129 static void cfag12864b_not(unsigned char x, unsigned char y) in cfag12864b_not()
/linux-4.4.14/lib/
Dmd5.c5 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
6 #define F2(x, y, z) F1(z, x, y) argument
7 #define F3(x, y, z) (x ^ y ^ z) argument
8 #define F4(x, y, z) (y ^ (x | ~z)) argument
10 #define MD5STEP(f, w, x, y, z, in, s) \ argument
Dhalfmd4.c7 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
8 #define G(x, y, z) (((x) & (y)) + (((x) ^ (y)) & (z))) argument
9 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
Dint_sqrt.c19 unsigned long b, m, y = 0; in int_sqrt() local
Dextable.c26 const struct exception_table_entry *x = a, *y = b; in cmp_ex() local
/linux-4.4.14/drivers/net/wan/lmc/
Dlmc_debug.h6 #define LMC_CONSOLE_LOG(x,y,z) lmcConsoleLog((x), (y), (z)) argument
8 #define LMC_CONSOLE_LOG(x,y,z) argument
11 #define LMC_CONSOLE_LOG(x,y,z) argument
43 #define LMC_EVENT_LOG(x, y, z) lmcEventLog((x), (y), (z)) argument
45 #define LMC_EVENT_LOG(x,y,z) argument
/linux-4.4.14/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
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
Dzmii.h69 # define zmii_attach(x,y,z) (-ENXIO) argument
70 # define zmii_detach(x,y) do { } while(0) argument
71 # define zmii_get_mdio(x,y) do { } while(0) argument
72 # define zmii_put_mdio(x,y) do { } while(0) argument
73 # define zmii_set_speed(x,y,z) do { } while(0) argument
Drgmii.h73 # define rgmii_attach(x,y,z) (-ENXIO) argument
74 # define rgmii_detach(x,y) do { } while(0) argument
77 # define rgmii_set_speed(x,y,z) do { } while(0) argument
Dtah.h87 # define tah_attach(x,y) (-ENXIO) argument
88 # define tah_detach(x,y) do { } while(0) argument
/linux-4.4.14/drivers/isdn/capi/
Dcapiutil.c191 #define byteTLcpy(x, y) *(u8 *)(x) = *(u8 *)(y); argument
192 #define wordTLcpy(x, y) *(u16 *)(x) = *(u16 *)(y); argument
193 #define dwordTLcpy(x, y) memcpy(x, y, 4); argument
194 #define structTLcpy(x, y, l) memcpy(x, y, l) argument
195 #define structTLcpyovl(x, y, l) memmove(x, y, l) argument
197 #define byteTRcpy(x, y) *(u8 *)(y) = *(u8 *)(x); argument
198 #define wordTRcpy(x, y) *(u16 *)(y) = *(u16 *)(x); argument
199 #define dwordTRcpy(x, y) memcpy(y, x, 4); argument
200 #define structTRcpy(x, y, l) memcpy(y, x, l) argument
201 #define structTRcpyovl(x, y, l) memmove(y, x, l) argument
/linux-4.4.14/arch/x86/mm/
Dphysaddr.c15 unsigned long y = x - __START_KERNEL_map; in __phys_addr() local
35 unsigned long y = x - __START_KERNEL_map; in __phys_addr_symbol() local
47 unsigned long y = x - __START_KERNEL_map; in __virt_addr_valid() local
/linux-4.4.14/sound/core/seq/
Dseq_queue.h128 #define u64_div(x,y,q) do {u32 __tmp; udiv_qrnnd(q, __tmp, (x)>>32, x, y);} while (0) argument
129 #define u64_mod(x,y,r) do {u32 __tmp; udiv_qrnnd(__tmp, q, (x)>>32, x, y);} while (0) argument
130 #define u64_divmod(x,y,q,r) udiv_qrnnd(q, r, (x)>>32, x, y) argument
133 #define u64_div(x,y,q) ((q) = (u32)((u64)(x) / (u64)(y))) argument
134 #define u64_mod(x,y,r) ((r) = (u32)((u64)(x) % (u64)(y))) argument
135 #define u64_divmod(x,y,q,r) (u64_div(x,y,q), u64_mod(x,y,r)) argument
/linux-4.4.14/arch/x86/include/asm/
Dxor_32.h22 #define LD(x, y) " movq 8*("#x")(%1), %%mm"#y" ;\n" argument
23 #define ST(x, y) " movq %%mm"#y", 8*("#x")(%1) ;\n" argument
24 #define XO1(x, y) " pxor 8*("#x")(%2), %%mm"#y" ;\n" argument
25 #define XO2(x, y) " pxor 8*("#x")(%3), %%mm"#y" ;\n" argument
26 #define XO3(x, y) " pxor 8*("#x")(%4), %%mm"#y" ;\n" argument
27 #define XO4(x, y) " pxor 8*("#x")(%5), %%mm"#y" ;\n" argument
Dxor.h51 #define LD(x, y) " movaps "OFFS(x)"(%[p1]), %%xmm"#y" ;\n" argument
52 #define ST(x, y) " movaps %%xmm"#y", "OFFS(x)"(%[p1]) ;\n" argument
57 #define XO1(x, y) " xorps "OFFS(x)"(%[p2]), %%xmm"#y" ;\n" argument
58 #define XO2(x, y) " xorps "OFFS(x)"(%[p3]), %%xmm"#y" ;\n" argument
59 #define XO3(x, y) " xorps "OFFS(x)"(%[p4]), %%xmm"#y" ;\n" argument
60 #define XO4(x, y) " xorps "OFFS(x)"(%[p5]), %%xmm"#y" ;\n" argument
Dvga.h18 #define vga_writeb(x, y) (*(y) = (x)) argument
Dpage_64.h14 unsigned long y = x - __START_KERNEL_map; in __phys_addr_nodebug() local
/linux-4.4.14/arch/alpha/lib/
Dcsum_partial_copy.c17 #define ldq_u(x,y) \ argument
20 #define stq_u(x,y) \ argument
23 #define extql(x,y,z) \ argument
26 #define extqh(x,y,z) \ argument
29 #define mskql(x,y,z) \ argument
32 #define mskqh(x,y,z) \ argument
35 #define insql(x,y,z) \ argument
38 #define insqh(x,y,z) \ argument
Ddivide.S60 #define DIV_ONLY(x,y...) x,##y argument
61 #define MOD_ONLY(x,y...) argument
68 #define DIV_ONLY(x,y...) argument
69 #define MOD_ONLY(x,y...) x,##y argument
Dev6-divide.S70 #define DIV_ONLY(x,y...) x,##y argument
71 #define MOD_ONLY(x,y...) argument
78 #define DIV_ONLY(x,y...) argument
79 #define MOD_ONLY(x,y...) x,##y argument
Dcopy_user.S30 #define EXI(x,y...) \ argument
37 #define EXO(x,y...) \ argument
Dev6-copy_user.S41 #define EXI(x,y...) \ argument
48 #define EXO(x,y...) \ argument
Dclear_user.S29 #define EX(x,y...) \ argument
Dev6-clear_user.S47 #define EX(x,y...) \ argument
/linux-4.4.14/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
/linux-4.4.14/net/ceph/crush/
Dhash.c31 __u32 y = 1232; in crush_hash32_rjenkins1() local
41 __u32 y = 1232; in crush_hash32_rjenkins1_2() local
52 __u32 y = 1232; in crush_hash32_rjenkins1_3() local
65 __u32 y = 1232; in crush_hash32_rjenkins1_4() local
80 __u32 y = 1232; in crush_hash32_rjenkins1_5() local
/linux-4.4.14/crypto/
Dtea.c64 u32 y, z, n, sum = 0; in tea_encrypt() local
92 u32 y, z, n, sum; in tea_decrypt() local
137 u32 y, z, sum = 0; in xtea_encrypt() local
158 u32 y, z, sum; in xtea_decrypt() local
181 u32 y, z, sum = 0; in xeta_encrypt() local
202 u32 y, z, sum; in xeta_decrypt() local
Drmd320.c42 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument
43 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument
44 #define F3(x, y, z) ((x | ~y) ^ z) argument
45 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
46 #define F5(x, y, z) (x ^ (y | ~z)) argument
Drmd160.c42 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument
43 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument
44 #define F3(x, y, z) ((x | ~y) ^ z) argument
45 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
46 #define F5(x, y, z) (x ^ (y | ~z)) argument
Drmd128.c40 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument
41 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument
42 #define F3(x, y, z) ((x | ~y) ^ z) argument
43 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
Drmd256.c40 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument
41 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument
42 #define F3(x, y, z) ((x | ~y) ^ z) argument
43 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
Dmd4.c48 static inline u32 F(u32 x, u32 y, u32 z) in F()
53 static inline u32 G(u32 x, u32 y, u32 z) in G()
58 static inline u32 H(u32 x, u32 y, u32 z) in H()
Darc4.c26 u32 x, y; member
57 u32 x, y, a, b; in arc4_crypt() local
Dtwofish_generic.c119 u32 x, y; in twofish_encrypt() local
156 u32 x, y; in twofish_decrypt() local
Dsha256_generic.c30 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch()
35 static inline u32 Maj(u32 x, u32 y, u32 z) in Maj()
Dsha512_generic.c26 static inline u64 Ch(u64 x, u64 y, u64 z) in Ch()
31 static inline u64 Maj(u64 x, u64 y, u64 z) in Maj()
/linux-4.4.14/arch/mips/math-emu/
Dsp_fmax.c21 union ieee754sp ieee754sp_fmax(union ieee754sp x, union ieee754sp y) in ieee754sp_fmax()
121 union ieee754sp ieee754sp_fmaxa(union ieee754sp x, union ieee754sp y) in ieee754sp_fmaxa()
Ddp_fmin.c21 union ieee754dp ieee754dp_fmin(union ieee754dp x, union ieee754dp y) in ieee754dp_fmin()
121 union ieee754dp ieee754dp_fmina(union ieee754dp x, union ieee754dp y) in ieee754dp_fmina()
Ddp_fmax.c21 union ieee754dp ieee754dp_fmax(union ieee754dp x, union ieee754dp y) in ieee754dp_fmax()
121 union ieee754dp ieee754dp_fmaxa(union ieee754dp x, union ieee754dp y) in ieee754dp_fmaxa()
Dsp_fmin.c21 union ieee754sp ieee754sp_fmin(union ieee754sp x, union ieee754sp y) in ieee754sp_fmin()
121 union ieee754sp ieee754sp_fmina(union ieee754sp x, union ieee754sp y) in ieee754sp_fmina()
Ddp_simple.c27 union ieee754dp y; in ieee754dp_neg() local
39 union ieee754dp y; in ieee754dp_abs() local
Dsp_simple.c27 union ieee754sp y; in ieee754sp_neg() local
39 union ieee754sp y; in ieee754sp_abs() local
Ddp_mul.c24 union ieee754dp ieee754dp_mul(union ieee754dp x, union ieee754dp y) in ieee754dp_mul()
132 #define DPXMULT(x, y) ((u64)(x) * (u64)y) in ieee754dp_mul() argument
Ddp_msubf.c18 union ieee754dp y) in ieee754dp_msubf()
167 #define DPXMULT(x, y) ((u64)(x) * (u64)y) in ieee754dp_msubf() argument
Ddp_maddf.c18 union ieee754dp y) in ieee754dp_maddf()
167 #define DPXMULT(x, y) ((u64)(x) * (u64)y) in ieee754dp_maddf() argument
Ddp_sub.c24 union ieee754dp ieee754dp_sub(union ieee754dp x, union ieee754dp y) in ieee754dp_sub()
Dsp_add.c24 union ieee754sp ieee754sp_add(union ieee754sp x, union ieee754sp y) in ieee754sp_add()
Dsp_sub.c24 union ieee754sp ieee754sp_sub(union ieee754sp x, union ieee754sp y) in ieee754sp_sub()
Ddp_add.c24 union ieee754dp ieee754dp_add(union ieee754dp x, union ieee754dp y) in ieee754dp_add()
Ddp_div.c24 union ieee754dp ieee754dp_div(union ieee754dp x, union ieee754dp y) in ieee754dp_div()
Dsp_div.c24 union ieee754sp ieee754sp_div(union ieee754sp x, union ieee754sp y) in ieee754sp_div()
Dsp_cmp.c24 int ieee754sp_cmp(union ieee754sp x, union ieee754sp y, int cmp, int sig) in ieee754sp_cmp()
Ddp_cmp.c24 int ieee754dp_cmp(union ieee754dp x, union ieee754dp y, int cmp, int sig) in ieee754dp_cmp()
Dsp_fdp.c33 union ieee754sp y; in ieee754sp_fdp() local
Ddp_sqrt.c35 union ieee754dp y, z, t; in ieee754dp_sqrt() local
Dsp_mul.c24 union ieee754sp ieee754sp_mul(union ieee754sp x, union ieee754sp y) in ieee754sp_mul()
Dsp_maddf.c18 union ieee754sp y) in ieee754sp_maddf()
Dsp_msubf.c18 union ieee754sp y) in ieee754sp_msubf()
/linux-4.4.14/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
/linux-4.4.14/fs/udf/
Dudftime.c61 #define SPY(y, l, s) (SPD * (365 * y + l) + s) argument
122 long int days, rem, y; in udf_time_to_disk_stamp() local
143 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in udf_time_to_disk_stamp() argument
/linux-4.4.14/arch/ia64/include/asm/
Dasmmacro.h49 # define EX(y,x...) \ argument
52 # define EXCLR(y,x...) \ argument
63 # define MCA_RECOVER_RANGE(y) \ argument
Dvga.h23 #define vga_writeb(x,y) (*(y) = (x)) argument
/linux-4.4.14/arch/x86/lib/
Dchecksum_32.S271 #define SRC(y...) \ argument
275 #define DST(y...) \ argument
/linux-4.4.14/drivers/input/keyboard/
Dhpps2atkbd.h19 # define CONFLICT(x,y) x argument
21 # define CONFLICT(x,y) y argument
/linux-4.4.14/include/linux/
Dkernel.h62 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) argument
63 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) argument
64 #define round_down(x, y) ((x) & ~__round_mask(x, y)) argument
78 #define roundup(x, y) ( \ argument
84 #define rounddown(x, y) ( \ argument
721 #define min(x, y) ({ \ argument
727 #define max(x, y) ({ \ argument
733 #define min3(x, y, z) min((typeof(x))min(x, y), z) argument
734 #define max3(x, y, z) max((typeof(x))max(x, y), z) argument
741 #define min_not_zero(x, y) ({ \ argument
[all …]
Dmath64.h9 #define div64_long(x, y) div64_s64((x), (y)) argument
10 #define div64_ul(x, y) div64_u64((x), (y)) argument
60 #define div64_long(x, y) div_s64((x), (y)) argument
61 #define div64_ul(x, y) div_u64((x), (y)) argument
Dvmstat.h84 #define count_vm_numa_events(x, y) count_vm_events(x, y) argument
87 #define count_vm_numa_events(x, y) do { (void)(y); } while (0) argument
92 #define count_vm_tlb_events(x, y) count_vm_events(x, y) argument
95 #define count_vm_tlb_events(x, y) do { (void)(y); } while (0) argument
Dfirmware.h31 #define __fw_concat1(x, y) x##y argument
32 #define __fw_concat(x, y) __fw_concat1(x, y) argument
Dacct.h31 #define acct_collect(x,y) do { } while (0) argument
Dsignal.h128 #define _sig_or(x,y) ((x) | (y)) argument
131 #define _sig_and(x,y) ((x) & (y)) in _SIG_SET_BINOP() argument
134 #define _sig_andn(x,y) ((x) & ~(y)) in _SIG_SET_BINOP() argument
/linux-4.4.14/scripts/kconfig/lxdialog/
Dchecklist.c66 int y, int x, int height) in print_arrows()
104 int y = height - 2; in print_buttons() local
120 int i, x, y, box_x, box_y; in dialog_checklist() local
Dyesno.c30 int y = height - 2; in print_buttons() local
44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
Dmenubox.c111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows()
158 int y = height - 2; in print_buttons() local
187 int i, j, x, y, box_x, box_y; in dialog_menu() local
Dinputbox.c32 int y = height - 2; in print_buttons() local
47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
Dutil.c354 void end_dialog(int x, int y) in end_dialog()
382 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap()
447 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button()
477 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box()
511 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
/linux-4.4.14/arch/xtensa/lib/
Dchecksum.S183 #define SRC(y...) \ argument
189 #define DST(y...) \ argument
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Dtcm-sita.c277 s32 x, y; in scan_r2l_t2b() local
351 s32 x, y; in scan_l2r_t2b() local
428 s16 x, y; in scan_r2l_b2t_one_dim() local
561 u16 x = 0, y = 0; in is_area_free() local
575 s32 x, y; in fill_area() local
672 s16 x = 0, y = 0; in get_neighbor_stats() local
/linux-4.4.14/arch/powerpc/boot/
Dtypes.h15 #define min(x,y) ({ \ argument
21 #define max(x,y) ({ \ argument
/linux-4.4.14/drivers/mmc/host/
Ddw_mmc-exynos.h29 #define SDMMC_CLKSEL_UP_SAMPLE(x, y) (((x) & ~SDMMC_CLKSEL_CCLK_SAMPLE(7)) |\ argument
31 #define SDMMC_CLKSEL_TIMING(x, y, z) (SDMMC_CLKSEL_CCLK_SAMPLE(x) | \ argument
42 #define DQS_CTRL_RD_DELAY(x, y) (((x) & ~0x3FF) | ((y) & 0x3FF)) argument
/linux-4.4.14/scripts/kconfig/
Dnconf.gui.c153 { int length, x, y; in print_in_middle() local
216 int x, y; in fill_window() local
255 int i, x, y; in btn_dialog() local
367 int i, x, y; in dialog_inputbox() local
548 int x, y, lines, columns; in show_scroll_win() local
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_cursor.c139 static int radeon_cursor_move_locked(struct drm_crtc *crtc, int x, int y) in radeon_cursor_move_locked()
239 int x, int y) in radeon_crtc_cursor_move()
307 int x, y; in radeon_crtc_cursor_set2() local
Dradeon_legacy_crtc.c354 int radeon_crtc_set_base(struct drm_crtc *crtc, int x, int y, in radeon_crtc_set_base()
362 int x, int y, enum mode_set_atomic state) in radeon_crtc_set_base_atomic()
369 int x, int y, int atomic) in radeon_crtc_do_set_base()
1038 int x, int y, struct drm_framebuffer *old_fb) in radeon_crtc_mode_set()
/linux-4.4.14/arch/x86/math-emu/
Dfpu_system.h80 #define FPU_access_ok(x,y,z) if ( !access_ok(x,y,z) ) \ argument
98 #define FPU_get_user(x,y) get_user((x),(y)) argument
99 #define FPU_put_user(x,y) put_user((x),(y)) argument
Dreg_add_sub.c102 FPU_REG x, y; in FPU_add() local
233 FPU_REG x, y; in FPU_sub() local
Dfpu_emu.h169 static inline void reg_copy(FPU_REG const *x, FPU_REG *y) in reg_copy()
176 #define setexponentpos(x,y) { (*(short *)&((x)->exp)) = \ argument
179 #define setexponent16(x,y) { (*(short *)&((x)->exp)) = (y); } argument
180 #define addexponent(x,y) { (*(short *)&((x)->exp)) += (y); } argument
Dreg_mul.c60 FPU_REG x, y; in FPU_mul() local
Dreg_divide.c29 FPU_REG x, y; in FPU_div() local
/linux-4.4.14/drivers/video/fbdev/sis/
Dsis_accel.h173 #define SiS300SetupSRCXY(x,y) \ argument
183 #define SiS300SetupDSTXY(x,y) \ argument
188 #define SiS300SetupDSTRect(x,y) \ argument
303 #define SiS310SetupSRCXY(x,y) \ argument
313 #define SiS310SetupDSTXY(x,y) \ argument
318 #define SiS310SetupDSTRect(x,y) \ argument
Dsis_accel.c159 SiS300SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS300SubsequentSolidFillRect()
261 SiS310SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS310SubsequentSolidFillRect()
/linux-4.4.14/arch/hexagon/lib/
Dchecksum.c34 #define SIGN(x, y) ((0x8000ULL*x)<<y) argument
35 #define CARRY(x, y) ((0x0002ULL*x)<<y) argument
36 #define SELECT(x, y) ((0x0001ULL*x)<<y) argument
/linux-4.4.14/drivers/misc/echo/
Dfir.h120 static inline int32_t dot_asm(short *x, short *y, int len) in dot_asm()
148 int32_t y; in fir16() local
198 int32_t y; in fir32() local
/linux-4.4.14/arch/mips/include/asm/mach-lantiq/
Dlantiq.h24 #define ltq_ebu_w32(x, y) ltq_w32((x), ltq_ebu_membase + (y)) argument
26 #define ltq_ebu_w32_mask(x, y, z) \ argument
/linux-4.4.14/arch/m68k/atari/
Datakeyb.c381 void ikbd_mouse_thresh(int x, int y) in ikbd_mouse_thresh()
390 void ikbd_mouse_scale(int x, int y) in ikbd_mouse_scale()
398 void ikbd_mouse_pos_get(int *x, int *y) in ikbd_mouse_pos_get()
408 void ikbd_mouse_pos_set(int x, int y) in ikbd_mouse_pos_set()
/linux-4.4.14/arch/x86/boot/
Dvideo.c66 int x, y; in store_mode_params() local
236 int x, y; member
263 int y; in restore_screen() local
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.c466 int y_offset, int *y, int *cb, int *cr) in rgb2ycbcr()
474 int *y, int *cb, int *cr) in color_to_ycbcr()
574 static void ycbcr2rgb(const int m[3][3], int y, int cb, int cr, in ycbcr2rgb()
588 static void ycbcr_to_color(struct tpg_data *tpg, int y, int cb, int cr, in ycbcr_to_color()
778 int y, cb, cr; in precalculate_color() local
806 int y, cb, cr; in precalculate_color() local
1619 int y, int x, char *text, unsigned len) in tpg_print_str_2()
1626 int y, int x, char *text, unsigned len) in tpg_print_str_4()
1633 int y, int x, char *text, unsigned len) in tpg_print_str_6()
1640 int y, int x, char *text, unsigned len) in tpg_print_str_8()
[all …]
/linux-4.4.14/arch/mips/include/asm/mach-lantiq/falcon/
Dlantiq_soc.h52 #define ltq_ebu_w32(x, y) ltq_w32((x), ltq_ebu_membase + (y)) argument
55 #define ltq_sys1_w32(x, y) ltq_w32((x), ltq_sys1_membase + (y)) argument
/linux-4.4.14/arch/ia64/kernel/
Dentry.h13 # define PASTE2(x,y) x##y argument
14 # define PASTE(x,y) PASTE2(x,y) argument
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
Dkernel.h16 #define max(x, y) ({ \ argument
26 #define WARN(x, y...) (x) argument
/linux-4.4.14/drivers/macintosh/ams/
Dams-input.c35 s8 x, y, z; in ams_idev_poll() local
58 s8 x, y, z; in ams_input_enable() local
Dams-core.c39 void ams_sensors(s8 *x, s8 *y, s8 *z) in ams_sensors()
60 s8 x, y, z; in ams_show_current() local
/linux-4.4.14/drivers/input/touchscreen/
Dwacom_w8001.c63 u16 y; member
72 u16 y; member
133 unsigned int *x, unsigned int *y) in scale_touch_coordinates()
146 unsigned int x, y; in parse_multi_touch() local
266 unsigned int y = coord->y; in report_single_touch() local
Dintel-mid-touch.c192 u16 *x, u16 *y, u16 *z) in mrstouch_nec_adc_read()
300 u16 *x, u16 *y, u16 *z) in mrstouch_fs_adc_read()
387 unsigned int x, unsigned int y, unsigned int z) in mrstouch_report_event()
406 u16 x, y, z; in mrstouch_pendet_irq() local
D88pm860x-ts.c56 int x, y, pen_down; in pm860x_touch_handler() local
170 #define pm860x_touch_dt_init(x, y, z) (-1) argument
Ducb1400_ts.c150 static void ucb1400_ts_report_event(struct input_dev *idev, u16 pressure, u16 x, u16 y) in ucb1400_ts_report_event()
191 unsigned int x, y, p; in ucb1400_irq() local
Dchipone_icn8318.c35 __be16 y; member
94 int i, ret, x, y; in icn8318_irq() local
/linux-4.4.14/include/scsi/fc/
Dfc_encaps.h61 #define FC_XY(x, y) ((((x) & 0xff) << 8) | ((y) & 0xff)) argument
62 #define FC_XYXY(x, y) ((FCIP_XY(x, y) << 16) | FCIP_XY(x, y)) argument
63 #define FC_XYNN(x, y) (FCIP_XYXY(x, y) ^ 0xffff) argument
/linux-4.4.14/arch/parisc/include/asm/
Drtc.h50 long int days, rem, y; in get_rtc_time() local
74 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in get_rtc_time() argument
Dio.h287 #define outb(x, y) BUG() argument
288 #define outw(x, y) BUG() argument
289 #define outl(x, y) BUG() argument
/linux-4.4.14/drivers/platform/x86/
Dhdaps.c179 int *x, int *y) in __hdaps_read_pair()
276 int x, y; in hdaps_device_init() local
336 int x, y; in hdaps_mousedev_poll() local
357 int ret, x, y; in hdaps_position_show() local
369 int ret, x, y; in hdaps_variance_show() local
/linux-4.4.14/arch/alpha/include/asm/
Dmmu_context.h217 # define activate_mm(x,y) alpha_mv.mv_activate_mm((x),(y)) argument
221 # define activate_mm(x,y) ev4_activate_mm((x),(y)) argument
224 # define activate_mm(x,y) ev5_activate_mm((x),(y)) argument
/linux-4.4.14/drivers/gpu/ipu-v3/
Dipu-cpmem.c559 #define Y_OFFSET(pix, x, y) ((x) + pix->width * (y)) argument
560 #define U_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument
562 #define V_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument
565 #define U2_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument
567 #define V2_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument
570 #define UV_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument
572 #define UV2_OFFSET(pix, x, y) ((pix->width * pix->height) + \ argument
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dcommon.h41 #define ATH_LPF_RSSI(x, y, len) \ argument
43 #define ATH_RSSI_LPF(x, y) do { \ argument
/linux-4.4.14/arch/sparc/lib/
Dcopy_user.S22 #define EX(x,y,a,b) \ argument
34 #define EX2(x,y,c,d,e,a,b) \ argument
47 #define EXO2(x,y) \ argument
Dchecksum_32.S150 #define EX(x,y,a,b) \ argument
162 #define EX2(x,y) \ argument
170 #define EX3(x,y) \ argument
Dcopy_in_user.S11 #define EX(x,y) \ argument
Dbzero.S82 #define EX_ST(x,y) \ argument
DGENbzero.S7 #define EX_ST(x,y) \ argument
DNGbzero.S7 #define EX_ST(x,y) \ argument
/linux-4.4.14/drivers/scsi/dpt/
Ddpti_ioctl.h30 # define _IOWR(x,y,z) (((x)<<8)|y) argument
33 # define _IOW(x,y,z) (((x)<<8)|y) argument
36 # define _IOR(x,y,z) (((x)<<8)|y) argument
39 # define _IO(x,y) (((x)<<8)|y) argument
/linux-4.4.14/sound/pci/au88x0/
Dau88x0_wt.h33 #define WT_PARM(x,y) (((WT_BAR(x))+ 0x80 +(((x)&0x1f)<<2)+(y))<<2) /* 0x0200 */ argument
34 #define WT_DELAY(x,y) (((WT_BAR(x))+ 0x100 +(((x)&0x1f)<<2)+(y))<<2) /* 0x0400 */ argument
/linux-4.4.14/arch/tile/include/asm/
Dsmp.h62 static inline int xy_to_cpu(int x, int y) in xy_to_cpu()
96 #define xy_to_cpu(x, y) 0 argument
/linux-4.4.14/drivers/input/joystick/
Danalog.c147 #define DELTA(x,y) (cpu_has_tsc ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_TICK_RATE / HZ : 0))) argument
164 #define DELTA(x,y) ((y)-(x)) argument
168 #define DELTA(x,y) ((y)-(x)) argument
174 #define DELTA(x,y) ((y)-(x)) argument
190 static inline unsigned int delta(u64 x, u64 y) in delta()
464 int i, j, t, v, w, x, y, z; in analog_init_device() local
/linux-4.4.14/include/uapi/linux/
Daio_abi.h66 #define PADDED(x,y) x, y argument
68 #define PADDED(x,y) y, x argument
/linux-4.4.14/arch/alpha/kernel/
Dmachvec_impl.h43 #define CAT1(x,y) x##y argument
44 #define CAT(x,y) CAT1(x,y) argument
/linux-4.4.14/drivers/gpu/drm/r128/
Dr128_state.c275 int x, int y, int w, int h, int r, int g, int b) in r128_clear_box()
375 int y = pbox[i].y1; in r128_cce_dispatch_clear() local
475 int y = pbox[i].y1; in r128_cce_dispatch_swap() local
887 int count, x, y; in r128_cce_dispatch_write_span() local
972 int count, *x, *y; in r128_cce_dispatch_write_pixels() local
1080 int count, x, y; in r128_cce_dispatch_read_span() local
1121 int count, *x, *y; in r128_cce_dispatch_read_pixels() local
/linux-4.4.14/drivers/media/pci/ttpci/
Dav7110_hw.c759 static int WriteText(struct av7110 *av7110, u8 win, u16 x, u16 y, char *buf) in WriteText()
810 u16 x, u16 y, u16 dx, u16 dy, u16 color) in DrawLine()
817 u16 x, u16 y, u16 dx, u16 dy, u16 color) in DrawBlock()
828 static inline int MoveWindowRel(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowRel()
833 static inline int MoveWindowAbs(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowAbs()
929 static int BlitBitmap(struct av7110 *av7110, u16 x, u16 y) in BlitBitmap()
950 u16 y, u, v; in RGB2YUV() local
/linux-4.4.14/arch/arm64/include/asm/
Dcompiler.h28 #define __asmeq(x, y) ".ifnc " x "," y " ; .err ; .endif\n\t" argument
/linux-4.4.14/arch/arm/include/asm/
Dcompiler.h14 #define __asmeq(x, y) \ argument
Dvga.h11 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x)) argument
/linux-4.4.14/net/netfilter/
Dxt_policy.c41 #define MATCH_ADDR(x,y,z) (!e->match.x || \ in match_xfrm_state() argument
44 #define MATCH(x,y) (!e->match.x || ((e->x == (y)) ^ e->invert.x)) in match_xfrm_state() argument
/linux-4.4.14/arch/sh/lib/
Ddiv64-generic.c10 uint32_t __div64_32(u64 *xp, u32 y) in __div64_32()
/linux-4.4.14/drivers/video/console/
Dfbcon_rotate.h23 static inline int pattern_test_bit(u32 x, u32 y, u32 pitch, const char *pat) in pattern_test_bit()
31 static inline void pattern_set_bit(u32 x, u32 y, u32 pitch, char *pat) in pattern_set_bit()
Dmdacon.c413 #define MDA_ADDR(x,y) ((u16 *) mda_vram_base + (y)*mda_num_columns + (x)) argument
415 static void mdacon_putc(struct vc_data *c, int ch, int y, int x) in mdacon_putc()
421 int count, int y, int x) in mdacon_putcs()
430 static void mdacon_clear(struct vc_data *c, int y, int x, in mdacon_clear()
/linux-4.4.14/fs/jfs/
Djfs_debug.h115 #define HIGHWATERMARK(x,y) ((x) = max((x), (y))) argument
119 #define HIGHWATERMARK(x,y) argument
/linux-4.4.14/drivers/media/usb/go7007/
Dgo7007-driver.c332 int fw_len, rv = 0, i, x, y; in go7007_start_encoder() local
424 unsigned x, y; in go7007_motion_regions() local
486 int x, y, i, stride = ((go->width >> 4) + 7) >> 3; in write_bitmap_word() local
/linux-4.4.14/arch/metag/kernel/
Dmodule.c47 const Elf32_Rela *x, *y; in relacmp() local
70 uint32_t *x, *y, tmp; in relaswap() local
/linux-4.4.14/arch/s390/include/asm/
Ddebug.h243 #define INTERNAL_ERRMSG(x,y...) "E" __FILE__ "%d: " x, __LINE__, y argument
244 #define INTERNAL_WRNMSG(x,y...) "W" __FILE__ "%d: " x, __LINE__, y argument
245 #define INTERNAL_INFMSG(x,y...) "I" __FILE__ "%d: " x, __LINE__, y argument
246 #define INTERNAL_DEBMSG(x,y...) "D" __FILE__ "%d: " x, __LINE__, y argument
/linux-4.4.14/arch/mn10300/include/asm/
Dstring.h25 #define struct_cpy(x, y) \ argument
/linux-4.4.14/arch/powerpc/kernel/
Dmodule_32.c61 const Elf32_Rela *x, *y; in relacmp() local
84 uint32_t *x, *y, tmp; in relaswap() local
/linux-4.4.14/arch/powerpc/include/asm/
Dtime.h189 #define mulhwu(x,y) \ argument
193 #define mulhdu(x,y) \ argument
Dvga.h48 #define vga_writeb(x,y) (*(y) = (x)) argument
/linux-4.4.14/arch/x86/kernel/fpu/
Dbugs.c11 static double __initdata y = 3145727.0; variable
/linux-4.4.14/arch/parisc/kernel/
Dasm-offsets.c53 #define align_frame(x,y) (((x)+FRAME_SIZE+(y)-1) - (((x)+(y)-1)%(y))) argument
/linux-4.4.14/arch/mn10300/kernel/
Dkgdb.c160 u8 *x = NULL, *y = NULL; in kgdb_arch_do_singlestep() local
363 u8 *x = kgdb_sstep_bp_addr[0], *y = kgdb_sstep_bp_addr[1]; in kgdb_arch_undo_singlestep() local
/linux-4.4.14/arch/x86/purgatory/
Dsha256.c23 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch()
28 static inline u32 Maj(u32 x, u32 y, u32 z) in Maj()
/linux-4.4.14/arch/x86/crypto/
Dtwofish-x86_64-asm_64-3way.S99 #define g1g2_3(ab, cd, Tx0, Tx1, Tx2, Tx3, Ty0, Ty1, Ty2, Ty3, x, y) \ argument
123 #define enc_round_end(ab, x, y, n) \ argument
136 #define dec_round_end(ba, x, y, n) \ argument
/linux-4.4.14/arch/arm/mach-w90x900/
Dcpu.h19 #define IODESC_ENT(y) \ argument
/linux-4.4.14/lib/mpi/
Dgeneric_mpih-sub1.c36 mpi_limb_t x, y, cy; in mpihelp_sub_n() local
Dgeneric_mpih-add1.c37 mpi_limb_t x, y, cy; in mpihelp_add_n() local
/linux-4.4.14/arch/xtensa/include/asm/
Dvga.h17 #define vga_writeb(x,y) (*(y) = (x)) argument
/linux-4.4.14/tools/lib/traceevent/
Devent-utils.h37 #define min(x, y) ({ \ argument
/linux-4.4.14/arch/m32r/include/asm/
Dvga.h18 #define vga_writeb(x,y) (*(y) = (x)) argument
/linux-4.4.14/include/asm-generic/
Dvga.h22 #define vga_writeb(x, y) (*(y) = (x)) argument
/linux-4.4.14/drivers/video/fbdev/
Dpxa168fb.h18 #define SPU_DMA_PITCH_Y(y) (y) argument
25 #define CFG_DMA_OVSA_VLN(y) ((y) << 16) /* 0~0xfff */ argument
30 #define CFG_DMA_VLN(y) ((y) << 16) argument
35 #define CFG_DZM_VLN(y) ((y) << 16) argument
47 #define CFG_GRA_OVSA_VLN(y) ((y) << 16) argument
52 #define CFG_GRA_VLN(y) ((y) << 16) argument
57 #define CFG_GZM_VLN(y) ((y) << 16) argument
62 #define CFG_HWC_OVSA_VLN(y) ((y) << 16) argument
67 #define CFG_HWC_VLN(y) ((y) << 16) argument
72 #define CFG_V_TOTAL(y) ((y) << 16) argument
[all …]
Dtridentfb.c302 #define point(x, y) ((y) << 16 | (x)) argument
328 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in blade_fill_rect()
339 u32 x, u32 y, u32 w, u32 h, u32 c, u32 b) in blade_image_blit()
430 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in xp_fill_rect()
502 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in image_fill_rect()
570 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in tgui_fill_rect()
763 int x, y, tmp; in get_nativex() local
Darcfb.c149 unsigned int chipindex, unsigned char y) in ks108_set_start_line()
155 unsigned int chipindex, unsigned char y) in ks108_set_yaddr()
346 unsigned int left, right, distance, y; in arcfb_lcd_update() local
448 unsigned int fbmemlength,x,y,w,h, bitppos, startpos, endpos, bitcount; in arcfb_write() local
/linux-4.4.14/arch/arm/mach-shmobile/
Dirqs.h13 #define GPIO_IRQ(x, y) (_GPIO_IRQ_BASE + (32 * x) + y) argument
/linux-4.4.14/arch/mips/pci/
Dpci-lantiq.c59 #define ltq_pci_w32(x, y) ltq_w32((x), ltq_pci_membase + (y)) argument
62 #define ltq_pci_cfg_w32(x, y) ltq_w32((x), ltq_pci_mapped_cfg + (y)) argument
/linux-4.4.14/drivers/input/mouse/
Dhgpk.c127 static int hgpk_discard_decay_hack(struct psmouse *psmouse, int x, int y) in hgpk_discard_decay_hack()
215 int l, int r, int x, int y) in hgpk_spewing_hack()
352 int y = packet[4] | ((packet[3] & 0x70) << 3); in hgpk_process_advanced_packet() local
435 int y = ((packet[0] << 3) & 0x100) - packet[2]; in hgpk_process_simple_packet() local
Drpcmouse.c41 short x, y, dx, dy, b; in rpcmouse_irq() local
Dgpio_mouse.c26 int x, y; in gpio_mouse_scan() local
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_surfacedefs.h39 #define DIV_ROUND_UP(x, y) (((x) + (y) - 1) / (y)) argument
40 #define max_t(type, x, y) ((x) > (y) ? (x) : (y)) argument
191 u8 y; member
1098 u32 x, u32 y, u32 z) in svga3dsurface_get_pixel_offset()
Dsvga_escape.h85 int32 x, y; member
/linux-4.4.14/drivers/gpu/drm/
Ddrm_crtc_helper.c267 int x, int y, in drm_crtc_helper_set_mode()
924 struct drm_display_mode *adjusted_mode, int x, int y, in drm_helper_crtc_mode_set()
988 int drm_helper_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in drm_helper_crtc_mode_set_base()
/linux-4.4.14/drivers/video/fbdev/via/
Dhw.h58 #define IGA2_HOR_BLANK_END_SHADOW_FORMULA(x, y) (((x+y)/8)-1) argument
62 #define IGA2_VER_BLANK_END_SHADOW_FORMULA(x, y) ((x+y)-1) argument
64 #define IGA2_VER_SYNC_END_SHADOW_FORMULA(x, y) (x+y) argument
93 #define IGA1_FETCH_COUNT_FORMULA(x, y) \ argument
100 #define IGA2_FETCH_COUNT_FORMULA(x, y) \ argument
340 #define CLE266_LCD_HOR_SCF_FORMULA(x, y) (((x-1)*1024)/(y-1)) argument
342 #define CLE266_LCD_VER_SCF_FORMULA(x, y) (((x-1)*1024)/(y-1)) argument
344 #define K800_LCD_HOR_SCF_FORMULA(x, y) (((x-1)*4096)/(y-1)) argument
346 #define K800_LCD_VER_SCF_FORMULA(x, y) (((x-1)*2048)/(y-1)) argument
/linux-4.4.14/tools/perf/util/
Dxyarray.h17 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry()
/linux-4.4.14/drivers/media/dvb-frontends/
Dstb6100.h73 #define INRANGE(val, x, y) (((x <= val) && (val <= y)) || \ argument
76 #define CHKRANGE(val, x, y) (((val >= x) && (val < y)) ? 1 : 0) argument
Dstb0899_priv.h34 #define dprintk(x, y, z, format, arg...) do { \ argument
50 #define INRANGE(val, x, y) (((x <= val) && (val <= y)) || \ argument
58 #define GETBYTE(x, y) (((x) >> (y)) & 0xff) argument
63 #define MSB(y) ((y >> 8) & 0xff) argument
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c638 int x, int y, struct drm_framebuffer *old_fb) in nv_crtc_mode_set()
823 int x, int y, bool atomic) in nv04_crtc_do_mode_set_base()
901 nv04_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in nv04_crtc_mode_set_base()
913 int x, int y, enum mode_set_atomic state) in nv04_crtc_mode_set_base_atomic()
1029 nv04_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in nv04_crtc_cursor_move()
Dcursor.c21 nv04_cursor_set_pos(struct nouveau_crtc *nv_crtc, int x, int y) in nv04_cursor_set_pos()
/linux-4.4.14/drivers/usb/misc/sisusbvga/
Dsisusb_con.c358 #define SISUSB_VADDR(x,y) \ argument
363 #define SISUSB_HADDR(x,y) \ argument
370 sisusbcon_putc(struct vc_data *c, int ch, int y, int x) in sisusbcon_putc()
395 int count, int y, int x) in sisusbcon_putcs()
430 sisusbcon_clear(struct vc_data *c, int y, int x, int height, int width) in sisusbcon_clear()
/linux-4.4.14/include/linux/platform_data/
Dgpio-lpc32xx.h48 #define LPC32XX_GPIO(x, y) ((x) + (y)) argument
/linux-4.4.14/arch/mips/lantiq/xway/
Ddcdc.c20 #define dcdc_w8(x, y) ltq_w8((x), dcdc_membase + (y)) argument
Ddma.c57 #define ltq_dma_w32(x, y) ltq_w32(x, ltq_dma_membase + (y)) argument
58 #define ltq_dma_w32_mask(x, y, z) ltq_w32_mask(x, y, \ argument
/linux-4.4.14/include/linux/raid/
Dpq.h156 # define __get_free_pages(x, y) ((unsigned long)mmap(NULL, PAGE_SIZE << (y), \ argument
160 # define free_pages(x, y) munmap((void *)(x), PAGE_SIZE << (y)) argument
/linux-4.4.14/drivers/hid/
Dhid-magicmouse.c113 short y; member
184 int id, x, y, size, orientation, touch_major, touch_minor, state, down; in magicmouse_emit_touch() local
285 int x = 0, y = 0, ii, clicks = 0, npoints; in magicmouse_raw_event() local
/linux-4.4.14/drivers/gpio/
Dgpio-lpc32xx.c65 #define GPIO012_PIN_IN_SEL(x, y) (((x) >> (y)) & 1) argument
67 #define GPIO3_PIN_IN_SEL(x, y) (((x) >> GPIO3_PIN_IN_SHIFT(y)) & 1) argument
69 #define GPI3_PIN_IN_SEL(x, y) (((x) >> (y)) & 1) argument
70 #define GPO3_PIN_IN_SEL(x, y) (((x) >> (y)) & 1) argument
/linux-4.4.14/arch/s390/mm/
Dextable.c42 const struct exception_table_entry *x = a, *y = b; in cmp_ex() local
/linux-4.4.14/drivers/staging/sm750fb/
Dddk750_mode.c18 unsigned long x, y; in displayControlAdjust_SM750LE() local
/linux-4.4.14/arch/tile/kernel/
Dhardwall.c195 static int contains(struct hardwall_info *r, int x, int y) in contains()
204 int x, y, cpu, ulhc, lrhc; in check_rectangle() local
277 int y = cpu_y(cpu); in hardwall_setup_func() local
295 int x, y, cpu, delta; in hardwall_protect_rectangle() local
805 unsigned int y = cpu_y(cpu); in reset_xdn_network_state() local
/linux-4.4.14/drivers/mfd/
Ducb1x00-ts.c57 static inline void ucb1x00_ts_evt_add(struct ucb1x00_ts *ts, u16 pressure, u16 x, u16 y) in ucb1x00_ts_evt_add()
217 unsigned int x, y, p; in ucb1x00_thread() local
/linux-4.4.14/scripts/mod/
Dsumversion.c52 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) in F()
57 static inline uint32_t G(uint32_t x, uint32_t y, uint32_t z) in G()
62 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z) in H()
/linux-4.4.14/arch/sparc/prom/
Dmemory.c51 const struct sparc_phys_banks *x = a, *y = b; in sp_banks_cmp() local
/linux-4.4.14/drivers/ata/
Dpata_cs5536.c50 #define rdmsr(x, y, z) do { } while (0) argument
51 #define wrmsr(x, y, z) do { } while (0) argument
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dfw-emu.c56 long int days, rem, y; in offtime() local
77 # define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in offtime() argument
/linux-4.4.14/kernel/sched/
Dclock.c179 static inline u64 wrap_min(u64 x, u64 y) in wrap_min()
184 static inline u64 wrap_max(u64 x, u64 y) in wrap_max()
/linux-4.4.14/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c18 int x, y; in test_one() local
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_crtc.c168 int x, int y, struct armada_regs *regs, bool interlaced) in armada_drm_crtc_calc_fb()
535 int x, int y, struct drm_framebuffer *old_fb) in armada_drm_crtc_mode_set()
674 static int armada_drm_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in armada_drm_crtc_mode_set_base()
758 unsigned y; in armada_load_cursor_argb() local
950 static int armada_drm_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in armada_drm_crtc_cursor_move()
/linux-4.4.14/drivers/gpu/drm/cirrus/
Dcirrus_mode.c132 int x, int y, int atomic) in cirrus_crtc_do_set_base()
179 static int cirrus_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in cirrus_crtc_mode_set_base()
196 int x, int y, struct drm_framebuffer *old_fb) in cirrus_crtc_mode_set()
/linux-4.4.14/fs/xfs/
Dxfs_linux.h156 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
317 static inline __uint64_t roundup_64(__uint64_t x, __uint32_t y) in roundup_64()
324 static inline __uint64_t howmany_64(__uint64_t x, __uint32_t y) in howmany_64()
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v6.h25 #define S5P_MFC_DEC_MV_SIZE_V6(x, y) (MB_WIDTH(x) * \ argument
/linux-4.4.14/kernel/time/
Dtimeconv.c79 long days, rem, y; in time_to_tm() local
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/
Dirq.h35 #define LOONGSON_INT_COREx_INTy(x, y) (1<<(x) | 1<<(y+4)) /* route to int y of core x */ argument
/linux-4.4.14/arch/mips/lantiq/falcon/
Dsysctrl.c66 #define sysctl_w32(m, x, y) ltq_w32((x), sysctl_membase[m] + (y)) argument
71 #define status_w32(x, y) ltq_w32((x), status_membase + (y)) argument
/linux-4.4.14/drivers/staging/fbtft/
Dfb_agm1264k-fl.c249 int xs, int xe, int y) in construct_line_bitmap()
271 int x, y; in write_vmem() local
/linux-4.4.14/drivers/gpu/drm/shmobile/
Dshmob_drm_crtc.c304 int x, int y) in shmob_drm_crtc_compute_base()
377 int x, int y, in shmob_drm_crtc_mode_set()
424 static int shmob_drm_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in shmob_drm_crtc_mode_set_base()

1234