Searched refs:b1 (Results 1 - 25 of 261) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/avm/
H A DMakefile5 obj-$(CONFIG_ISDN_DRV_AVMB1_B1ISA) += b1isa.o b1.o
6 obj-$(CONFIG_ISDN_DRV_AVMB1_B1PCI) += b1pci.o b1.o b1dma.o
7 obj-$(CONFIG_ISDN_DRV_AVMB1_B1PCMCIA) += b1pcmcia.o b1.o
9 obj-$(CONFIG_ISDN_DRV_AVMB1_T1ISA) += t1isa.o b1.o
10 obj-$(CONFIG_ISDN_DRV_AVMB1_T1PCI) += t1pci.o b1.o b1dma.o
11 obj-$(CONFIG_ISDN_DRV_AVMB1_C4) += c4.o b1.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbUtil.java26 int b1;
32 // Get the component bytes; b4 is most significant, b1 least.
37 b1 = arr[pos];
39 b1 = arr[pos++];
46 if (b1 < 0) {
47 b1 += 256;
65 return (b1 + b2 + b3 + b4);
75 int b1;
81 b1 = n & 0xff;
87 if (b1 >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DPackedInteger.java63 int b1 = buf[off++];
64 if (b1 < -119) {
66 byteLen = -b1 - 119;
67 } else if (b1 > 119) {
69 byteLen = b1 - 119;
71 return b1;
102 int b1 = buf[off++];
103 if (b1 < -119) {
105 byteLen = -b1 - 119;
106 } else if (b1 > 11
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/generic/
H A Dudiv-w-sdiv.c39 mp_limb_t c0, c1, b1;
60 b1 = d >> 1; /* d/2, between 2^30 and 2^31 - 1 */
64 if (a1 < b1) /* A < 2^32*b1, so A/2 < 2^31*b1 */
66 sdiv_qrnnd (q, r, c1, c0, b1); /* (A/2) / (d/2) */
68 r = 2*r + (a0 & 1); /* Remainder from A/(2*b1) */
85 else if (c1 < b1) /* So 2^31 <= (A/2)/b1 < 2^32 */
87 c1 = (b1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ms/
H A Dcmp.pl14 $n1=sysread(IN0,$b1,4096);
18 last if ($b1 ne $b2);
33 @a1=unpack("C*",$b1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dcmp.pl14 $n1=sysread(IN0,$b1,4096);
18 last if ($b1 ne $b2);
33 @a1=unpack("C*",$b1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/tests/
H A Dtest-moo-assign.c15 sub1_t b1 = a; /* ERROR */ local
24 a = b1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dcolorspace.h91 #define RGB_TO_U(r1, g1, b1, shift)\
93 FIX(0.50000) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
95 #define RGB_TO_V(r1, g1, b1, shift)\
97 FIX(0.08131) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
103 #define RGB_TO_U_CCIR(r1, g1, b1, shift)\
105 FIX(0.50000*224.0/255.0) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
107 #define RGB_TO_V_CCIR(r1, g1, b1, shift)\
109 FIX(0.08131*224.0/255.0) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
H A Dsimple_idct.c61 int a0, a1, a2, a3, b0, b1, b2, b3; local
123 b1 = MUL16(W3, row[1]);
124 MAC16(b1, -W7, row[3]);
144 MAC16(b1, -W1, row[5]);
145 MAC16(b1, -W5, row[7]);
156 row[1] = (a1 + b1) >> ROW_SHIFT;
157 row[6] = (a1 - b1) >> ROW_SHIFT;
167 int a0, a1, a2, a3, b0, b1, b2, b3; local
182 b1 = MUL16(W3, col[8*1]);
187 MAC16(b1,
239 int a0, a1, a2, a3, b0, b1, b2, b3; local
310 int a0, a1, a2, a3, b0, b1, b2, b3; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dxor.c62 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) argument
82 tmpl->do_2(BENCH_SIZE, b1, b2);
101 void *b1, *b2; local
104 b1 = (void *) __get_free_pages(GFP_KERNEL, 2);
105 if (! b1) {
109 b2 = b1 + 2*PAGE_SIZE + BENCH_SIZE;
122 #define xor_speed(templ) do_xor_speed((templ), b1, b2)
142 free_pages((unsigned long)b1, 2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/at91/
H A DMakefile9 snd-soc-eti-b1-wm8731-objs := eti_b1_wm8731.o
11 obj-$(CONFIG_SND_AT91_SOC_ETI_B1_WM8731) += snd-soc-eti-b1-wm8731.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dxor.h26 : "=r" (src), "=r" (b1), "=r" (b2) \
28 __XOR(a1, b1); __XOR(a2, b2);
32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
54 register unsigned int b1 __asm__("r8");
75 register unsigned int b1 __asm__("r8");
95 register unsigned int b1 __asm__("ip");
114 register unsigned int b1 __asm__("ip");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dxor.h26 : "=r" (src), "=r" (b1), "=r" (b2) \
28 __XOR(a1, b1); __XOR(a2, b2);
32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
54 register unsigned int b1 __asm__("r8");
75 register unsigned int b1 __asm__("r8");
95 register unsigned int b1 __asm__("ip");
114 register unsigned int b1 __asm__("ip");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-moo-assign.c15 sub1_t b1 = a; /* ERROR */ local
24 a = b1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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);
33 buf[1] += b1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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);
33 buf[1] += b1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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
109 b1 = W3 * t;
114 b1 = 0;
123 b1 -= W7 * t;
133 b1 -= W1 * t;
142 b1 -= W5 * t;
148 row[1] = (a1 + b1) >> ROW_SHIFT;
153 row[6] = (a1 - b1) >> ROW_SHIFT;
161 int_fast32_t a0, a1, a2, a3, b0, b1, b2, b3; local
193 b1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DPersistComparator.java61 byte[] b1 = (byte[]) o1;
64 Comparable k1 = (Comparable) binding.bytesToObject(b1, 0, b1.length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Daes.c327 u32 b0[4], b1[4]; local
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, kp);
346 f_nround (b0, b1, kp);
347 f_nround (b1, b0, kp);
348 f_nround (b0, b1, kp);
349 f_nround (b1, b
382 u32 b0[4], b1[4]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Df_route.c138 SPRINT_BUF(b1);
151 SPRINT_BUF(b1);
152 fprintf(f, "flowid %s ", sprint_tc_classid(*(__u32*)RTA_DATA(tb[TCA_ROUTE4_CLASSID]), b1));
155 fprintf(f, "to %s ", rtnl_rtrealm_n2a(*(__u32*)RTA_DATA(tb[TCA_ROUTE4_TO]), b1, sizeof(b1)));
157 fprintf(f, "from %s ", rtnl_rtrealm_n2a(*(__u32*)RTA_DATA(tb[TCA_ROUTE4_FROM]), b1, sizeof(b1)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/alpha/
H A Dsub.pl31 ($a1,$tmp,$b1,$a2,$b2,$a3,$b3,$o0)=&NR(8);
34 &ld($b1,&QWPw(1,$bp));
43 &cmpult($a1,$b1,$t1); # will we borrow?
44 &sub($a1,$b1,$a1); # do the subtract
46 &cmpult($a1,$cc,$b1); # will we borrow?
48 &add($b1,$t1,$cc); ($tmp,$o2)=&NR(2); &FR($t1,$a1,$b1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/alpha.works/
H A Dsub.pl31 ($a1,$tmp,$b1,$a2,$b2,$a3,$b3,$o0)=&NR(8);
34 &ld($b1,&QWPw(1,$bp));
43 &cmpult($a1,$b1,$t1); # will we borrow?
44 &sub($a1,$b1,$a1); # do the subtract
46 &cmpult($a1,$cc,$b1); # will we borrow?
48 &add($b1,$t1,$cc); ($tmp,$o2)=&NR(2); &FR($t1,$a1,$b1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dhashes.c34 u32 b0, b1; \
37 b1 = h1; \
42 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); \
43 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); \
47 h1 += b1; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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
316 bstring aux = (bstring) b1;
318 if (b0 == NULL || b1 == NULL || b0->data == NULL || b1->data == NULL) return BSTR_ERR;
321 len = b1->slen;
325 ptrdiff_t pd = b1->data - b0->data;
327 if (NULL == (aux = bstrcpy (b1))) return BSTR_ERR;
330 if (aux != b1) bdestro
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
791 biseq(const_bstring b0, const_bstring b1) argument
879 bstrcmp(const_bstring b0, const_bstring b1) argument
909 bstrncmp(const_bstring b0, const_bstring b1, int n) argument
1019 binstr(const_bstring b1, int pos, const_bstring b2) argument
1106 binstrr(const_bstring b1, int pos, const_bstring b2) argument
1153 binstrcaseless(const_bstring b1, int pos, const_bstring b2) argument
1201 binstrrcaseless(const_bstring b1, int pos, const_bstring b2) 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
1451 binsert(bstring b1, int pos, const_bstring b2, unsigned char fill) argument
1498 breplace(bstring b1, int pos, int len, const_bstring b2, unsigned char fill) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/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
316 bstring aux = (bstring) b1;
318 if (b0 == NULL || b1 == NULL || b0->data == NULL || b1->data == NULL) return BSTR_ERR;
321 len = b1->slen;
325 ptrdiff_t pd = b1->data - b0->data;
327 if (NULL == (aux = bstrcpy (b1))) return BSTR_ERR;
330 if (aux != b1) bdestro
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
791 biseq(const_bstring b0, const_bstring b1) argument
879 bstrcmp(const_bstring b0, const_bstring b1) argument
909 bstrncmp(const_bstring b0, const_bstring b1, int n) argument
1019 binstr(const_bstring b1, int pos, const_bstring b2) argument
1106 binstrr(const_bstring b1, int pos, const_bstring b2) argument
1153 binstrcaseless(const_bstring b1, int pos, const_bstring b2) argument
1201 binstrrcaseless(const_bstring b1, int pos, const_bstring b2) 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
1451 binsert(bstring b1, int pos, const_bstring b2, unsigned char fill) argument
1498 breplace(bstring b1, int pos, int len, const_bstring b2, unsigned char fill) argument
[all...]

Completed in 182 milliseconds

1234567891011