Searched refs:e0 (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dcsum_ipv6_magic.S22 ldq_u $0,0($16) # e0 : load src & dst addr words
24 extqh $18,1,$4 # e0 : byte swap len & proto while we wait
27 extbl $18,1,$5 # e0 :
29 extbl $18,2,$6 # e0 :
32 extbl $18,3,$18 # e0 :
34 sra $4,32,$4 # e0 :
37 extql $0,$16,$0 # e0 :
39 extqh $21,$16,$21 # e0 :
42 sll $5,16,$5 # e0 :
44 extql $1,$16,$1 # e0
[all...]
H A Dclear_user.S46 and $1, 3, $4 # e0 :
49 0: EX( stq_u $31, 0($6) ) # e0 : zero one word
51 subq $4, 1, $4 # e0 :
56 1: bic $1, 3, $1 # e0 :
59 2: EX( stq_u $31, 0($6) ) # e0 : zero four words
61 EX( stq_u $31, 8($6) ) # e0 :
63 EX( stq_u $31, 16($6) ) # e0 :
65 EX( stq_u $31, 24($6) ) # e0 :
67 subq $1, 4, $1 # e0 :
75 1: EX( ldq_u $5, 0($6) ) # e0
[all...]
H A Dstxcpy.S43 mskqh t2, a1, t2 # e0 : detection in the src word
44 mskqh t1, a1, t3 # e0 :
46 mskql t0, a1, t0 # e0 : assemble the first output word
48 or t0, t3, t1 # e0 :
56 stq_u t1, 0(a0) # e0 :
58 ldq_u t1, 0(a1) # e0 :
60 cmpbge zero, t1, t8 # e0 (stall)
68 negq t8, t6 # e0 : find low bit set
73 and t12, 0x80, t6 # e0 :
78 ldq_u t0, 0(a0) # e0
[all...]
H A Dmemchr.S49 zap $18, 0x80, $5 #-e0 :
53 insbl $17, 1, $2 # .. e0 : $2 = 000000000000ch00
54 and $17, 0xff, $17 #-e0 : $17 = 00000000000000ch
56 or $2, $17, $17 # e0 : $17 = 000000000000chch
58 sll $17, 16, $2 #-e0 : $2 = 00000000chch0000
62 sll $17, 32, $2 #-e0 : $2 = chchchch00000000
64 extql $1, $16, $7 # e0 :
68 extqh $6, $16, $6 # .. e0 :
69 mov $16, $0 # e0 :
77 negq $18, $6 #-e0
[all...]
H A Dstrchr.S21 zapnot a1, 1, a1 # e0 : zero extend the search character
23 sll a1, 8, t5 # e0 : replicate the search character
25 or t5, a1, a1 # e0 :
27 sll a1, 16, t5 # e0 :
29 mskqh t4, a0, t4 # e0 :
31 sll a1, 32, t5 # e0 :
33 or t5, a1, a1 # e0 :
35 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
37 andnot t0, t4, t0 # e0 : clear garbage bits
40 $loop: ldq t0, 8(v0) # e0
[all...]
H A Dstxncpy.S51 mskqh t2, a1, t2 # e0 : detection in the src word
52 mskqh t1, a1, t3 # e0 :
54 mskql t0, a1, t0 # e0 : assemble the first output word
56 or t0, t3, t0 # e0 :
64 stq_u t0, 0(a0) # e0 :
66 ldq_u t0, 0(a1) # e0 :
68 subq a2, 1, a2 # e0 :
81 negq t8, t12 # e0 : find low bit set
86 and t12, 0x80, t6 # e0 :
91 ldq_u t1, 0(a0) # e0
[all...]
H A Dstrncpy_from_user.S44 mskqh t2, a1, t2 # e0 : detection in the src word
45 mskqh t1, a1, t3 # e0 :
47 mskql t0, a1, t0 # e0 : assemble the first output word
49 or t0, t3, t0 # e0 :
57 stq_u t0, 0(a0) # e0 :
59 EX( ldq_u t0, 0(a1) ) # e0 :
61 subq a2, 1, a2 # e0 :
74 negq t8, t12 # e0 : find low bit set
79 and t12, 0x80, t6 # e0 :
84 ldq_u t1, 0(a0) # e0
[all...]
H A Dstrrchr.S21 zapnot a1, 1, a1 # e0 : zero extend our test character
23 sll a1, 8, t5 # e0 : replicate our test character
25 or t5, a1, a1 # e0 :
27 sll a1, 16, t5 # e0 :
29 or t5, a1, a1 # e0 :
31 sll a1, 32, t5 # e0 :
33 mskqh t4, a0, t4 # e0 :
35 xor t0, a1, t2 # e0 : make bytes == c zero
37 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
39 andnot t3, t4, t3 # e0
[all...]
H A Dev6-stxcpy.S312 stq_u t1, 0(a0) # .. e0 : (stall)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dsha256.c46 #define e0(x) (ror32(x, 2) ^ ror32(x,13) ^ ror32(x,22)) macro
90 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
92 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
94 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2;
96 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2;
98 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2;
100 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2;
102 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2;
104 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2;
107 t2 = e0(
[all...]
H A Dsha512.c82 #define e0(x) (RORu64(x,28) ^ RORu64(x,34) ^ RORu64(x,39)) macro
139 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
141 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
143 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2;
145 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2;
147 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2;
149 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2;
151 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2;
153 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2;
H A Dgf128mul.c104 (i & 0x20 ? xx(10, e0) : 0) ^ (i & 0x10 ? xx(08, 70) : 0) ^ \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Duniq.c35 const char *s0, *e0, *s1, *e1, *input_filename; local
70 e0 = e1;
84 if (!s0 || strcmp(e0, e1)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dtime.c397 * e0 e1 dp p0 p1 ea es sl
494 .e0 = 0, .e1 = 0, ._pad0 = 4, .dp = 0,
679 /* Paranoia check: e0/e1 should better be the same. */
680 if (a1->esw.eacr.e0 != a2->esw.eacr.e0 ||
867 if (eacr.e0)
876 eacr.e0 = 0;
927 if (!eacr.e0 && !eacr.e1)
997 dp_changed = etr_eacr.e0 > eacr.e0 || etr_eac
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dlease.c24 unsigned int e0, e1, e2, e3, e4, e5, a0, a1, a2, a3; local
46 &ei, &e0, &e1, &e2, &e3, &e4, &e5, &a0, &a1, &a2, &a3,
66 hwaddr[0] = e0;
H A Ddhcp.c505 unsigned int flags, e0, e1, e2, e3, e4, e5; local
533 if (!sscanf(buff, "%x:%x:%x:%x:%x:%x", &e0, &e1, &e2, &e3, &e4, &e5))
536 hwaddr[0] = e0;
H A Doption.c849 unsigned int e0, e1, e2, e3, e4, e5; local
922 &e0, &e1, &e2, &e3, &e4, &e5) == 6)
925 new->hwaddr[0] = e0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Detr.h12 unsigned int e0 : 1; /* port 0 stepping control */ member in struct:etr_eacr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Daac.c964 float e0, e1; local
975 e0 = *coef / ac->sf_scale;
976 e1 = e0 - k1 * ps->r0;
980 ps->cor0 = flt16_trunc(alpha * ps->cor0 + ps->r0 * e0);
981 ps->var0 = flt16_trunc(alpha * ps->var0 + 0.5 * (ps->r0 * ps->r0 + e0 * e0));
983 ps->r1 = flt16_trunc(a * (ps->r0 - k1 * e0));
984 ps->r0 = flt16_trunc(a * e0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S342 # (use 1e0 because that's what Larry Augustine uses in his
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex7900 \gdef^^e0{\`a}
8020 \gdef^^e0{\'r}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex8172 \gdef^^e0{\`a}
8292 \gdef^^e0{\'r}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex981 193.233.7.85 dev eth0 lladdr 00:e0:1e:63:39:00 nud stale

Completed in 245 milliseconds