Searched refs:b0 (Results 1 - 25 of 131) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxp_nofault.S26 br.ret.sptk.many b0;; // Return success
31 br.ret.sptk.many b0;; // Return failure
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/asm/alpha/
H A Dsub.pl24 ($a0,$b0)=&NR(2);
26 &ld($b0,&QWPw(0,$bp));
33 &cmpult($a0,$b0,$tmp); # will we borrow?
35 &sub($a0,$b0,$a0); # do the subtract
37 &cmpult($a0,$cc,$b0); # will we borrow?
41 &add($b0,$tmp,$cc); ($t1,$o1)=&NR(2); &FR($tmp);
73 &ld($b0,&QWPw(0,$bp));
81 &ld($b0,&QWPw(0,$bp)); # get b
82 &cmpult($a0,$b0,$tmp); # will we borrow?
83 &sub($a0,$b0,
[all...]
H A Dadd.pl24 ($a0,$b0)=&NR(2);
30 &ld(($b0)=&NR(1),&QWPw(0,$bp));
35 &add($a0,$b0,$o0);
37 &cmpult($o0,$b0,$t0);
90 &ld($b0,&QWPw(0,$bp)); # get b
93 &add($a0,$b0,$o0);
95 &cmpult($o0,$b0,$t0); # will we borrow?
111 &FR($o0,$t0,$a0,$b0);
H A Dsqr.pl40 &add($a0,$b0,$o0);
41 &cmpult($o0,$b0,$t0);
82 &ld($b0,&QWPw(0,$bp));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/asm/alpha.works/
H A Dsub.pl24 ($a0,$b0)=&NR(2);
26 &ld($b0,&QWPw(0,$bp));
33 &cmpult($a0,$b0,$tmp); # will we borrow?
35 &sub($a0,$b0,$a0); # do the subtract
37 &cmpult($a0,$cc,$b0); # will we borrow?
41 &add($b0,$tmp,$cc); ($t1,$o1)=&NR(2); &FR($tmp);
73 &ld($b0,&QWPw(0,$bp));
81 &ld($b0,&QWPw(0,$bp)); # get b
82 &cmpult($a0,$b0,$tmp); # will we borrow?
83 &sub($a0,$b0,
[all...]
H A Dadd.pl25 ($a0,$b0)=&NR(2);
27 &ld($b0,&QWPw(0,$bp));
40 &add($a0,$b0,$o0);
41 &cmpult($o0,$b0,$t0);
82 &ld($b0,&QWPw(0,$bp));
91 &ld($b0,&QWPw(0,$bp)); # get b
93 &add($a0,$b0,$o0);
94 &cmpult($o0,$b0,$t0); # will we borrow?
112 &FR($o0,$t0,$a0,$b0);
H A Dmul.pl41 &add($a0,$b0,$o0);
42 &cmpult($o0,$b0,$t0);
83 &ld($b0,&QWPw(0,$bp));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/asm/
H A Dco-alpha.pl21 $a0="r1"; $b0="r5"; $r0="r9"; $tmp="r13";
39 &ld($b0,&QWPw(0,$bp));
45 &cmpult($a0,$b0,$tmp); # will we borrow?
47 &sub($a0,$b0,$a0); # do the subtract
49 &cmpult($a0,$cc,$b0); # will we borrow?
53 &add($b0,$tmp,$cc); # add the borrows
85 &ld($b0,&QWPw(0,$bp));
93 &ld($b0,&QWPw(0,$bp)); # get b
94 &cmpult($a0,$b0,$tmp); # will we borrow?
95 &sub($a0,$b0,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/crypto/
H A Daes.c327 u32 b0[4], b1[4]; local
330 b0[0] = le32_to_cpu(src[0]) ^ E_KEY[0];
331 b0[1] = le32_to_cpu(src[1]) ^ E_KEY[1];
332 b0[2] = le32_to_cpu(src[2]) ^ E_KEY[2];
333 b0[3] = le32_to_cpu(src[3]) ^ E_KEY[3];
336 f_nround (b1, b0, kp);
337 f_nround (b0, b1, kp);
341 f_nround (b1, b0, kp);
342 f_nround (b0, b1, kp);
345 f_nround (b1, b0, k
382 u32 b0[4], b1[4]; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dhash.c22 __u32 b0 = buf[0], b1 = buf[1]; local
28 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b);
29 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d);
32 buf[0] += b0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dhash.c22 __u32 b0 = buf[0], b1 = buf[1]; local
28 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b);
29 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d);
32 buf[0] += b0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Dsimple_idct_alpha.c53 int_fast32_t a0, a1, a2, a3, b0, b1, b2, b3, t; local
108 b0 = W1 * t;
113 b0 = 0;
122 b0 += W3 * t;
132 b0 += W5 * t;
141 b0 += W7 * t;
147 row[0] = (a0 + b0) >> ROW_SHIFT;
154 row[7] = (a0 - b0) >> ROW_SHIFT;
161 int_fast32_t a0, a1, a2, a3, b0, b1, b2, b3; local
192 b0
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dhashes.c34 u32 b0, b1; \
36 b0 = h0; \
42 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); \
43 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); \
46 h0 += b0; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsimple_idct.c61 int a0, a1, a2, a3, b0, b1, b2, b3; local
121 b0 = MUL16(W1, row[1]);
122 MAC16(b0, W3, row[3]);
141 MAC16(b0, W5, row[5]);
142 MAC16(b0, W7, row[7]);
154 row[0] = (a0 + b0) >> ROW_SHIFT;
155 row[7] = (a0 - b0) >> ROW_SHIFT;
167 int a0, a1, a2, a3, b0, b1, b2, b3; local
181 b0 = MUL16(W1, col[8*1]);
186 MAC16(b0,
239 int a0, a1, a2, a3, b0, b1, b2, b3; local
310 int a0, a1, a2, a3, b0, b1, b2, b3; local
[all...]
H A Deaidct.c44 const int b0 = (((A4-A5)*a7 - A5*a3)>>9) + a1+a5; \
48 (dest)[d0] = munge(a0+a2+a6+b0); \
55 (dest)[d7] = munge(a0+a2+a6-b0); \
H A Dac3.c34 static inline int calc_lowcomp1(int a, int b0, int b1, int c) argument
36 if ((b0 + 256) == b1) {
38 } else if (b0 > b1) {
44 static inline int calc_lowcomp(int a, int b0, int b1, int bin) argument
47 return calc_lowcomp1(a, b0, b1, 384);
49 return calc_lowcomp1(a, b0, b1, 320);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/lib/
H A Dip_fast_csum.S75 br.ret.sptk.many b0
83 mov r34=b0
88 br.call.sptk.many b0=do_csum
92 mov b0=r34
93 br.ret.sptk.many b0
141 br.ret.sptk.many b0
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/bstring/
H A Dbstrlib.c310 /* int bconcat (bstring b0, const_bstring b1)
312 * Concatenate the bstring b1 to the bstring b0.
314 int bconcat (bstring b0, const_bstring b1) { argument
318 if (b0 == NULL || b1 == NULL || b0->data == NULL || b1->data == NULL) return BSTR_ERR;
320 d = b0->slen;
322 if ((d | (b0->mlen - d) | len | (d + len)) < 0) return BSTR_ERR;
324 if (b0->mlen <= d + len + 1) {
325 ptrdiff_t pd = b1->data - b0->data;
326 if (0 <= pd && pd < b0
408 bstring b0; local
596 bstricmp(const_bstring b0, const_bstring b1) argument
633 bstrnicmp(const_bstring b0, const_bstring b1, int n) argument
671 biseqcaseless(const_bstring b0, const_bstring b1) argument
696 bisstemeqcaselessblk(const_bstring b0, const void * blk, int len) argument
791 biseq(const_bstring b0, const_bstring b1) argument
807 bisstemeqblk(const_bstring b0, const void * blk, int len) argument
879 bstrcmp(const_bstring b0, const_bstring b1) argument
909 bstrncmp(const_bstring b0, const_bstring b1, int n) argument
1323 binchr(const_bstring b0, int pos, const_bstring b1) argument
1348 binchrr(const_bstring b0, int pos, const_bstring b1) argument
1364 bninchr(const_bstring b0, int pos, const_bstring b1) argument
1379 bninchrr(const_bstring b0, int pos, const_bstring b1) argument
1396 bsetstr(bstring b0, int pos, const_bstring b1, unsigned char fill) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_crypt_ccmp.c112 u8 * pn, size_t dlen, u8 * b0, u8 * auth, u8 * s0)
141 b0[0] = 0x59;
142 b0[1] = qc;
143 memcpy(b0 + 2, hdr->addr2, ETH_ALEN);
144 memcpy(b0 + 8, pn, CCMP_PN_LEN);
145 b0[14] = (dlen >> 8) & 0xff;
146 b0[15] = dlen & 0xff;
173 ieee80211_ccmp_aes_encrypt(tfm, b0, auth);
178 b0[0] &= 0x07;
179 b0[1
110 ccmp_init_blocks(struct crypto_cipher *tfm, struct ieee80211_hdr_4addr *hdr, u8 * pn, size_t dlen, u8 * b0, u8 * auth, u8 * s0) argument
226 u8 *b0 = key->tx_b0; local
292 u8 *b0 = key->rx_b0; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dbstrlib.h62 extern int bconcat (bstring b0, const_bstring b1);
63 extern int bconchar (bstring b0, char c);
70 extern int bsetstr (bstring b0, int pos, const_bstring b1, unsigned char fill);
74 extern int bstricmp (const_bstring b0, const_bstring b1);
75 extern int bstrnicmp (const_bstring b0, const_bstring b1, int n);
76 extern int biseqcaseless (const_bstring b0, const_bstring b1);
77 extern int bisstemeqcaselessblk (const_bstring b0, const void * blk, int len);
78 extern int biseq (const_bstring b0, const_bstring b1);
79 extern int bisstemeqblk (const_bstring b0, const void * blk, int len);
82 extern int bstrcmp (const_bstring b0, const_bstrin
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Djprobes.S62 br.call.sptk.many b0=jprobe_break
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-blackfin/
H A Duser.h47 long b0, b1, b2, b3; member in struct:user_regs_struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-alpha/
H A Dbitops.h386 unsigned long b0 = b[0], b1 = b[1], b2 = b[2]; local
391 ofs = (b0 ? 0 : ofs);
392 b0 = (b0 ? b0 : b1);
394 return __ffs(b0) + ofs;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Ddirhash.c37 __u32 b0 = buf[0], b1 = buf[1]; local
43 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b);
44 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d);
47 buf[0] += b0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S105 @@ to save some registers/calls, proceed with b0-b3 first, followed by a0-a3
107 @@ MUL16(b0, W1, row[1]);
111 @@ MAC16(b0, W3, row[3]);
117 mul r0, r8, r7 @ R0=W1*ROWr16[1]=b0 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
125 mlane r0, r9, r2, r0 @ R0+=W3*ROWr16[3]=b0 (ROWr16[3] must be the second arg, to have the possibility to save 1 cycle)
131 @@ at this point, R0=b0, R1=b1, R2 (free), R3=ROWr32[2], R4=ROWr32[3],
139 @@ at this point, R0=b0, R1=b1, R2 (free), R3=ROWr32[2], R4=ROWr32[3],
142 @@ MAC16(b0, W5, row[5]);
146 @@ MAC16(b0, W7, row[7]);
152 mlane r0, r10, r3, r0 @ R0+=W5*ROWr16[5]=b0
[all...]

Completed in 284 milliseconds

123456