Searched refs:count (Results 26 - 50 of 15364) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/include/asm/
H A Dmutex.h21 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
23 if (unlikely(atomic_dec_return(count) < 0))
24 fail_fn(count);
30 __mutex_fastpath_lock_retval(atomic_t *count, int (*fail_fn)(atomic_t *)) argument
32 if (unlikely(atomic_dec_return(count) < 0))
33 return fail_fn(count);
41 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
44 if (unlikely(atomic_inc_return(count) <= 0))
45 fail_fn(count);
51 __mutex_fastpath_trylock(atomic_t *count, in argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dmutex.h21 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
23 if (unlikely(atomic_dec_return(count) < 0))
24 fail_fn(count);
30 __mutex_fastpath_lock_retval(atomic_t *count, int (*fail_fn)(atomic_t *)) argument
32 if (unlikely(atomic_dec_return(count) < 0))
33 return fail_fn(count);
41 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
44 if (unlikely(atomic_inc_return(count) <= 0))
45 fail_fn(count);
51 __mutex_fastpath_trylock(atomic_t *count, in argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/test/
H A Dwrite_read.h21 const float * data, int count) ;
27 float * data, int count) ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/test/
H A Dwrite_read.h21 const float * data, int count) ;
27 float * data, int count) ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/test/
H A Dwrite_read.h21 const float * data, int count) ;
27 float * data, int count) ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/include/asm/
H A Dmutex.h12 * __mutex_fastpath_lock - try to take the lock by moving the count
14 * @count: pointer of type atomic_t
17 * Change the count from 1 to a value lower than 1, and call <fail_fn> if
22 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
24 if (unlikely(ia64_fetchadd4_acq(count, -1) != 1))
25 fail_fn(count);
29 * __mutex_fastpath_lock_retval - try to take the lock by moving the count
31 * @count: pointer of type atomic_t
34 * Change the count from 1 to a value lower than 1, and call <fail_fn> if
39 __mutex_fastpath_lock_retval(atomic_t *count, in argument
60 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
85 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dmutex.h12 * __mutex_fastpath_lock - try to take the lock by moving the count
14 * @count: pointer of type atomic_t
17 * Change the count from 1 to a value lower than 1, and call <fail_fn> if
22 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
24 if (unlikely(ia64_fetchadd4_acq(count, -1) != 1))
25 fail_fn(count);
29 * __mutex_fastpath_lock_retval - try to take the lock by moving the count
31 * @count: pointer of type atomic_t
34 * Change the count from 1 to a value lower than 1, and call <fail_fn> if
39 __mutex_fastpath_lock_retval(atomic_t *count, in argument
60 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
85 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dspaces.c22 @deftypefn Extension char* spaces (int @var{count})
48 spaces (int count) argument
54 if (count > maxsize)
60 buf = (char *) malloc (count + 1);
63 for (t = buf + count ; t != buf ; )
67 maxsize = count;
68 buf[count] = '\0';
70 return (const char *) (buf + maxsize - count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dspaces.c22 @deftypefn Extension char* spaces (int @var{count})
48 spaces (int count) argument
54 if (count > maxsize)
60 buf = (char *) malloc (count + 1);
63 for (t = buf + count ; t != buf ; )
67 maxsize = count;
68 buf[count] = '\0';
70 return (const char *) (buf + maxsize - count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dspaces.c22 @deftypefn Extension char* spaces (int @var{count})
48 spaces (int count) argument
54 if (count > maxsize)
60 buf = (char *) malloc (count + 1);
63 for (t = buf + count ; t != buf ; )
67 maxsize = count;
68 buf[count] = '\0';
70 return (const char *) (buf + maxsize - count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dnet_read.c50 ssize_t count; local
55 count = recv (fd, cbuf, rem, 0);
57 count = read (fd, cbuf, rem);
59 if (count < 0) {
63 return count;
64 } else if (count == 0) {
65 return count;
67 cbuf += count;
68 rem -= count;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dnet_read.c50 ssize_t count; local
55 count = recv (fd, cbuf, rem, 0);
57 count = read (fd, cbuf, rem);
59 if (count < 0) {
63 return count;
64 } else if (count == 0) {
65 return count;
67 cbuf += count;
68 rem -= count;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dnet_read.c50 ssize_t count; local
55 count = recv (fd, cbuf, rem, 0);
57 count = read (fd, cbuf, rem);
59 if (count < 0) {
63 return count;
64 } else if (count == 0) {
65 return count;
67 cbuf += count;
68 rem -= count;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os_brew/
H A Dfwrite.c21 fwrite(buf, size, count, fp)
23 size_t size, count;
27 DBGPRINTF("%.*s", (int)count, buf);
28 return (size * count);
30 return ((size_t)IFILE_Write(fp, buf, size * count) / size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/lib/
H A Dmemmove_64.c9 void *memmove(void *dest, const void *src, size_t count) argument
12 return memcpy(dest, src, count);
14 char *p = dest + count;
15 const char *s = src + count;
16 while (count--)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/lib/
H A Dmemmove_64.c9 void *memmove(void *dest, const void *src, size_t count) argument
12 return memcpy(dest, src, count);
14 char *p = dest + count;
15 const char *s = src + count;
16 while (count--)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os_brew/
H A Dfwrite.c21 fwrite(buf, size, count, fp)
23 size_t size, count;
27 DBGPRINTF("%.*s", (int)count, buf);
28 return (size * count);
30 return ((size_t)IFILE_Write(fp, buf, size * count) / size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os_brew/
H A Dfwrite.c21 fwrite(buf, size, count, fp)
23 size_t size, count;
27 DBGPRINTF("%.*s", (int)count, buf);
28 return (size * count);
30 return ((size_t)IFILE_Write(fp, buf, size * count) / size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dvt_buffer.h31 static inline void scr_memsetw(u16 *s, u16 c, unsigned int count) argument
33 count /= 2;
34 while (count--)
40 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) argument
42 count /= 2;
43 while (count--)
49 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) argument
52 scr_memcpyw(d, s, count);
54 count /= 2;
55 d += 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 Dvt_buffer.h31 static inline void scr_memsetw(u16 *s, u16 c, unsigned int count) argument
33 count /= 2;
34 while (count--)
40 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) argument
42 count /= 2;
43 while (count--)
49 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) argument
52 scr_memcpyw(d, s, count);
54 count /= 2;
55 d += count;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dbb_qsort.c17 void FAST_FUNC qsort_string_vector(char **sv, unsigned count) argument
19 qsort(sv, count, sizeof(char*), bb_pstrcmp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/mach-generic/
H A Dide.h52 unsigned int count)
55 insw(port, addr, count);
56 __ide_flush_dcache_range((unsigned long)addr, count * 2);
60 static inline void __ide_insl(unsigned long port, void *addr, unsigned int count) argument
63 insl(port, addr, count);
64 __ide_flush_dcache_range((unsigned long)addr, count * 4);
69 unsigned long count)
72 outsw(port, addr, count);
73 __ide_flush_dcache_range((unsigned long)addr, count * 2);
78 unsigned long count)
51 __ide_insw(unsigned long port, void *addr, unsigned int count) argument
68 __ide_outsw(unsigned long port, const void *addr, unsigned long count) argument
77 __ide_outsl(unsigned long port, const void *addr, unsigned long count) argument
86 __ide_mm_insw(void __iomem *port, void *addr, u32 count) argument
94 __ide_mm_insl(void __iomem *port, void *addr, u32 count) argument
102 __ide_mm_outsw(void __iomem *port, void *addr, u32 count) argument
110 __ide_mm_outsl(void __iomem * port, void *addr, u32 count) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/mach-generic/
H A Dide.h52 unsigned int count)
55 insw(port, addr, count);
56 __ide_flush_dcache_range((unsigned long)addr, count * 2);
60 static inline void __ide_insl(unsigned long port, void *addr, unsigned int count) argument
63 insl(port, addr, count);
64 __ide_flush_dcache_range((unsigned long)addr, count * 4);
69 unsigned long count)
72 outsw(port, addr, count);
73 __ide_flush_dcache_range((unsigned long)addr, count * 2);
78 unsigned long count)
51 __ide_insw(unsigned long port, void *addr, unsigned int count) argument
68 __ide_outsw(unsigned long port, const void *addr, unsigned long count) argument
77 __ide_outsl(unsigned long port, const void *addr, unsigned long count) argument
86 __ide_mm_insw(void __iomem *port, void *addr, u32 count) argument
94 __ide_mm_insl(void __iomem *port, void *addr, u32 count) argument
102 __ide_mm_outsw(void __iomem *port, void *addr, u32 count) argument
110 __ide_mm_outsl(void __iomem * port, void *addr, u32 count) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dser-unix.h23 extern int ser_unix_read_prim (struct serial *scb, size_t count);
25 size_t count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dbb_qsort.c17 void FAST_FUNC qsort_string_vector(char **sv, unsigned count) argument
19 qsort(sv, count, sizeof(char*), bb_pstrcmp);

Completed in 265 milliseconds

1234567891011>>