Searched refs:count (Results 101 - 125 of 6301) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dibmphp_pci.c359 int count; local
372 for (count = 0; address[count]; count++) { /* for 6 BARs */
379 PCI_BASE_ADDRESS_0 + 4 * count, &tmp);
382 PCI_BASE_ADDRESS_0 + 4 * count, 0xFFFFFFFD);
385 PCI_BASE_ADDRESS_0 + 4 * count, 0xFFFFFFFF);
387 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], 0xFFFFFFFF);
388 pci_bus_read_config_dword (ibmphp_pci_bus, devfn, address[count], &bar[count]);
566 int count; local
1078 int count, len[6]; local
1226 int count; local
1334 int count; local
1570 int count; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-memory.h58 #define dbus_new(type, count) ((type*)dbus_malloc (sizeof (type) * (count)))
59 #define dbus_new0(type, count) ((type*)dbus_malloc0 (sizeof (type) * (count)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dhmac.h24 u_int32_t count[2]; member in struct:__anon6286
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dcompress.h29 extern s64 ntfs_compressed_attr_pread(ntfs_attr *na, s64 pos, s64 count,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bpalogin/
H A Dmd5.h4 unsigned int count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:__anon816
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110_ipack.c19 p->count = 0;
55 if (p->count < 10)
58 p->buf[4] = (u8)(((p->count - 6) & 0xff00) >> 8);
59 p->buf[5] = (u8)((p->count - 6) & 0x00ff);
67 if (ac3_off < p->count)
69 p->count - ac3_off, &ai, 0);
71 nframes = (p->count - off - 3 - ac3_off) /
76 ac3_off += nframes * ai.framesize - p->count;
80 p->func(p->buf, p->count, p->data);
85 p->count
122 write_ipack(struct ipack *p, const u8 *data, int count) argument
145 av7110_ipack_instant_repack(const u8 *buf, int count, struct ipack *p) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dstring.h8 void * memcpy(void * dest,const void *src,size_t count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_pio_copy.c39 * @count: number of 32-bit quantities to copy
45 void qib_pio_copy(void __iomem *to, const void *from, size_t count) argument
50 const u64 *end = src + (count >> 1);
54 if (count & 1)
59 const u32 *end = src + count;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DFilterButton.h32 - (void) setCount: (NSUInteger) count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/oprofile/
H A Dop_counter.h19 unsigned long count; member in struct:op_counter_config
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Diso2022_cnext.h68 int count = 0; local
73 if (n < count+4)
79 s += 4; count += 4;
80 if (n < count+1)
86 s += 4; count += 4;
87 if (n < count+1)
93 s += 4; count += 4;
94 if (n < count+1)
102 s += 4; count += 4;
103 if (n < count
310 int count = (state1 == STATE_ASCII ? 1 : 2); local
333 int count = (state2 == STATE2_DESIGNATED_GB2312 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2; local
363 int count = (state2 == STATE2_DESIGNATED_CNS11643_1 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2; local
388 int count = (state3 == STATE3_DESIGNATED_CNS11643_2 ? 0 : 4) + 4; local
410 int count = (state4 == STATE4_DESIGNATED_CNS11643_3 ? 0 : 4) + 4; local
432 int count = (state4 == STATE4_DESIGNATED_CNS11643_4 ? 0 : 4) + 4; local
454 int count = (state4 == STATE4_DESIGNATED_CNS11643_5 ? 0 : 4) + 4; local
476 int count = (state4 == STATE4_DESIGNATED_CNS11643_6 ? 0 : 4) + 4; local
498 int count = (state4 == STATE4_DESIGNATED_CNS11643_7 ? 0 : 4) + 4; local
525 int count = (state2 == STATE2_DESIGNATED_ISO_IR_165 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2; local
[all...]
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
132 int count = (state == STATE_ASCII ? 1 : 4); local
153 int count = (state == STATE_JISX0201ROMAN ? 1 : 4); local
174 int count = (state == STATE_JISX0208 ? 2 : 5); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Drwsem.h10 * The MSW of the count is the negated number of active writers and
13 * The lock count is initialized to 0 (no active and no waiting lockers).
37 signed long count; member in struct:rw_semaphore
64 sem->count = RWSEM_UNLOCKED_VALUE;
75 long result = ia64_fetchadd8_acq((unsigned long *)&sem->count, 1);
90 old = sem->count;
92 } while (cmpxchg_acq(&sem->count, old, new) != old);
104 long result = ia64_fetchadd8_rel((unsigned long *)&sem->count, -1);
119 old = sem->count;
121 } while (cmpxchg_rel(&sem->count, ol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dstring.h24 extern int strncmp(const char *cs, const char *ct, size_t count);
27 extern void *memset(void *s, int c, size_t count);
29 extern void *memcpy(void *d, const void *s, size_t count);
35 extern void *memmove(void *dest, const void *src, size_t count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfull-write.c59 full_rw (int fd, const void *buf, size_t count) argument
64 while (count > 0)
66 size_t n_rw = safe_rw (fd, ptr, count);
76 count -= n_rw;
H A Dsafe-read.c56 safe_rw (int fd, void const *buf, size_t count) argument
66 ssize_t result = rw (fd, buf, count);
72 else if (errno == EINVAL && BUGGY_READ_MAXIMUM < count)
73 count = BUGGY_READ_MAXIMUM;
H A Dsafe-read.h29 extern size_t safe_read (int fd, void *buf, size_t count);
H A Dgl_array_list.c45 size_t count; member in struct:gl_list_impl
69 list->count = 0;
81 size_t count, const void **contents)
90 if (count > 0)
92 list->elements = XNMALLOC (count, const void *);
93 memcpy (list->elements, contents, count * sizeof (const void *));
97 list->count = count;
98 list->allocated = count;
106 return list->count;
76 gl_array_create(gl_list_implementation_t implementation, gl_listelement_equals_fn equals_fn, gl_listelement_hashcode_fn hashcode_fn, gl_listelement_dispose_fn dispose_fn, bool allow_duplicates, size_t count, const void **contents) argument
149 size_t count = list->count; local
160 size_t count = list->count; local
173 size_t count = list->count; local
245 size_t count = list->count; local
262 size_t count = list->count; local
274 size_t count = list->count; local
297 size_t count = list->count; local
320 size_t count = list->count; local
340 size_t count = list->count; local
362 size_t count = list->count; local
395 size_t count = list->count; local
579 size_t count = list->count; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Diso2022_cnext.h68 int count = 0; local
73 if (n < count+4)
79 s += 4; count += 4;
80 if (n < count+1)
86 s += 4; count += 4;
87 if (n < count+1)
93 s += 4; count += 4;
94 if (n < count+1)
102 s += 4; count += 4;
103 if (n < count
310 int count = (state1 == STATE_ASCII ? 1 : 2); local
333 int count = (state2 == STATE2_DESIGNATED_GB2312 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2; local
363 int count = (state2 == STATE2_DESIGNATED_CNS11643_1 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2; local
388 int count = (state3 == STATE3_DESIGNATED_CNS11643_2 ? 0 : 4) + 4; local
410 int count = (state4 == STATE4_DESIGNATED_CNS11643_3 ? 0 : 4) + 4; local
432 int count = (state4 == STATE4_DESIGNATED_CNS11643_4 ? 0 : 4) + 4; local
454 int count = (state4 == STATE4_DESIGNATED_CNS11643_5 ? 0 : 4) + 4; local
476 int count = (state4 == STATE4_DESIGNATED_CNS11643_6 ? 0 : 4) + 4; local
498 int count = (state4 == STATE4_DESIGNATED_CNS11643_7 ? 0 : 4) + 4; local
525 int count = (state2 == STATE2_DESIGNATED_ISO_IR_165 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2; local
[all...]
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
132 int count = (state == STATE_ASCII ? 1 : 4); local
153 int count = (state == STATE_JISX0201ROMAN ? 1 : 4); local
174 int count = (state == STATE_JISX0208 ? 2 : 5); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mipssim/
H A Dsim_time.c32 unsigned int count; local
40 count = 12000000;
42 count = 6000000;
44 mips_hpt_frequency = count;
48 count *= 2;
50 count += 5000; /* round */
51 count -= count%10000;
53 return count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Datafb_utils.h48 static inline void *fb_memclear_small(void *s, size_t count) argument
50 if (!count)
59 : "=a" (s), "=d" (count)
60 : "d" (0), "0" ((char *)s + count), "1" (count));
68 : "=a" (s), "=d" (count)
69 : "d" (0), "0" (s), "1" (count)
77 static inline void *fb_memclear(void *s, size_t count) argument
79 if (!count)
82 if (count < 1
117 fb_memset255(void *s, size_t count) argument
144 fb_memmove(void *d, const void *s, size_t count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]

Completed in 385 milliseconds

1234567891011>>