Searched refs:count (Results 276 - 300 of 15364) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/extensions/
H A Dlibip6t_connbytes.c36 si->count.from = strtoul(arg,&colon,10);
39 si->count.to = strtoul(colon+1,&p,10);
42 si->count.to = 0xffffffff;
44 if (si->count.from > si->count.to)
46 si->count.from, si->count.to);
67 i = sinfo->count.from;
68 sinfo->count.from = sinfo->count
[all...]
H A Dlibipt_connbytes.c35 si->count.from = strtoul(arg,&colon,10);
38 si->count.to = strtoul(colon+1,&p,10);
41 si->count.to = 0xffffffff;
43 if (si->count.from > si->count.to)
45 si->count.from, si->count.to);
66 i = sinfo->count.from;
67 sinfo->count.from = sinfo->count
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/lib/
H A Diso2022_jp.h40 int count = 0; local
45 if (n < count+3)
50 s += 3; count += 3;
51 if (n < count+1)
57 s += 3; count += 3;
58 if (n < count+1)
68 s += 3; count += 3;
69 if (n < count+1)
87 return count+1;
97 return count
136 int count = (state == STATE_ASCII ? 1 : 4); local
157 int count = (state == STATE_JISX0201ROMAN ? 1 : 4); local
178 int count = (state == STATE_JISX0208 ? 2 : 5); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/lib/
H A Diso2022_jp.h40 int count = 0; local
45 if (n < count+3)
50 s += 3; count += 3;
51 if (n < count+1)
57 s += 3; count += 3;
58 if (n < count+1)
68 s += 3; count += 3;
69 if (n < count+1)
87 return count+1;
97 return count
136 int count = (state == STATE_ASCII ? 1 : 4); local
157 int count = (state == STATE_JISX0201ROMAN ? 1 : 4); local
178 int count = (state == STATE_JISX0208 ? 2 : 5); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/extensions/
H A Dlibip6t_connbytes.c36 si->count.from = strtoul(arg,&colon,10);
39 si->count.to = strtoul(colon+1,&p,10);
42 si->count.to = 0xffffffff;
44 if (si->count.from > si->count.to)
46 si->count.from, si->count.to);
67 i = sinfo->count.from;
68 sinfo->count.from = sinfo->count
[all...]
H A Dlibipt_connbytes.c35 si->count.from = strtoul(arg,&colon,10);
38 si->count.to = strtoul(colon+1,&p,10);
41 si->count.to = 0xffffffff;
43 if (si->count.from > si->count.to)
45 si->count.from, si->count.to);
66 i = sinfo->count.from;
67 sinfo->count.from = sinfo->count
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/extensions/
H A Dlibip6t_connbytes.c36 si->count.from = strtoul(arg,&colon,10);
39 si->count.to = strtoul(colon+1,&p,10);
42 si->count.to = 0xffffffff;
44 if (si->count.from > si->count.to)
46 si->count.from, si->count.to);
67 i = sinfo->count.from;
68 sinfo->count.from = sinfo->count
[all...]
H A Dlibipt_connbytes.c35 si->count.from = strtoul(arg,&colon,10);
38 si->count.to = strtoul(colon+1,&p,10);
41 si->count.to = 0xffffffff;
43 if (si->count.from > si->count.to)
45 si->count.from, si->count.to);
66 i = sinfo->count.from;
67 sinfo->count.from = sinfo->count
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/lib/
H A Diso2022_jp.h40 int count = 0; local
45 if (n < count+3)
50 s += 3; count += 3;
51 if (n < count+1)
57 s += 3; count += 3;
58 if (n < count+1)
68 s += 3; count += 3;
69 if (n < count+1)
87 return count+1;
97 return count
136 int count = (state == STATE_ASCII ? 1 : 4); local
157 int count = (state == STATE_JISX0201ROMAN ? 1 : 4); local
178 int count = (state == STATE_JISX0208 ? 2 : 5); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dregset.h46 * @count: amount of data to copy, in bytes
51 * are usual failure returns. The @pos and @count values are in
59 unsigned int pos, unsigned int count,
67 * @count: amount of data to copy, in bytes
72 * are usual failure returns. The @pos and @count values are in
80 unsigned int pos, unsigned int count,
133 * The @pos argument must be aligned according to @align; the @count
219 static inline int user_regset_copyout(unsigned int *pos, unsigned int *count, argument
224 if (*count == 0)
228 unsigned int copy = (end_pos < 0 ? *count
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dregset.h46 * @count: amount of data to copy, in bytes
51 * are usual failure returns. The @pos and @count values are in
59 unsigned int pos, unsigned int count,
67 * @count: amount of data to copy, in bytes
72 * are usual failure returns. The @pos and @count values are in
80 unsigned int pos, unsigned int count,
133 * The @pos argument must be aligned according to @align; the @count
219 static inline int user_regset_copyout(unsigned int *pos, unsigned int *count, argument
224 if (*count == 0)
228 unsigned int copy = (end_pos < 0 ? *count
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/msm/
H A Dlogo.c31 static void memset16(void *_ptr, unsigned short val, unsigned count) argument
34 count >>= 1;
35 while (count--)
39 /* 565RLE image format: [count(2 bytes), rle(2 bytes)] */
44 unsigned count, max; local
60 count = (unsigned)sys_lseek(fd, (off_t)0, 2);
61 if (count == 0) {
67 data = kmalloc(count, GFP_KERNEL);
73 if ((unsigned)sys_read(fd, (char *)data, count) != count) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/msm/
H A Dlogo.c31 static void memset16(void *_ptr, unsigned short val, unsigned count) argument
34 count >>= 1;
35 while (count--)
39 /* 565RLE image format: [count(2 bytes), rle(2 bytes)] */
44 unsigned count, max; local
60 count = (unsigned)sys_lseek(fd, (off_t)0, 2);
61 if (count == 0) {
67 data = kmalloc(count, GFP_KERNEL);
73 if ((unsigned)sys_read(fd, (char *)data, count) != count) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/lib/
H A Dcsum_partial_copy.c33 int odd, count; local
44 count = len >> 1; /* nr of 16-bit words.. */
45 if (count) {
48 count--;
52 count >>= 1; /* nr of 32-bit words.. */
53 if (count) {
56 count--;
60 count >>= 1; /* nr of 64-bit words.. */
61 if (count) {
65 count
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/lib/
H A Dcsum_partial_copy.c33 int odd, count; local
44 count = len >> 1; /* nr of 16-bit words.. */
45 if (count) {
48 count--;
52 count >>= 1; /* nr of 32-bit words.. */
53 if (count) {
56 count--;
60 count >>= 1; /* nr of 64-bit words.. */
61 if (count) {
65 count
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Diomap.c40 static int count = 10; local
41 if (count) {
42 count--;
145 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count) argument
147 while (--count >= 0) {
153 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count) argument
155 while (--count >= 0) {
161 static inline void mmio_insl(void __iomem *addr, u32 *dst, int count) argument
163 while (--count >= 0) {
172 static inline void mmio_outsb(void __iomem *addr, const u8 *src, int count) argument
179 mmio_outsw(void __iomem *addr, const u16 *src, int count) argument
186 mmio_outsl(void __iomem *addr, const u32 *src, int count) argument
195 ioread8_rep(void __iomem *addr, void *dst, unsigned long count) argument
199 ioread16_rep(void __iomem *addr, void *dst, unsigned long count) argument
203 ioread32_rep(void __iomem *addr, void *dst, unsigned long count) argument
211 iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) argument
215 iowrite16_rep(void __iomem *addr, const void *src, unsigned long count) argument
219 iowrite32_rep(void __iomem *addr, const void *src, unsigned long count) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Diomap.c40 static int count = 10; local
41 if (count) {
42 count--;
145 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count) argument
147 while (--count >= 0) {
153 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count) argument
155 while (--count >= 0) {
161 static inline void mmio_insl(void __iomem *addr, u32 *dst, int count) argument
163 while (--count >= 0) {
172 static inline void mmio_outsb(void __iomem *addr, const u8 *src, int count) argument
179 mmio_outsw(void __iomem *addr, const u16 *src, int count) argument
186 mmio_outsl(void __iomem *addr, const u32 *src, int count) argument
195 ioread8_rep(void __iomem *addr, void *dst, unsigned long count) argument
199 ioread16_rep(void __iomem *addr, void *dst, unsigned long count) argument
203 ioread32_rep(void __iomem *addr, void *dst, unsigned long count) argument
211 iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) argument
215 iowrite16_rep(void __iomem *addr, const void *src, unsigned long count) argument
219 iowrite32_rep(void __iomem *addr, const void *src, unsigned long count) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/oprofile/
H A Doprofile_files.c31 size_t count, loff_t *offset)
34 buf, count, offset);
39 size_t count, loff_t *offset)
47 retval = oprofilefs_ulong_from_user(&val, buf, count);
55 return count;
67 static ssize_t depth_read(struct file *file, char __user *buf, size_t count, loff_t *offset) argument
69 return oprofilefs_ulong_to_user(oprofile_backtrace_depth, buf, count,
74 static ssize_t depth_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) argument
82 retval = oprofilefs_ulong_from_user(&val, buf, count);
90 return count;
30 timeout_read(struct file *file, char __user *buf, size_t count, loff_t *offset) argument
38 timeout_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) argument
100 pointer_size_read(struct file *file, char __user *buf, size_t count, loff_t *offset) argument
111 cpu_type_read(struct file *file, char __user *buf, size_t count, loff_t *offset) argument
122 enable_read(struct file *file, char __user *buf, size_t count, loff_t *offset) argument
128 enable_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) argument
157 dump_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
H A Drwsem.h16 * The MSW of the count is the negated number of active writers and waiting
19 * The lock count is initialized to 0 (no active and no waiting lockers).
61 signed long count; member in struct:rw_semaphore
102 sem->count = RWSEM_UNLOCKED_VALUE;
139 : "=&d" (old), "=&d" (new), "=Q" (sem->count)
140 : "Q" (sem->count), "i" (RWSEM_ACTIVE_READ_BIAS)
171 : "=&d" (old), "=&d" (new), "=Q" (sem->count)
172 : "Q" (sem->count), "i" (RWSEM_ACTIVE_READ_BIAS)
199 : "=&d" (old), "=&d" (new), "=Q" (sem->count)
200 : "Q" (sem->count), "
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/oprofile/
H A Doprofile_files.c31 size_t count, loff_t *offset)
34 buf, count, offset);
39 size_t count, loff_t *offset)
47 retval = oprofilefs_ulong_from_user(&val, buf, count);
55 return count;
67 static ssize_t depth_read(struct file *file, char __user *buf, size_t count, loff_t *offset) argument
69 return oprofilefs_ulong_to_user(oprofile_backtrace_depth, buf, count,
74 static ssize_t depth_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) argument
82 retval = oprofilefs_ulong_from_user(&val, buf, count);
90 return count;
30 timeout_read(struct file *file, char __user *buf, size_t count, loff_t *offset) argument
38 timeout_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) argument
100 pointer_size_read(struct file *file, char __user *buf, size_t count, loff_t *offset) argument
111 cpu_type_read(struct file *file, char __user *buf, size_t count, loff_t *offset) argument
122 enable_read(struct file *file, char __user *buf, size_t count, loff_t *offset) argument
128 enable_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) argument
157 dump_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
H A Drwsem.h16 * The MSW of the count is the negated number of active writers and waiting
19 * The lock count is initialized to 0 (no active and no waiting lockers).
61 signed long count; member in struct:rw_semaphore
102 sem->count = RWSEM_UNLOCKED_VALUE;
139 : "=&d" (old), "=&d" (new), "=Q" (sem->count)
140 : "Q" (sem->count), "i" (RWSEM_ACTIVE_READ_BIAS)
171 : "=&d" (old), "=&d" (new), "=Q" (sem->count)
172 : "Q" (sem->count), "i" (RWSEM_ACTIVE_READ_BIAS)
199 : "=&d" (old), "=&d" (new), "=Q" (sem->count)
200 : "Q" (sem->count), "
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/include/linux/netfilter_ipv4/
H A Dipt_multiport.h17 u_int8_t count; /* Number of ports */ member in struct:ipt_multiport
24 u_int8_t count; /* Number of ports */ member in struct:ipt_multiport_v1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/include/linux/netfilter_ipv6/
H A Dip6t_multiport.h17 u_int8_t count; /* Number of ports */ member in struct:ip6t_multiport
24 u_int8_t count; /* Number of ports */ member in struct:ip6t_multiport_v1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/include/linux/netfilter/
H A Dxt_multiport.h17 __u8 count; /* Number of ports */ member in struct:xt_multiport
23 __u8 count; /* Number of ports */ member in struct:xt_multiport_v1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lltdc/src/
H A Dseeslist.c27 int count; /* how big data buffer is, in topo_recvee_desc_t units */ member in struct:topo_seeslist_st
36 seeslist_new(int count) argument
38 sl = xmalloc(sizeof(*sl) + count * sizeof(topo_recvee_desc_t));
41 sl->count = count;
54 if (((sl->wr + 1) % sl->count) == sl->rd)
58 sl->wr = (sl->wr + 1) % sl->count;
75 sl->rd = (sl->rd + 1) % sl->count;

Completed in 238 milliseconds

<<11121314151617181920>>