/linux-2.4.37.9/crypto/ |
D | serpent.c | 40 #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 53 x3 ^= x2; x1 ^= x2; \ 54 ROL(x1,1); x3 ^= x4; \ 55 ROL(x3,7); x4 = x1; \ [all …]
|
/linux-2.4.37.9/include/asm-sparc/ |
D | sfp-machine.h | 109 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 121 : "%rJ" ((USItype)(x3)), \ 134 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 146 : "%rJ" ((USItype)(x3)), \ 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 163 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument 168 : "=&r" ((USItype)(x3)), \ 173 "0" ((USItype)(x3)), \
|
/linux-2.4.37.9/arch/sparc64/lib/ |
D | VIScsumcopyusr.S | 50 #define x3 o4 macro 123 fcmpgt32 %f4, %F4, %x3 /* FPM */; \ 139 inc %x3 /* IEU1 */; \ 143 srl %x3, 1, %x3 /* IEU0 */; \ 152 add %sum, %x3, %sum /* IEU0 Group */; \ 172 fcmpgt32 %f8, %S2, %x3 /* FPM */; \ 189 inc %x3 /* IEU0 Group */; \ 191 srl %x3, 1, %x3 /* IEU0 Group */; \ 194 add %sum, %x3, %sum /* IEU0 */; \ 221 fcmpgt32 %fz, %S1, %x3 /* FPM */; \ [all …]
|
D | VIScsumcopy.S | 49 #define x3 o4 macro 108 fcmpgt32 %f4, %F4, %x3 /* FPM */; \ 124 inc %x3 /* IEU1 */; \ 128 srl %x3, 1, %x3 /* IEU0 */; \ 137 add %sum, %x3, %sum /* IEU0 Group */; \ 157 fcmpgt32 %f8, %S2, %x3 /* FPM */; \ 174 inc %x3 /* IEU0 Group */; \ 176 srl %x3, 1, %x3 /* IEU0 Group */; \ 179 add %sum, %x3, %sum /* IEU0 */; \ 206 fcmpgt32 %fz, %S1, %x3 /* FPM */; \ [all …]
|
/linux-2.4.37.9/arch/ppc/math-emu/ |
D | op-4.h | 197 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 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 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/ |
D | op-4.h | 530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 543 r3 = x3 + y3 + _c3; \ 562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 575 r3 = x3 - y3 - _c3; \ 589 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) \ argument 592 _t0 = x0, _t1 = x1, _t2 = x2, _t3 = x3; \ 593 __FP_FRAC_SUB_4 (x3,x2,x1,x0,_t3,_t2,_t1,_t0, y3,y2,y1,y0); \ 598 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument 604 x3 += _t; \
|
/linux-2.4.37.9/drivers/telephony/ |
D | ixj.h | 343 unsigned int x3:1; member
|
/linux-2.4.37.9/drivers/video/ |
D | cgsixfb.c | 168 volatile u32 x3, y3, z3, color3; member
|
/linux-2.4.37.9/drivers/message/fusion/ |
D | mptscsih.c | 4875 const char *x1, *x2, *x3, *x4; in mpt_ScsiHost_ErrorReport() local 4876 x1 = x2 = x3 = x4 = ""; in mpt_ScsiHost_ErrorReport() 4877 x1 = ascq_set_strings_4max(asc, ascq, &x1, &x2, &x3, &x4); in mpt_ScsiHost_ErrorReport() 4880 l += sprintf(foo+l, " \"%s%s%s%s\"", x1,x2,x3,x4); in mpt_ScsiHost_ErrorReport() 4882 l += sprintf(foo+l, " %s%s%s%s", x1,x2,x3,x4); in mpt_ScsiHost_ErrorReport()
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.aic7xxx | 236 aic7xxx=override_term:0x3
|
D | README.ncr53c8xx | 366 825 0x3 < 0x10 368 825A 0x3 >= 0x10
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | README.aic7xxx | 270 aic7xxx=override_term:0x3
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 1630 CURRFIFO_NONE 0x3
|