Searched refs:count (Results 151 - 175 of 15364) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/librpc/ndr/
H A Dndr_svcctl.h22 _PUBLIC_ enum ndr_err_code ndr_push_ENUM_SERVICE_STATUSW_array(struct ndr_push *ndr, uint32_t count, struct ENUM_SERVICE_STATUSW *r);
23 _PUBLIC_ enum ndr_err_code ndr_pull_ENUM_SERVICE_STATUSW_array(struct ndr_pull *ndr, uint32_t count, struct ENUM_SERVICE_STATUSW *r);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/librpc/ndr/
H A Dndr_svcctl.h22 _PUBLIC_ enum ndr_err_code ndr_push_ENUM_SERVICE_STATUSW_array(struct ndr_push *ndr, uint32_t count, struct ENUM_SERVICE_STATUSW *r);
23 _PUBLIC_ enum ndr_err_code ndr_pull_ENUM_SERVICE_STATUSW_array(struct ndr_pull *ndr, uint32_t count, struct ENUM_SERVICE_STATUSW *r);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.mi/
H A Dgdb680.exp31 proc do_test {count} {
34 "-data-list-register-names -1, try $count"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_stats.h39 # define XQM_STATS_INC(count) ( (count)++ )
46 # define XQM_STATS_INC(count) do { } while (0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Dkill.c201 rl_kill_word (count, key)
202 int count, key;
206 if (count < 0)
207 return (rl_backward_kill_word (-count, key));
211 rl_forward_word (count, key);
225 rl_backward_kill_word (count, ignore)
226 int count, ignore;
230 if (count < 0)
231 return (rl_kill_word (-count, ignore));
235 rl_backward_word (count, ignor
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Dkill.c201 rl_kill_word (count, key)
202 int count, key;
206 if (count < 0)
207 return (rl_backward_kill_word (-count, key));
211 rl_forward_word (count, key);
225 rl_backward_kill_word (count, ignore)
226 int count, ignore;
230 if (count < 0)
231 return (rl_kill_word (-count, ignore));
235 rl_backward_word (count, ignor
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Dkill.c201 rl_kill_word (count, key)
202 int count, key;
206 if (count < 0)
207 return (rl_backward_kill_word (-count, key));
211 rl_forward_word (count, key);
225 rl_backward_kill_word (count, ignore)
226 int count, ignore;
230 if (count < 0)
231 return (rl_kill_word (-count, ignore));
235 rl_backward_word (count, ignor
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/lib/
H A Dhz.h34 unsigned int count = 0; local
39 if (n < count+2)
46 return count+2;
50 s += 2; count += 2;
51 if (n < count+1)
56 s += 2; count += 2;
57 if (n < count+1)
64 s += 2; count += 2;
65 if (n < count+1)
77 return count
111 int count = (state ? 3 : 1); local
131 int count = (state ? 2 : 4); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/lib/
H A Dhz.h34 unsigned int count = 0; local
39 if (n < count+2)
46 return count+2;
50 s += 2; count += 2;
51 if (n < count+1)
56 s += 2; count += 2;
57 if (n < count+1)
64 s += 2; count += 2;
65 if (n < count+1)
77 return count
111 int count = (state ? 3 : 1); local
131 int count = (state ? 2 : 4); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/lib/
H A Dhz.h34 unsigned int count = 0; local
39 if (n < count+2)
46 return count+2;
50 s += 2; count += 2;
51 if (n < count+1)
56 s += 2; count += 2;
57 if (n < count+1)
64 s += 2; count += 2;
65 if (n < count+1)
77 return count
111 int count = (state ? 3 : 1); local
131 int count = (state ? 2 : 4); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dsmbprofile.h38 #define smbd_idle_count __profile_stats_value(PR_VALUE_SMBD_IDLE, count)
43 #define syscall_opendir_count __profile_stats_value(PR_VALUE_SYSCALL_OPENDIR, count)
47 #define syscall_readdir_count __profile_stats_value(PR_VALUE_SYSCALL_READDIR, count)
51 #define syscall_seekdir_count __profile_stats_value(PR_VALUE_SYSCALL_SEEKDIR, count)
55 #define syscall_telldir_count __profile_stats_value(PR_VALUE_SYSCALL_TELLDIR, count)
59 #define syscall_rewinddir_count __profile_stats_value(PR_VALUE_SYSCALL_REWINDDIR, count)
63 #define syscall_mkdir_count __profile_stats_value(PR_VALUE_SYSCALL_MKDIR, count)
67 #define syscall_rmdir_count __profile_stats_value(PR_VALUE_SYSCALL_RMDIR, count)
71 #define syscall_closedir_count __profile_stats_value(PR_VALUE_SYSCALL_CLOSEDIR, count)
75 #define syscall_open_count __profile_stats_value(PR_VALUE_SYSCALL_OPEN, count)
771 unsigned count[PR_VALUE_MAX]; member in struct:profile_stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Dsmbprofile.h38 #define smbd_idle_count __profile_stats_value(PR_VALUE_SMBD_IDLE, count)
43 #define syscall_opendir_count __profile_stats_value(PR_VALUE_SYSCALL_OPENDIR, count)
47 #define syscall_readdir_count __profile_stats_value(PR_VALUE_SYSCALL_READDIR, count)
51 #define syscall_seekdir_count __profile_stats_value(PR_VALUE_SYSCALL_SEEKDIR, count)
55 #define syscall_telldir_count __profile_stats_value(PR_VALUE_SYSCALL_TELLDIR, count)
59 #define syscall_rewinddir_count __profile_stats_value(PR_VALUE_SYSCALL_REWINDDIR, count)
63 #define syscall_mkdir_count __profile_stats_value(PR_VALUE_SYSCALL_MKDIR, count)
67 #define syscall_rmdir_count __profile_stats_value(PR_VALUE_SYSCALL_RMDIR, count)
71 #define syscall_closedir_count __profile_stats_value(PR_VALUE_SYSCALL_CLOSEDIR, count)
75 #define syscall_open_count __profile_stats_value(PR_VALUE_SYSCALL_OPEN, count)
771 unsigned count[PR_VALUE_MAX]; member in struct:profile_stats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Dsmbprofile.h38 #define smbd_idle_count __profile_stats_value(PR_VALUE_SMBD_IDLE, count)
43 #define syscall_opendir_count __profile_stats_value(PR_VALUE_SYSCALL_OPENDIR, count)
47 #define syscall_readdir_count __profile_stats_value(PR_VALUE_SYSCALL_READDIR, count)
51 #define syscall_seekdir_count __profile_stats_value(PR_VALUE_SYSCALL_SEEKDIR, count)
55 #define syscall_telldir_count __profile_stats_value(PR_VALUE_SYSCALL_TELLDIR, count)
59 #define syscall_rewinddir_count __profile_stats_value(PR_VALUE_SYSCALL_REWINDDIR, count)
63 #define syscall_mkdir_count __profile_stats_value(PR_VALUE_SYSCALL_MKDIR, count)
67 #define syscall_rmdir_count __profile_stats_value(PR_VALUE_SYSCALL_RMDIR, count)
71 #define syscall_closedir_count __profile_stats_value(PR_VALUE_SYSCALL_CLOSEDIR, count)
75 #define syscall_open_count __profile_stats_value(PR_VALUE_SYSCALL_OPEN, count)
771 unsigned count[PR_VALUE_MAX]; member in struct:profile_stats
[all...]

Completed in 248 milliseconds

1234567891011>>