Searched refs:S0 (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Dvfc_i2c.h28 #define S0 (PIN | ESO | ES1) macro
H A Dvfc_i2c.c91 WRITE_S1(ENABLE_SERIAL | SELECT(S0) | ACK);
148 WRITE_S1(SELECT(S0) | ENABLE_SERIAL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dlbalance.c662 struct buffer_head *S0 = PATH_PLAST_BUFFER(tb->tb_path); local
669 if (B_NR_ITEMS(S0) == 0) { /* number of items in S[0] == 0 */
672 "vs-10270: S0 is empty now, but shift_bytes != -1 (%d)",
689 replace_key(tb, tb->CFL[0], tb->lkey[0], S0, 0);
692 !(is_direntry_le_ih(B_N_PITEM_HEAD(S0, 0))
693 && !I_ENTRY_COUNT(B_N_PITEM_HEAD(S0, 0)))) &&
695 (B_N_PKEY(S0, 0), S0->b_size)),
708 // struct buffer_head * S0 = PATH_PLAST_BUFFER (tb->tb_path);
H A Dfix_node.c510 // are to be in S1new, snum012[3] - to be in S0. They are supposed
659 struct buffer_head *S0; local
661 S0 = PATH_H_PBUFFER(tb->tb_path, 0);
675 RFALSE(B_NR_ITEMS(S0) != 1,
677 B_NR_ITEMS(S0));
679 ih = B_N_PITEM_HEAD(S0, 0);
702 if (MAX_CHILD_SIZE(S0) + vn->vn_size <= rfree + lfree + ih_size) {
1230 /* used at leaf level only, S0 = S[0] is the node being balanced,
1743 /* S0 is the node whose balance is currently being checked,
1745 struct buffer_head *S0, *F local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dserpent.c69 #define S0(x0,x1,x2,x3,x4) \ macro
329 S0(r1,r2,r0,r4,r3); storekeys(r0,r2,r4,r1, 8); loadkeys(r0,r2,r4,r1, 4);
337 S0(r0,r1,r3,r4,r2); storekeys(r3,r1,r4,r0,-24); loadkeys(r3,r1,r4,r0,-28);
346 S0(r3,r0,r2,r4,r1); storekeys(r2,r0,r4,r3, -6); loadkeys(r2,r0,r4,r3,-10);
355 S0(r2,r3,r1,r4,r0); storekeys(r1,r3,r4,r2, 12); loadkeys(r1,r3,r4,r2, 8);
383 S0(r0,r1,r2,r3,r4); LK(r2,r1,r3,r0,r4,1);
391 S0(r2,r0,r4,r3,r1); LK(r4,r0,r3,r2,r1,9);
399 S0(r4,r2,r1,r3,r0); LK(r1,r2,r3,r4,r0,17);
407 S0(r1,r4,r0,r3,r2); LK(r0,r4,r3,r1,r2,25);
/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
504 } else if (regno >= S0 && regno <= S15) {
506 hex2mem((unsigned char *)&sreg.s0_0 + (reg.srs * 16 * sizeof(unsigned int)) + (regno - S0) * sizeof(unsigned int), val, sizeof(unsigned int));
549 } else if (regno >= S0 && regno <= S15) {
551 *valptr = *(unsigned int *)((char *)&sreg.s0_0 + (reg.srs * 16 * sizeof(unsigned int)) + (regno - S0) * sizeof(unsigned int));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dsha256.c97 #define S0(x) (ror ((x), 7) ^ ror ((x), 18) ^ ((x) >> 3)) /* (4.6) */ macro
197 w[i] = S1(w[i-2]) + w[i-7] + S0(w[i-15]) + w[i-16];
258 #undef S0 macro
H A Dsha512.c215 #define S0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7)) 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.c138 #define S0(x) (ror ((x), 7) ^ ror ((x), 18) ^ ((x) >> 3)) /* (4.6) */
207 w[i] = S1(w[i-2]) + w[i-7] + S0(w[i-15]) + w[i-16];
225 #undef S0
137 #define S0 macro
224 #undef S0 macro
/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 122 milliseconds