Searched refs:v1 (Results 1 - 25 of 151) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/mwave/
H A Dmwavedd.h79 #define PRINTK_2(f,s,v1) \
81 printk(s,v1); \
84 #define PRINTK_3(f,s,v1,v2) \
86 printk(s,v1,v2); \
89 #define PRINTK_4(f,s,v1,v2,v3) \
91 printk(s,v1,v2,v3); \
94 #define PRINTK_5(f,s,v1,v2,v3,v4) \
96 printk(s,v1,v2,v3,v4); \
99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \
101 printk(s,v1,v
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dofb_enc.c71 register DES_LONG d0,d1,vv0,vv1,v0,v1,n=(numbits+7)/8; local
98 c2l(iv,v1);
100 ti[1]=v1;
104 ti[1]=v1;
116 { v0=v1; v1=vv0; }
118 { v0=vv0; v1=vv1; }
121 v0=((v1>>(num-32))|(vv0<<(64-num)))&0xffffffffL;
122 v1=((vv0>>(num-32))|(vv1<<(64-num)))&0xffffffffL;
126 v0=((v0>>num)|(v1<<(3
[all...]
H A Dcfb_enc.c74 register DES_LONG d0,d1,v0,v1; local
84 c2l(iv,v1);
91 ti[1]=v1;
102 { v0=v1; v1=d0; }
104 { v0=d0; v1=d1; }
109 l2c(v1,iv);
123 c2l(iv,v1);
133 ti[1]=v1;
140 { v0=v1; v
[all...]
H A Dofb64ede.c71 register DES_LONG v0,v1; local
82 c2l(iv,v1);
84 ti[1]=v1;
87 l2c(v1,dp);
93 /* ti[1]=v1; */
96 v1=ti[1];
100 l2c(v1,dp);
109 v1=ti[1];*/
112 l2c(v1,iv);
114 v0=v1
[all...]
H A Dofb64enc.c69 register DES_LONG v0,v1,t; local
80 c2l(iv,v1);
82 ti[1]=v1;
85 l2c(v1,dp);
102 v1=ti[1];
105 l2c(v1,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
H A Dcfb64ede.c72 register DES_LONG v0,v1; local
86 c2l(iv,v1);
89 ti[1]=v1;
92 v1=ti[1];
96 l2c(v1,iv);
112 c2l(iv,v1);
115 ti[1]=v1;
118 v1=ti[1];
122 l2c(v1,iv);
132 v0=v1
154 register DES_LONG d0,d1,v0,v1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dofb_enc.c71 register DES_LONG d0,d1,vv0,vv1,v0,v1,n=(numbits+7)/8; local
98 c2l(iv,v1);
100 ti[1]=v1;
104 ti[1]=v1;
116 { v0=v1; v1=vv0; }
118 { v0=vv0; v1=vv1; }
121 v0=((v1>>(num-32))|(vv0<<(64-num)))&0xffffffffL;
122 v1=((vv0>>(num-32))|(vv1<<(64-num)))&0xffffffffL;
126 v0=((v0>>num)|(v1<<(3
[all...]
H A Dofb64ede.c71 register DES_LONG v0,v1; local
82 c2l(iv,v1);
84 ti[1]=v1;
87 l2c(v1,dp);
93 /* ti[1]=v1; */
96 v1=ti[1];
100 l2c(v1,dp);
109 v1=ti[1];*/
112 l2c(v1,iv);
114 v0=v1
[all...]
H A Dcfb_enc.c75 register DES_LONG d0,d1,v0,v1; local
95 c2l(iv,v1);
102 ti[1]=v1;
113 { v0=v1; v1=d0; }
115 { v0=d0; v1=d1; }
121 l2c(v1,iv);
125 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1;
134 v0=sh[0], v1=sh[1];
138 c2l(iv,v1);
[all...]
H A Dofb64enc.c69 register DES_LONG v0,v1,t; local
80 c2l(iv,v1);
82 ti[1]=v1;
85 l2c(v1,dp);
102 v1=ti[1];
105 l2c(v1,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
H A Dcfb64ede.c72 register DES_LONG v0,v1; local
86 c2l(iv,v1);
89 ti[1]=v1;
92 v1=ti[1];
96 l2c(v1,iv);
112 c2l(iv,v1);
115 ti[1]=v1;
118 v1=ti[1];
122 l2c(v1,iv);
132 v0=v1
154 register DES_LONG d0,d1,v0,v1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/pcmcia/
H A Ddevice_id.h18 #define PCMCIA_DEVICE_PROD_ID1(v1, vh1) { \
20 .prod_id = { (v1), NULL, NULL, NULL }, \
28 #define PCMCIA_DEVICE_PROD_ID12(v1, v2, vh1, vh2) { \
31 .prod_id = { (v1), (v2), NULL, NULL }, \
34 #define PCMCIA_DEVICE_PROD_ID13(v1, v3, vh1, vh3) { \
37 .prod_id = { (v1), NULL, (v3), NULL }, \
40 #define PCMCIA_DEVICE_PROD_ID14(v1, v4, vh1, vh4) { \
43 .prod_id = { (v1), NULL, NULL, (v4) }, \
46 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \
50 .prod_id = { (v1), (v
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc2/
H A Drc2ofb64.c70 register unsigned long v0,v1,t; local
81 c2l(iv,v1);
83 ti[1]=v1;
86 l2c(v1,dp);
103 v1=ti[1];
106 l2c(v1,iv);
108 t=v0=v1=ti[0]=ti[1]=0;
H A Drc2cfb64.c71 register unsigned long v0,v1,t; local
85 c2l(iv,v1); ti[1]=v1;
105 c2l(iv,v1); ti[1]=v1;
119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc5/
H A Drc5ofb64.c70 register unsigned long v0,v1,t; local
81 c2l(iv,v1);
83 ti[1]=v1;
86 l2c(v1,dp);
103 v1=ti[1];
106 l2c(v1,iv);
108 t=v0=v1=ti[0]=ti[1]=0;
H A Drc5cfb64.c71 register unsigned long v0,v1,t; local
85 c2l(iv,v1); ti[1]=v1;
105 c2l(iv,v1); ti[1]=v1;
119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bf/
H A Dbf_ofb64.c69 register BF_LONG v0,v1,t; local
80 n2l(iv,v1);
82 ti[1]=v1;
85 l2n(v1,dp);
102 v1=ti[1];
105 l2n(v1,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
H A Dbf_cfb64.c70 register BF_LONG v0,v1,t; local
84 n2l(iv,v1); ti[1]=v1;
104 n2l(iv,v1); ti[1]=v1;
118 v0=v1=ti[0]=ti[1]=t=c=cc=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/cast/
H A Dc_ofb64.c70 register CAST_LONG v0,v1,t; local
81 n2l(iv,v1);
83 ti[1]=v1;
86 l2n(v1,dp);
103 v1=ti[1];
106 l2n(v1,iv);
108 t=v0=v1=ti[0]=ti[1]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/idea/
H A Di_ofb64.c70 register unsigned long v0,v1,t; local
81 n2l(iv,v1);
83 ti[1]=v1;
86 l2n(v1,dp);
103 v1=ti[1];
106 l2n(v1,iv);
108 t=v0=v1=ti[0]=ti[1]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_ofb64.c69 register BF_LONG v0,v1,t; local
80 n2l(iv,v1);
82 ti[1]=v1;
85 l2n(v1,dp);
102 v1=ti[1];
105 l2n(v1,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dc_ofb64.c70 register CAST_LONG v0,v1,t; local
81 n2l(iv,v1);
83 ti[1]=v1;
86 l2n(v1,dp);
103 v1=ti[1];
106 l2n(v1,iv);
108 t=v0=v1=ti[0]=ti[1]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_ofb64.c70 register unsigned long v0,v1,t; local
81 n2l(iv,v1);
83 ti[1]=v1;
86 l2n(v1,dp);
103 v1=ti[1];
106 l2n(v1,iv);
108 t=v0=v1=ti[0]=ti[1]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2ofb64.c70 register unsigned long v0,v1,t; local
81 c2l(iv,v1);
83 ti[1]=v1;
86 l2c(v1,dp);
103 v1=ti[1];
106 l2c(v1,iv);
108 t=v0=v1=ti[0]=ti[1]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5ofb64.c70 register unsigned long v0,v1,t; local
81 c2l(iv,v1);
83 ti[1]=v1;
86 l2c(v1,dp);
103 v1=ti[1];
106 l2c(v1,iv);
108 t=v0=v1=ti[0]=ti[1]=0;

Completed in 120 milliseconds

1234567