Searched refs:S1 (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dosport.h23 # define bcopy(S1, S2, LEN) ((void)memmove(S2, S1, LEN))
24 # define bzero(S1, LEN) ((void)memset(S1, 0, LEN))
25 # define bcmp(S1,S2,LEN) ((memcmp(S2, S1, LEN)==0)?0:1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Dcmdpkt.h85 } S1; member in union:PktCmd::__anon4324
133 } S1; member in union:PktCmd_M::__anon4331
165 #define Command U1.S1.CmdHdr.PcCommand
166 #define PhbNum U1.S1.CmdHdr.U0.PcPhbNum
167 #define IDNum U1.S1.CmdHdr.U0.PcIDNum
169 #define LinkNum U1.S1.CmdHdr.U0.PcLinkNum
172 #define BootSequence U1.S1.PcBootSequence
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Drate.c75 signed short S1, S2; local
85 S1 = rchannels->last_S1;
105 S1 = S2;
111 val = S1 + ((S2 - S1) * (signed int)pos) / BITS;
120 rchannels->last_S1 = S1;
134 signed short S1, S2; local
144 S1 = rchannels->last_S1;
162 S1 = S2;
164 S1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddgrs_asstruct.h19 # define S1(t,x) _Off=(_Off+0)&~0; x=_Off; _Off=_Off+1 macro
29 # define S1(t,x) t x ; macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfnmatch.c172 # define STRCOLL(S1, S2) strcoll (S1, S2)
200 # define STRCOLL(S1, S2) wcscoll (S1, S2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd021.tcl134 set sname1 S1
137 set names {A S1 NEW_S1}
141 set names {A S1}
H A Dsdb019.tcl69 foreach s1 { S1 "" } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/cast/asm/
H A Dcast-586.pl20 $S1="CAST_S_table0";
161 &mov( $tmp1, &DWP($S1,"",$tmp1,4));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/asm/
H A Dcast-586.pl20 $S1="CAST_S_table0";
161 &mov( $tmp1, &DWP($S1,"",$tmp1,4));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dserpent.c78 #define S1(x0,x1,x2,x3,x4) \ macro
330 S1(r0,r2,r4,r1,r3); storekeys(r3,r4,r1,r0, 4); loadkeys(r3,r4,r1,r0, 0);
339 S1(r3,r1,r4,r0,r2); storekeys(r2,r4,r0,r3, 22); loadkeys(r2,r4,r0,r3, 18);
347 S1(r2,r0,r4,r3,r1); storekeys(r1,r4,r3,r2,-10); loadkeys(r1,r4,r3,r2,-14);
356 S1(r1,r3,r4,r2,r0); storekeys(r0,r4,r2,r1, 8); loadkeys(r0,r4,r2,r1, 4);
384 S1(r2,r1,r3,r0,r4); LK(r4,r3,r0,r2,r1,2);
392 S1(r4,r0,r3,r2,r1); LK(r1,r3,r2,r4,r0,10);
400 S1(r1,r2,r3,r4,r0); LK(r0,r3,r4,r1,r2,18);
408 S1(r0,r4,r3,r1,r2); LK(r2,r3,r1,r0,r4,26);
H A Ddes.c376 static const u32 S1[64] = { variable
607 L ^= S1[0xff & (A >> 8)];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dsha256.c98 #define S1(x) (ror ((x), 17) ^ ror ((x), 19) ^ ((x) >> 10)) /* (4.7) */ macro
197 w[i] = S1(w[i-2]) + w[i-7] + S0(w[i-15]) + w[i-16];
259 #undef S1 macro
H A Dsha512.c216 #define S1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
219 w[t] = S1 (w[t - 2]) + w[t - 7] + S0 (w[t - 15]) + w[t - 16];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dhmac256.c139 #define S1(x) (ror ((x), 17) ^ ror ((x), 19) ^ ((x) >> 10)) /* (4.7) */
207 w[i] = S1(w[i-2]) + w[i-7] + S0(w[i-15]) + w[i-16];
226 #undef S1
138 #define S1 macro
225 #undef S1 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dt1_enc.c176 const unsigned char *S1,*S2; local
179 S1=sec;
183 tls1_P_hash(md5 ,S1,len,label,label_len,out1,olen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dt1_enc.c173 const unsigned char *S1,*S2; local
176 S1=sec;
181 tls1_P_hash(md5 ,S1,len,label,label_len,out1,olen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dkgdb.c230 S0, S1, S2, S3, enumerator in enum:register_name
1041 /* Don't fiddle with S1. */
1051 /* Don't fiddle with S1. */
1133 /* Set the S1 flag to enable watchpoints. */
1212 /* Note that we don't clear the S1 flag here. It's done when continuing. */
1371 /* Set the S1 flag to 0 unless some watchpoint is enabled (since setting
1372 S1 to 0 would also disable watchpoints). (Note that bits 26-31 in BP_CTRL
1395 /* Set the S1 (first stacked, not current) flag, which will
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_mmx.c1598 #define QPEL_2TAP_L3(OPNAME, SIZE, MMX, XY, S0, S1, S2)\
1600 OPNAME ## 2tap_qpel ## SIZE ## _l3_ ## MMX(dst, src+S0, stride, SIZE, S1, S2);\

Completed in 174 milliseconds