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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/security/secfrw/include/
H A Dandroid.h19 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/tests/
H A Dtest-buffer.c31 struct buffer *b1, *b2; local
44 b1 = buffer_new(0);
49 buffer_put(b1, &c, 1);
53 buffer_reset(b1);
56 buffer_free(b1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/tests/
H A Dtest-buffer.c31 struct buffer *b1, *b2; local
44 b1 = buffer_new(0);
49 buffer_put(b1, &c, 1);
53 buffer_reset(b1);
56 buffer_free(b1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/tests/
H A Dtest-buffer.c31 struct buffer *b1, *b2; local
44 b1 = buffer_new(0);
49 buffer_put(b1, &c, 1);
53 buffer_reset(b1);
56 buffer_free(b1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.cp/
H A Dclass2.cc33 int b1; member in struct:B
40 b1 = 901;
65 beta.a1 = 200; beta.b1 = 201; beta.b2 = 202;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.cp/
H A Dclass2.cc33 int b1; member in struct:B
40 b1 = 901;
65 beta.a1 = 200; beta.b1 = 201; beta.b2 = 202;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.cp/
H A Dclass2.cc33 int b1; member in struct:B
40 b1 = 901;
65 beta.a1 = 200; beta.b1 = 201; beta.b2 = 202;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/util/
H A DPackedInteger.java66 int b1 = buf[off++];
67 if (b1 < -119) {
69 byteLen = -b1 - 119;
70 } else if (b1 > 119) {
72 byteLen = b1 - 119;
74 return b1;
105 int b1 = buf[off++];
106 if (b1 < -119) {
108 byteLen = -b1 - 119;
109 } else if (b1 > 11
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/util/
H A DPackedInteger.java66 int b1 = buf[off++];
67 if (b1 < -119) {
69 byteLen = -b1 - 119;
70 } else if (b1 > 119) {
72 byteLen = b1 - 119;
74 return b1;
105 int b1 = buf[off++];
106 if (b1 < -119) {
108 byteLen = -b1 - 119;
109 } else if (b1 > 11
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/util/
H A DPackedInteger.java66 int b1 = buf[off++];
67 if (b1 < -119) {
69 byteLen = -b1 - 119;
70 } else if (b1 > 119) {
72 byteLen = b1 - 119;
74 return b1;
105 int b1 = buf[off++];
106 if (b1 < -119) {
108 byteLen = -b1 - 119;
109 } else if (b1 > 11
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ms/
H A Dcmp.pl14 $n1=sysread(IN0,$b1,4096);
18 last if ($b1 ne $b2);
33 @a1=unpack("C*",$b1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ms/
H A Dcmp.pl14 $n1=sysread(IN0,$b1,4096);
18 last if ($b1 ne $b2);
33 @a1=unpack("C*",$b1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/ms/
H A Dcmp.pl14 $n1=sysread(IN0,$b1,4096);
18 last if ($b1 ne $b2);
33 @a1=unpack("C*",$b1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/ms/
H A Dcmp.pl14 $n1=sysread(IN0,$b1,4096);
18 last if ($b1 ne $b2);
33 @a1=unpack("C*",$b1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/ms/
H A Dcmp.pl14 $n1=sysread(IN0,$b1,4096);
18 last if ($b1 ne $b2);
33 @a1=unpack("C*",$b1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/ms/
H A Dcmp.pl14 $n1=sysread(IN0,$b1,4096);
18 last if ($b1 ne $b2);
33 @a1=unpack("C*",$b1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lzo/tests/
H A Dalign.c61 lzo_bytep b1 = block; local
76 k1 = LZO_PTR_ALIGN_UP(b1+1,step);
87 if (k1 - step != b1)
92 b1, (long) (b1 - block),
97 assert(k1 > b1);
122 for (k = b1 + 1; k <= k1; k++)
129 block, b1, b2,
138 b1 = k1;

Completed in 354 milliseconds

1234567891011>>