/linux-2.6.39/crypto/ |
D | serpent.c | 39 #define loadkeys(x0,x1,x2,x3,i) \ argument 42 #define storekeys(x0,x1,x2,x3,i) \ argument 45 #define K(x0,x1,x2,x3,i) \ argument 49 #define LK(x0,x1,x2,x3,x4,i) \ argument 60 #define KL(x0,x1,x2,x3,x4,i) \ argument 69 #define S0(x0,x1,x2,x3,x4) \ argument 78 #define S1(x0,x1,x2,x3,x4) \ argument 87 #define S2(x0,x1,x2,x3,x4) \ argument 96 #define S3(x0,x1,x2,x3,x4) \ argument 105 #define S4(x0,x1,x2,x3,x4) \ argument [all …]
|
D | seed.c | 337 u32 i, t0, t1, x1, x2, x3, x4; in seed_set_key() local 373 u32 x1, x2, x3, x4, t0, t1; in seed_encrypt() local 411 u32 x1, x2, x3, x4, t0, t1; in seed_decrypt() local
|
/linux-2.6.39/arch/sparc/lib/ |
D | NG2memcpy.S | 82 #define FREG_FROB(x0, x1, x2, x3, x4, x5, x6, x7, x8) \ argument 94 #define FREG_MOVE_2(x0, x1) \ argument 97 #define FREG_MOVE_3(x0, x1, x2) \ argument 101 #define FREG_MOVE_4(x0, x1, x2, x3) \ argument 106 #define FREG_MOVE_5(x0, x1, x2, x3, x4) \ argument 112 #define FREG_MOVE_6(x0, x1, x2, x3, x4, x5) \ argument 119 #define FREG_MOVE_7(x0, x1, x2, x3, x4, x5, x6) \ argument 127 #define FREG_MOVE_8(x0, x1, x2, x3, x4, x5, x6, x7) \ argument 138 #define FREG_LOAD_2(base, x0, x1) \ argument 141 #define FREG_LOAD_3(base, x0, x1, x2) \ argument [all …]
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | sfp-machine_32.h | 78 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 93 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 108 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 133 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 158 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) __FP_FRAC_SUB_3(x2,x1,x0,x2,x1,x0,y2,y1,y0) argument 160 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) __FP_FRAC_SUB_4(x3,x2,x1,x0,x3,x2,x1,x0,y3,y2,y1,y… argument 162 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument
|
/linux-2.6.39/include/math-emu/ |
D | op-4.h | 516 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 580 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) \ argument 589 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) \ argument 598 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument
|
/linux-2.6.39/arch/s390/include/asm/ |
D | sfp-machine.h | 75 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) ({ \ argument 101 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) ({ \ argument 127 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) __FP_FRAC_SUB_3(x2,x1,x0,x2,x1,x0,y2,y1,y0) argument
|
/linux-2.6.39/drivers/staging/msm/ |
D | mddihost.c | 352 uint16 x1, in mddi_window_adjust_ext() 374 uint16 x1, uint16 x2, uint16 y1, uint16 y2) in mddi_window_adjust()
|
/linux-2.6.39/arch/arm/mach-at91/ |
D | at91rm9200_time.c | 42 unsigned long x1, x2; in read_CRTR() local
|
/linux-2.6.39/drivers/video/backlight/ |
D | tdo24m.c | 45 #define CMD1(x, x1) ((1 << 30) | ((x) << 9) | 0x100 | (x1)) argument 46 #define CMD2(x, x1, x2) ((2 << 30) | ((x) << 18) | 0x20000 |\ argument
|
/linux-2.6.39/kernel/ |
D | range.c | 108 static int cmp_range(const void *x1, const void *x2) in cmp_range()
|
/linux-2.6.39/arch/x86/kernel/ |
D | mmconf-fam10h_64.c | 34 static int __cpuinit cmp_range(const void *x1, const void *x2) in cmp_range()
|
/linux-2.6.39/drivers/misc/ |
D | bmp085.c | 204 long x1, x2; in bmp085_get_temperature() local 231 s32 x1, x2, x3, b3; in bmp085_get_pressure() local
|
/linux-2.6.39/drivers/input/touchscreen/ |
D | mc13783_ts.c | 73 int x0, x1, x2, y0, y1, y2; in mc13783_ts_report_sample() local
|
/linux-2.6.39/drivers/video/ |
D | tridentfb.c | 233 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in blade_copy_rect() 321 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in xp_copy_rect() 395 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in image_copy_rect() 460 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in tgui_copy_rect()
|
D | xen-fbfront.c | 42 int x1, y1, x2, y2; /* dirty rectangle, member 138 int x1, int y1, int w, int h) in xenfb_refresh()
|
D | hpfb.c | 125 static void topcat_blit(int x0, int y0, int x1, int y1, int w, int h, int rr) in topcat_blit()
|
/linux-2.6.39/arch/sh/include/asm/ |
D | ptrace_32.h | 67 unsigned long x1; member
|
/linux-2.6.39/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fb.c | 59 unsigned x1; member 255 unsigned x1, unsigned y1, in vmw_fb_dirty_mark()
|
/linux-2.6.39/drivers/video/omap2/dss/ |
D | manager.c | 686 static bool rectangle_subset(int x1, int y1, int w1, int h1, in rectangle_subset() 702 static bool rectangle_intersects(int x1, int y1, int w1, int h1, in rectangle_intersects() 986 u16 x1, x2; in make_even() local 1043 unsigned x1, y1, x2, y2; in dss_setup_partial_planes() local
|
/linux-2.6.39/include/linux/dvb/ |
D | osd.h | 104 int x1; member
|
/linux-2.6.39/drivers/video/nvidia/ |
D | nv_accel.c | 187 static void NVSetClippingRectangle(struct fb_info *info, int x1, int y1, in NVSetClippingRectangle()
|
/linux-2.6.39/drivers/net/wireless/ath/carl9170/ |
D | phy.c | 1069 static s32 carl9170_interpolate_s32(s32 x, s32 x1, s32 y1, s32 x2, s32 y2) in carl9170_interpolate_s32() 1088 static u8 carl9170_interpolate_u8(u8 x, u8 x1, u8 y1, u8 x2, u8 y2) in carl9170_interpolate_u8()
|
/linux-2.6.39/drivers/net/wireless/ath/ar9170/ |
D | phy.c | 1084 static s32 ar9170_interpolate_s32(s32 x, s32 x1, s32 y1, s32 x2, s32 y2) in ar9170_interpolate_s32() 1103 static u8 ar9170_interpolate_u8(u8 x, u8 x1, u8 y1, u8 x2, u8 y2) in ar9170_interpolate_u8()
|
/linux-2.6.39/drivers/media/radio/ |
D | radio-zoltrix.c | 208 int x1, x2; in zol_is_stereo() local
|
/linux-2.6.39/drivers/input/mouse/ |
D | elantech.c | 253 int fingers, x1, y1, x2, y2; in elantech_report_absolute_v2() local
|