Searched refs:count (Results 51 - 75 of 6301) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dio.c213 void ioread8_rep(void __iomem *port, void *dst, unsigned long count) argument
216 if (!count)
218 count--;
223 while (count >= 4) {
225 count -= 4;
234 while (count) {
235 --count;
241 void insb(unsigned long port, void *dst, unsigned long count) argument
243 ioread8_rep(ioport_map(port, 1), dst, count);
256 void ioread16_rep(void __iomem *port, void *dst, unsigned long count) argument
281 insw(unsigned long port, void *dst, unsigned long count) argument
296 ioread32_rep(void __iomem *port, void *dst, unsigned long count) argument
313 insl(unsigned long port, void *dst, unsigned long count) argument
328 iowrite8_rep(void __iomem *port, const void *xsrc, unsigned long count) argument
335 outsb(unsigned long port, const void *src, unsigned long count) argument
350 iowrite16_rep(void __iomem *port, const void *src, unsigned long count) argument
375 outsw(unsigned long port, const void *src, unsigned long count) argument
390 iowrite32_rep(void __iomem *port, const void *src, unsigned long count) argument
407 outsl(unsigned long port, const void *src, unsigned long count) argument
420 memcpy_fromio(void *to, const volatile void __iomem *from, long count) argument
474 memcpy_toio(volatile void __iomem *to, const void *from, long count) argument
527 _memset_c_io(volatile void __iomem *to, unsigned long c, long count) argument
589 scr_memcpyw(u16 *d, const u16 *s, unsigned int count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dhvconsole.c38 * @count: not used?
40 int hvc_get_chars(uint32_t vtermno, char *buf, int count) argument
59 * @count: Send this number of characters.
61 int hvc_put_chars(uint32_t vtermno, const char *buf, int count) argument
67 /* hcall will ret H_PARAMETER if 'count' exceeds firmware max.*/
68 if (count > MAX_VIO_PUT_CHARS)
69 count = MAX_VIO_PUT_CHARS;
71 ret = plpar_hcall_norets(H_PUT_TERM_CHAR, vtermno, count, lbuf[0],
74 return count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Duaccess.c20 long strncpy_from_user(char *dst, const char __user *src, long count) argument
26 BUG_ON(count < 0);
39 if ((unsigned long) count > max) {
40 memset(dst + max, 0, count - max);
41 count = max;
45 for (; count > 0; count--, p++, src++) {
57 if (count > 0)
58 memset(p, 0, count); /* clear remainder of buffer [security] */
72 long strnlen_user(const char __user *src, long count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-debugfs.h35 size_t count, loff_t *ppos);
37 size_t count, loff_t *ppos);
39 size_t count, loff_t *ppos);
41 size_t count, loff_t *ppos);
44 size_t count, loff_t *ppos)
49 size_t count, loff_t *ppos)
54 size_t count, loff_t *ppos)
59 size_t count, loff_t *ppos)
43 iwl_ucode_rx_stats_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
48 iwl_ucode_tx_stats_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
53 iwl_ucode_general_stats_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
58 iwl_ucode_bt_stats_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dide.h23 static __inline__ void __ide_mm_insw(void __iomem *port, void *addr, u32 count) argument
25 while (count--) {
31 static __inline__ void __ide_mm_insl(void __iomem *port, void *addr, u32 count) argument
33 while (count--) {
39 static __inline__ void __ide_mm_outsw(void __iomem *port, void *addr, u32 count) argument
41 while (count--) {
47 static __inline__ void __ide_mm_outsl(void __iomem *port, void *addr, u32 count) argument
49 while (count--) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dhvconsole.h34 * Vio firmware always attempts to fetch MAX_VIO_GET_CHARS chars. The 'count'
37 extern int hvc_get_chars(uint32_t vtermno, char *buf, int count);
38 extern int hvc_put_chars(uint32_t vtermno, const char *buf, int count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dnsp_io.h70 unsigned long count)
72 insb(BaseAddr + Register, buf, count);
77 unsigned long count)
79 /*nsp_dbg(NSP_DEBUG_DATA_IO, "buf=0x%p, count=0x%lx", buf, count);*/
80 nsp_multi_read_1(base, FIFODATA, buf, count);
89 unsigned long count)
91 insw(BaseAddr + Register, buf, count);
96 unsigned long count)
98 //nsp_dbg(NSP_DEBUG_DATA_IO, "buf=0x%p, count
67 nsp_multi_read_1(unsigned int BaseAddr, unsigned int Register, void *buf, unsigned long count) argument
75 nsp_fifo8_read(unsigned int base, void *buf, unsigned long count) argument
86 nsp_multi_read_2(unsigned int BaseAddr, unsigned int Register, void *buf, unsigned long count) argument
94 nsp_fifo16_read(unsigned int base, void *buf, unsigned long count) argument
105 nsp_multi_read_4(unsigned int BaseAddr, unsigned int Register, void *buf, unsigned long count) argument
113 nsp_fifo32_read(unsigned int base, void *buf, unsigned long count) argument
124 nsp_multi_write_1(unsigned int BaseAddr, unsigned int Register, void *buf, unsigned long count) argument
132 nsp_fifo8_write(unsigned int base, void *buf, unsigned long count) argument
142 nsp_multi_write_2(unsigned int BaseAddr, unsigned int Register, void *buf, unsigned long count) argument
150 nsp_fifo16_write(unsigned int base, void *buf, unsigned long count) argument
160 nsp_multi_write_4(unsigned int BaseAddr, unsigned int Register, void *buf, unsigned long count) argument
168 nsp_fifo32_write(unsigned int base, void *buf, unsigned long count) argument
219 nsp_mmio_multi_read_4(unsigned long base, unsigned int Register, void *buf, unsigned long count) argument
237 nsp_mmio_fifo32_read(unsigned int base, void *buf, unsigned long count) argument
245 nsp_mmio_multi_write_4(unsigned long base, unsigned int Register, void *buf, unsigned long count) argument
263 nsp_mmio_fifo32_write(unsigned int base, void *buf, unsigned long count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dide_iops.h8 static __inline__ void __ide_mm_insw(void __iomem *port, void *addr, u32 count) argument
10 while (count--) {
16 static __inline__ void __ide_mm_insl(void __iomem *port, void *addr, u32 count) argument
18 while (count--) {
24 static __inline__ void __ide_mm_outsw(void __iomem *port, void *addr, u32 count) argument
26 while (count--) {
32 static __inline__ void __ide_mm_outsl(void __iomem * port, void *addr, u32 count) argument
34 while (count--) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dinststr.c34 int count; local
37 for (count = 1; count < argc; count++) {
38 if (argv[count] == ptr + 1) {
43 count = 0;
46 count++;
48 strlcpy(argv[0], src, count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/lib/
H A Dmemset.c3 void * memset(void * s, int c, size_t count) argument
8 if (!count)
18 count--;
20 if (count > 2 && (long) s & 2)
25 count -= 2;
27 temp = count >> 2;
35 if (count & 2)
41 if (count & 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dvorbiscomment.h35 * @param count Pointer to store the number of tags in m because m->count is "not allowed"
39 unsigned *count);
50 * @param count The number of tags in m because m->count is "not allowed"
53 const char *vendor_string, const unsigned count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfull-write.h29 extern size_t full_write (int fd, const void *buf, size_t count);
H A Dsafe-write.h24 extern size_t safe_write (int fd, const void *buf, size_t count);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dsafe_write.c12 ssize_t safe_write(int fd, const void *buf, size_t count) argument
17 n = write(fd, buf, count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dring_buffer.c34 uint16_t count = 0, i = 0, sum = 0; local
40 count++;
48 if (count == 0)
51 return (uint8_t)(sum / count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dfb_sys_fops.c16 ssize_t fb_sys_read(struct fb_info *info, char __user *buf, size_t count, argument
35 if (count >= total_size)
36 count = total_size;
38 if (count + p > total_size)
39 count = total_size - p;
46 if (copy_to_user(buf, src, count))
50 *ppos += count;
52 return (err) ? err : count;
57 size_t count, loff_t *ppos)
75 if (count > total_siz
56 fb_sys_write(struct fb_info *info, const char __user *buf, size_t count, loff_t *ppos) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dflash.c17 static int count; local
21 if (count++ == 0) {
27 if (count && (--count == 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dstring.h19 extern void *memset(void *dest, int ch, size_t count);
20 extern void *memcpy(void *dest, const void *src, size_t count);
21 extern void *memmove(void *dest, const void *src, size_t count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm_stats.h39 # define XQM_STATS_INC(count) ( (count)++ )
46 # define XQM_STATS_INC(count) do { } while (0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/
H A Dreport.awk6 ++count[$1];
11 avg[i] = total[i] / count[i];
18 var = (sum[i] - ((total[i] * total[i]) / count[i])) / count[i];
23 # Display the release value, the average score, and run count.
24 printf("%s:%.2f:%d:", i, avg[i], count[i]);
35 if (count[i] > 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dnwbutton.h22 int count; member in struct:button_callback
30 int button_add_callback (void (*callback) (void), int count);
36 extern int button_add_callback (void (*callback) (void), int count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmach_timer.h29 * (interrupt on terminal count mode), binary count,
30 * load 5 * LATCH count, (LSB and MSB) to begin countdown.
35 outb_p(CALIBRATE_LATCH & 0xff, 0x42); /* LSB of count */
36 outb_p(CALIBRATE_LATCH >> 8, 0x42); /* MSB of count */
41 unsigned long count = 0; local
43 count++;
45 *count_p = count;
H A Dmutex_64.h37 * __mutex_fastpath_lock_retval - try to take the lock by moving the count
39 * @count: pointer of type atomic_t
42 * Change the count from 1 to a value lower than 1, and call <fail_fn> if
46 static inline int __mutex_fastpath_lock_retval(atomic_t *count, argument
49 if (unlikely(atomic_dec_return(count) < 0))
50 return fail_fn(count);
84 * @count: pointer of type atomic_t
87 * Change the count from 1 to 0 and return 1 (success), or return 0 (failure)
91 static inline int __mutex_fastpath_trylock(atomic_t *count, argument
94 if (likely(atomic_cmpxchg(count,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtiff_common.c72 static const char *auto_sep(int count, const char *sep, int i, int columns) argument
79 return columns < count ? "\n" : "";
82 int ff_tadd_rational_metadata(int count, const char *name, const char *sep, argument
90 if (count >= INT_MAX / sizeof(int64_t) || count <= 0)
92 if (bytestream2_get_bytes_left(gb) < count * sizeof(int64_t))
95 av_bprint_init(&bp, 10 * count, AV_BPRINT_SIZE_UNLIMITED);
97 for (i = 0; i < count; i++) {
100 av_bprintf(&bp, "%s%7i:%-7i", auto_sep(count, sep, i, 4), nom, denom);
116 int ff_tadd_long_metadata(int count, cons argument
147 ff_tadd_doubles_metadata(int count, const char *name, const char *sep, GetByteContext *gb, int le, AVDictionary **metadata) argument
178 ff_tadd_shorts_metadata(int count, const char *name, const char *sep, GetByteContext *gb, int le, int is_signed, AVDictionary **metadata) argument
210 ff_tadd_bytes_metadata(int count, const char *name, const char *sep, GetByteContext *gb, int le, int is_signed, AVDictionary **metadata) argument
241 ff_tadd_string_metadata(int count, const char *name, GetByteContext *gb, int le, AVDictionary **metadata) argument
286 ff_tread_tag(GetByteContext *gb, int le, unsigned *tag, unsigned *type, unsigned *count, int *next) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/lib/
H A Dchecksum.c34 int odd, count; local
45 count = len >> 1; /* nr of 16-bit words.. */
46 if (count) {
49 count--;
53 count >>= 1; /* nr of 32-bit words.. */
54 if (count) {
59 count--;
63 count >>= 1; /* nr of 64-bit words.. */
70 BUG_ON(count >= 65530);
72 while (count) {
[all...]

Completed in 378 milliseconds

1234567891011>>