Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 42) sorted by relevance

12

/linux-2.4.37.9/crypto/
Dserpent.c40 #define loadkeys(x0,x1,x2,x3,i) \ argument
41 x0=k[i]; x1=k[i+1]; x2=k[i+2]; x3=k[i+3];
43 #define storekeys(x0,x1,x2,x3,i) \ argument
44 k[i]=x0; k[i+1]=x1; k[i+2]=x2; k[i+3]=x3;
46 #define K(x0,x1,x2,x3,i) \ argument
47 x3 ^= k[4*(i)+3]; x2 ^= k[4*(i)+2]; \
50 #define LK(x0,x1,x2,x3,x4,i) \ argument
52 ROL(x2,3); x1 ^= x0; x4 = x0 << 3; \
53 x3 ^= x2; x1 ^= x2; \
56 x0 ^= x1; x4 <<= 7; x2 ^= x3; \
[all …]
/linux-2.4.37.9/include/asm-sparc/
Dsfp-machine.h79 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
86 : "%rJ" ((USItype)(x2)), \
94 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
101 : "%rJ" ((USItype)(x2)), \
109 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
123 "%rJ" ((USItype)(x2)), \
134 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
148 "%rJ" ((USItype)(x2)), \
159 #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
161 #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
[all …]
/linux-2.4.37.9/include/asm-s390/
Dsfp-machine.h76 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) ({ \ argument
77 unsigned int __r2 = (x2) + (y2); \
100 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) ({ \ argument
101 unsigned int __r2 = (x2) - (y2); \
124 #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.4.37.9/arch/i386/math-emu/
Dpoly.h41 asmlinkage void div_Xsig(Xsig *x1, const Xsig *x2, const Xsig *dest);
76 static inline void add_Xsig_Xsig(Xsig *dest, const Xsig *x2) in add_Xsig_Xsig() argument
82 :"=g" (*dest):"g" (dest), "g" (x2) \ in add_Xsig_Xsig()
91 static inline void add_two_Xsig(Xsig *dest, const Xsig *x2, long int *exp) in add_two_Xsig() argument
104 :"g" (dest), "g" (x2), "g" (exp) \ in add_two_Xsig()
/linux-2.4.37.9/arch/ppc/math-emu/
Dop-4.h197 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
200 r2 = x2 + y2 + (r1 < x1), \
201 r3 = x3 + y3 + (r2 < x2))
205 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
208 r2 = x2 - y2 - (r1 > x1), \
209 r3 = x3 - y3 - (r2 > x2))
214 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument
215 (x3 += ((x2 += ((x1 += ((x0 += i) < x0)) < x1) < x2)))
/linux-2.4.37.9/include/math-emu/
Dop-4.h516 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
525 r2 = x2 + y2 + _c2; \
530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
539 r2 = x2 + y2; \
540 _c3 = r2 < x2; \
548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
557 r2 = x2 - y2 - _c2; \
562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
571 r2 = x2 - y2; \
572 _c3 = r2 > x2; \
[all …]
/linux-2.4.37.9/arch/sparc64/lib/
DVIScsumcopyusr.S49 #define x2 g2 macro
116 fcmpgt32 %f2, %F2, %x2 /* FPM */; \
132 inc %x2 /* IEU1 */; \
136 srl %x2, 1, %x2 /* IEU0 */; \
145 add %sum, %x2, %sum /* IEU0 Group */; \
169 fcmpgt32 %f4, %S1, %x2 /* FPM */; \
182 inc %x2 /* IEU1 */; \
187 srl %x2, 1, %x2 /* IEU0 Group */; \
190 add %sum, %x2, %sum /* IEU1 */; \
205 fcmpgt32 %fz, %f14, %x2 /* FPM */; \
[all …]
DVIScsumcopy.S48 #define x2 g2 macro
101 fcmpgt32 %f2, %F2, %x2 /* FPM */; \
117 inc %x2 /* IEU1 */; \
121 srl %x2, 1, %x2 /* IEU0 */; \
130 add %sum, %x2, %sum /* IEU0 Group */; \
154 fcmpgt32 %f4, %S1, %x2 /* FPM */; \
167 inc %x2 /* IEU1 */; \
172 srl %x2, 1, %x2 /* IEU0 Group */; \
175 add %sum, %x2, %sum /* IEU1 */; \
190 fcmpgt32 %fz, %f14, %x2 /* FPM */; \
[all …]
/linux-2.4.37.9/drivers/char/drm/
Dmga_state.c65 MGA_CXBNDRY, (box->x2 << 16) | box->x1, in mga_emit_clip_rect()
532 box->x1, box->y1, box->x2, box->y2 ); in mga_dma_dispatch_clear()
540 MGA_FXBNDRY, (box->x2 << 16) | box->x1 ); in mga_dma_dispatch_clear()
558 MGA_FXBNDRY, (box->x2 << 16) | box->x1 ); in mga_dma_dispatch_clear()
575 MGA_FXBNDRY, (box->x2 << 16) | box->x1 ); in mga_dma_dispatch_clear()
638 box->x1, box->y1, box->x2, box->y2 ); in mga_dma_dispatch_swap()
640 DMA_BLOCK( MGA_AR0, start + box->x2 - 1, in mga_dma_dispatch_swap()
642 MGA_FXBNDRY, ((box->x2 - 1) << 16) | box->x1, in mga_dma_dispatch_swap()
843 int w = pbox[i].x2 - pbox[i].x1 - 1; in mga_dma_dispatch_blit()
Di830_dma.c970 if (pbox->x1 > pbox->x2 || in i830_dma_dispatch_clear()
972 pbox->x2 > dev_priv->w || in i830_dma_dispatch_clear()
982 OUT_RING( (pbox->y2 << 16) | pbox->x2 ); in i830_dma_dispatch_clear()
994 OUT_RING( (pbox->y2 << 16) | pbox->x2 ); in i830_dma_dispatch_clear()
1006 OUT_RING( (pbox->y2 << 16) | pbox->x2 ); in i830_dma_dispatch_clear()
1055 if (pbox->x1 > pbox->x2 || in i830_dma_dispatch_swap()
1057 pbox->x2 > dev_priv->w || in i830_dma_dispatch_swap()
1063 pbox->x2, pbox->y2); in i830_dma_dispatch_swap()
1069 OUT_RING( (pbox->y2 << 16) | pbox->x2 ); in i830_dma_dispatch_swap()
1206 OUT_RING( box[i].x2 | (box[i].y2<<16) ); in i830_dma_dispatch_vertex()
Di810_dma.c692 unsigned int width = (pbox->x2 - x) * cpp; in i810_dma_dispatch_clear()
696 if (pbox->x1 > pbox->x2 || in i810_dma_dispatch_clear()
698 pbox->x2 > dev_priv->w || in i810_dma_dispatch_clear()
759 unsigned int w = pbox->x2 - pbox->x1; in i810_dma_dispatch_swap()
764 if (pbox->x1 > pbox->x2 || in i810_dma_dispatch_swap()
766 pbox->x2 > dev_priv->w || in i810_dma_dispatch_swap()
830 OUT_RING( (box[i].x2-1) | ((box[i].y2-1)<<16) ); in i810_dma_dispatch_vertex()
Dr128_state.c65 OUT_RING( boxes[0].x2 - 1 ); in r128_emit_clip_rects()
74 OUT_RING( boxes[1].x2 - 1 ); in r128_emit_clip_rects()
83 OUT_RING( boxes[2].x2 - 1 ); in r128_emit_clip_rects()
397 int w = pbox[i].x2 - x; in r128_cce_dispatch_clear()
401 pbox[i].x1, pbox[i].y1, pbox[i].x2, in r128_cce_dispatch_clear()
498 int w = pbox[i].x2 - x; in r128_cce_dispatch_swap()
Ddrm.h111 unsigned short x2; member
/linux-2.4.37.9/drivers/video/
Dtridentfb.c213 static void blade_copy_rect(int x1,int y1,int x2,int y2,int w,int h) in blade_copy_rect() argument
219 d1 = point(x2,y2); in blade_copy_rect()
220 d2 = point(x2+w-1,y2+h-1); in blade_copy_rect()
222 if ((y1 > y2) || ((y1 == y2) && (x1 > x2))) in blade_copy_rect()
325 static void xp_copy_rect(int x1,int y1,int x2,int y2,int w,int h) in xp_copy_rect() argument
332 if ((x1 < x2) && (y1 == y2)) { in xp_copy_rect()
335 x2_tmp = x2 + w - 1; in xp_copy_rect()
338 x2_tmp = x2; in xp_copy_rect()
412 static void image_copy_rect(int x1,int y1,int x2,int y2,int w,int h) in image_copy_rect() argument
418 d1 = point(x2,y2); in image_copy_rect()
[all …]
/linux-2.4.37.9/drivers/media/radio/
Dradio-zoltrix.c200 int x1, x2; in zol_is_stereo() local
211 x2 = inb(io); in zol_is_stereo()
215 if ((x1 == x2) && (x1 == 0xcf)) in zol_is_stereo()
/linux-2.4.37.9/drivers/media/video/
Dw9966.c196 int x2, int y2, int w, int h);
516 static int w9966_window(struct w9966_dev* cam, int x1, int y1, int x2, int y2, int w, int h) in w9966_window() argument
539 if (!w9966_calcscale(w, cam->min_x, cam->max_x, &x1, &x2, &scale_x) || in w9966_window()
544 w, h, x1, x2, y1, y2, scale_x&~0x80, scale_y&~0x80); in w9966_window()
557 regs[0x08] = (x2 & 0x0ff); // X-end (8 low bits) in w9966_window()
558 regs[0x09] = (x2 & 0x300)>>8; // X-end (2 high bits) in w9966_window()
/linux-2.4.37.9/drivers/sbus/char/
Djsflash.c155 unsigned int x1, x2; in jsf_wait() local
159 x2 = jsf_inl(p); in jsf_wait()
160 if ((x1 & 0x40404040) == (x2 & 0x40404040)) return; in jsf_wait()
/linux-2.4.37.9/drivers/char/drm-4.0/
Dmga_state.c78 PRIMOUTREG(MGAREG_CXBNDRY, ((box->x2) << 16) | (box->x1)); in mgaEmitClipRect()
654 (pbox[i].x2 << 16) | pbox[i].x1); in mga_dma_dispatch_clear()
668 (pbox[i].x2 << 16) | pbox[i].x1); in mga_dma_dispatch_clear()
682 (pbox[i].x2 << 16) | pbox[i].x1); in mga_dma_dispatch_clear()
732 PRIMOUTREG(MGAREG_AR0, start + pbox[i].x2 - 1); in mga_dma_dispatch_swap()
735 pbox[i].x1 | ((pbox[i].x2 - 1) << 16)); in mga_dma_dispatch_swap()
Di810_dma.c673 unsigned int width = (pbox->x2 - x) * cpp; in i810_dma_dispatch_clear()
677 if (pbox->x1 > pbox->x2 || in i810_dma_dispatch_clear()
679 pbox->x2 > dev_priv->w || in i810_dma_dispatch_clear()
745 unsigned int w = pbox->x2 - pbox->x1; in i810_dma_dispatch_swap()
750 if (pbox->x1 > pbox->x2 || in i810_dma_dispatch_swap()
752 pbox->x2 > dev_priv->w || in i810_dma_dispatch_swap()
758 pbox[i].x2, pbox[i].y2); in i810_dma_dispatch_swap()
837 OUT_RING( (box[i].x2-1) | ((box[i].y2-1)<<16) ); in i810_dma_dispatch_vertex()
Dr128_state.c53 OUT_RING( boxes[0].x2 - 1 ); in r128_emit_clip_rects()
62 OUT_RING( boxes[1].x2 - 1 ); in r128_emit_clip_rects()
71 OUT_RING( boxes[2].x2 - 1 ); in r128_emit_clip_rects()
404 int w = pbox[i].x2 - x; in r128_cce_dispatch_clear()
408 pbox[i].x1, pbox[i].y1, pbox[i].x2, in r128_cce_dispatch_clear()
518 int w = pbox[i].x2 - x; in r128_cce_dispatch_swap()
Dradeon_state.c48 box->x1, box->y1, box->x2, box->y2 ); in radeon_emit_clip_rect()
56 OUT_RING( ((box->y2 - 1) << 16) | (box->x2 - 1) ); in radeon_emit_clip_rect()
513 int w = pbox[i].x2 - x; in radeon_cp_dispatch_clear()
678 int w = pbox[i].x2 - x; in radeon_cp_dispatch_swap()
Ddrm.h78 unsigned short x2; member
/linux-2.4.37.9/Documentation/video4linux/bttv/
DTuners67 40x2: Tuner (5V/33V), TEMIC_API.
82 Note: Only 40x2 series has TEMIC_API, all newer tuners have PHILIPS_API.
/linux-2.4.37.9/Documentation/networking/
Dewrk3.txt27 [Adam Kropelin: Multiple cards now supported by irq=x1,x2 io=y1,y2]
/linux-2.4.37.9/drivers/usb/
Dusbvideo.h326 int x2, int y2,

12