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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dbcmp.c6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
8 Compares the first @var{count} bytes of two areas of memory. Returns
10 @var{count} is zero. A nonzero result only indicates a difference,
23 bcmp (const void *s1, const void *s2, size_t count) argument
25 return memcmp (s1, s2, count);
H A Dbzero.c6 @deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
8 Zeros @var{count} bytes starting at @var{mem}. Use of this function
20 bzero (void *to, size_t count) argument
22 memset (to, 0, count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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/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-rt/router/gdb/libiberty/
H A Dbcmp.c6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
8 Compares the first @var{count} bytes of two areas of memory. Returns
10 @var{count} is zero. A nonzero result only indicates a difference,
23 bcmp (const void *s1, const void *s2, size_t count) argument
25 return memcmp (s1, s2, count);
H A Dbzero.c6 @deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
8 Zeros @var{count} bytes starting at @var{mem}. Use of this function
20 bzero (void *to, size_t count) argument
22 memset (to, 0, count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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-rt-6.x.4708/router/gdb/libiberty/
H A Dbcmp.c6 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
8 Compares the first @var{count} bytes of two areas of memory. Returns
10 @var{count} is zero. A nonzero result only indicates a difference,
23 bcmp (const void *s1, const void *s2, size_t count) argument
25 return memcmp (s1, s2, count);
H A Dbzero.c6 @deftypefn Supplemental void bzero (char *@var{mem}, int @var{count})
8 Zeros @var{count} bytes starting at @var{mem}. Use of this function
20 bzero (void *to, size_t count) argument
22 memset (to, 0, count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptpd/pptpd-1.3.3/debian/
H A Dpptpdconfig.pl14 my $count;
36 $count=0;
37 while ($count<=$#lines)
39 $line=$lines[$count];
44 $lines[$count]="${spaces}localip $localIp $IDString\n";
49 $lines[$count]="# removed by pptpdconfig --- ".$lines[$count]."\n";
57 $lines[$count]="${spaces}remoteip $remoteIp $IDString\n";
62 $lines[$count]="# removed by pptpdconfig --- ".$lines[$count]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pptpd/debian/
H A Dpptpdconfig.pl14 my $count;
36 $count=0;
37 while ($count<=$#lines)
39 $line=$lines[$count];
44 $lines[$count]="${spaces}localip $localIp $IDString\n";
49 $lines[$count]="# removed by pptpdconfig --- ".$lines[$count]."\n";
57 $lines[$count]="${spaces}remoteip $remoteIp $IDString\n";
62 $lines[$count]="# removed by pptpdconfig --- ".$lines[$count]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptpd/pptpd-1.3.3/debian/
H A Dpptpdconfig.pl14 my $count;
36 $count=0;
37 while ($count<=$#lines)
39 $line=$lines[$count];
44 $lines[$count]="${spaces}localip $localIp $IDString\n";
49 $lines[$count]="# removed by pptpdconfig --- ".$lines[$count]."\n";
57 $lines[$count]="${spaces}remoteip $remoteIp $IDString\n";
62 $lines[$count]="# removed by pptpdconfig --- ".$lines[$count]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptpd/pptpd-1.3.3/debian/
H A Dpptpdconfig.pl14 my $count;
36 $count=0;
37 while ($count<=$#lines)
39 $line=$lines[$count];
44 $lines[$count]="${spaces}localip $localIp $IDString\n";
49 $lines[$count]="# removed by pptpdconfig --- ".$lines[$count]."\n";
57 $lines[$count]="${spaces}remoteip $remoteIp $IDString\n";
62 $lines[$count]="# removed by pptpdconfig --- ".$lines[$count]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Dflash_mtd.h25 extern int flash_mtd_read(int offset, int count);
26 extern int MTDPartitionRead(const char *mtd_name, const unsigned char *buf, int offset, int count);
27 extern int FactoryRead(const unsigned char *buf, int offset, int count);
28 extern int linuxRead(const unsigned char *buf, int offset, int count);
29 extern int FlashRead(const unsigned char *dst, int src, int count);
30 extern int CalRead(const unsigned char *buf, int offset, int count);
31 extern int FRead(const unsigned char *buf, int addr, int count);
33 extern int MTDPartitionWrite(const char *mtd_name, const unsigned char *buf, int offset, int count);
34 extern int FactoryWrite(const unsigned char *buf, int offset, int count);
35 extern int FWrite(const unsigned char *buf, int addr, int count);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dmutex.h65 * __mutex_fastpath_lock - try to take the lock by moving the count
67 * @count: pointer of type atomic_t
70 * Change the count from 1 to a value lower than 1, and call <fail_fn> if
75 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
77 if (unlikely(__mutex_dec_return_lock(count) < 0))
78 fail_fn(count);
82 * __mutex_fastpath_lock_retval - try to take the lock by moving the count
84 * @count: pointer of type atomic_t
87 * Change the count from 1 to a value lower than 1, and call <fail_fn> if
92 __mutex_fastpath_lock_retval(atomic_t *count, in argument
109 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
127 __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/sh/include/asm/
H A Dmutex-llsc.h22 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
32 : "r" (&(count)->counter)
36 fail_fn(count);
40 __mutex_fastpath_lock_retval(atomic_t *count, int (*fail_fn)(atomic_t *)) argument
50 : "r" (&(count)->counter)
54 __res = fail_fn(count);
60 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
70 : "r" (&(count)->counter)
74 fail_fn(count);
88 __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/arch/sh/include/asm/
H A Dmutex-llsc.h22 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
32 : "r" (&(count)->counter)
36 fail_fn(count);
40 __mutex_fastpath_lock_retval(atomic_t *count, int (*fail_fn)(atomic_t *)) argument
50 : "r" (&(count)->counter)
54 __res = fail_fn(count);
60 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
70 : "r" (&(count)->counter)
74 fail_fn(count);
88 __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/arch/arm/include/asm/
H A Dmutex.h28 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
39 : "r" (&(count)->counter)
44 fail_fn(count);
48 __mutex_fastpath_lock_retval(atomic_t *count, int (*fail_fn)(atomic_t *)) argument
59 : "r" (&(count)->counter)
64 __res = fail_fn(count);
74 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
85 : "r" (&(count)->counter)
90 fail_fn(count);
107 __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/powerpc/include/asm/
H A Dmutex.h65 * __mutex_fastpath_lock - try to take the lock by moving the count
67 * @count: pointer of type atomic_t
70 * Change the count from 1 to a value lower than 1, and call <fail_fn> if
75 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
77 if (unlikely(__mutex_dec_return_lock(count) < 0))
78 fail_fn(count);
82 * __mutex_fastpath_lock_retval - try to take the lock by moving the count
84 * @count: pointer of type atomic_t
87 * Change the count from 1 to a value lower than 1, and call <fail_fn> if
92 __mutex_fastpath_lock_retval(atomic_t *count, in argument
109 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
127 __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/arm/include/asm/
H A Dmutex.h28 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
39 : "r" (&(count)->counter)
44 fail_fn(count);
48 __mutex_fastpath_lock_retval(atomic_t *count, int (*fail_fn)(atomic_t *)) argument
59 : "r" (&(count)->counter)
64 __res = fail_fn(count);
74 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) argument
85 : "r" (&(count)->counter)
90 fail_fn(count);
107 __mutex_fastpath_trylock(atomic_t *count, in argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pptpd/debian/
H A Dpptpdconfig.pl14 my $count;
36 $count=0;
37 while ($count<=$#lines)
39 $line=$lines[$count];
44 $lines[$count]="${spaces}localip $localIp $IDString\n";
49 $lines[$count]="# removed by pptpdconfig --- ".$lines[$count]."\n";
57 $lines[$count]="${spaces}remoteip $remoteIp $IDString\n";
62 $lines[$count]="# removed by pptpdconfig --- ".$lines[$count]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Dflash_mtd.h25 extern int flash_mtd_read(int offset, int count);
26 extern int MTDPartitionRead(const char *mtd_name, const unsigned char *buf, int offset, int count);
27 extern int FactoryRead(const unsigned char *buf, int offset, int count);
28 extern int linuxRead(const unsigned char *buf, int offset, int count);
29 extern int FlashRead(const unsigned char *dst, int src, int count);
30 extern int CalRead(const unsigned char *buf, int offset, int count);
31 extern int FRead(const unsigned char *buf, int addr, int count);
33 extern int MTDPartitionWrite(const char *mtd_name, const unsigned char *buf, int offset, int count);
34 extern int FactoryWrite(const unsigned char *buf, int offset, int count);
35 extern int FWrite(const unsigned char *buf, int addr, int count);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pptpd/debian/
H A Dpptpdconfig.pl14 my $count;
36 $count=0;
37 while ($count<=$#lines)
39 $line=$lines[$count];
44 $lines[$count]="${spaces}localip $localIp $IDString\n";
49 $lines[$count]="# removed by pptpdconfig --- ".$lines[$count]."\n";
57 $lines[$count]="${spaces}remoteip $remoteIp $IDString\n";
62 $lines[$count]="# removed by pptpdconfig --- ".$lines[$count]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Dflash_mtd.h25 extern int flash_mtd_read(int offset, int count);
26 extern int MTDPartitionRead(const char *mtd_name, const unsigned char *buf, int offset, int count);
27 extern int FactoryRead(const unsigned char *buf, int offset, int count);
28 extern int linuxRead(const unsigned char *buf, int offset, int count);
29 extern int FlashRead(const unsigned char *dst, int src, int count);
30 extern int CalRead(const unsigned char *buf, int offset, int count);
31 extern int FRead(const unsigned char *buf, int addr, int count);
33 extern int MTDPartitionWrite(const char *mtd_name, const unsigned char *buf, int offset, int count);
34 extern int FactoryWrite(const unsigned char *buf, int offset, int count);
35 extern int FWrite(const unsigned char *buf, int addr, int count);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/
H A Dio.c19 void memcpy_fromio(void *to, const volatile void __iomem *from, unsigned long count) argument
26 if ((count >= 0x20) &&
46 "cmp/hi %1, %2 ! T if 32 > count \n\t"
53 : "=&r" (to), "=&r" (count),
56 : "7"(from), "0" (to), "1" (count)
62 for (; count > 3; count -= 4) {
69 for (; count > 0; count--) {
82 void memcpy_toio(volatile void __iomem *to, const void *from, unsigned long count) argument
106 memset_io(volatile void __iomem *dst, int c, unsigned long count) argument
[all...]

Completed in 228 milliseconds

1234567891011>>