Searched refs:cnt (Results 101 - 125 of 971) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dstrptime.c256 int cnt; local
315 for (cnt = 0; cnt < 7; ++cnt)
320 if (match_string (_NL_CURRENT (LC_TIME, DAY_1 + cnt), rp))
323 && strcmp (_NL_CURRENT (LC_TIME, DAY_1 + cnt),
324 weekday_name[cnt]))
328 if (match_string (_NL_CURRENT (LC_TIME, ABDAY_1 + cnt), rp))
331 && strcmp (_NL_CURRENT (LC_TIME, ABDAY_1 + cnt),
332 ab_weekday_name[cnt]))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drcutorture.c558 int cnt = 0; local
562 cnt += sprintf(&page[cnt], "%s%s per-CPU(idx=%d):",
565 cnt += sprintf(&page[cnt], " %d(%d,%d)", cpu,
569 cnt += sprintf(&page[cnt], "\n");
570 return cnt;
908 int cnt = 0; local
924 cnt
974 int cnt; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-io.c132 unsigned int *cnt; local
138 cnt = &sp->i_count;
143 cnt = &sp->q_count;
148 cnt = &sp->r_count;
156 (*cnt)--;
160 " bufferPool %8s dec cap=%07d cnt=%02d",
161 pvr2_buffer_state_decode(bp->state),*bcnt,*cnt);
202 " bufferPool %8s inc cap=%07d cnt=%02d",
228 " bufferPool %8s inc cap=%07d cnt=%02d",
253 " bufferPool %8s inc cap=%07d cnt
300 pvr2_stream_buffer_count(struct pvr2_stream *sp,unsigned int cnt) argument
372 unsigned int cnt; local
553 pvr2_stream_set_buffer_count(struct pvr2_stream *sp,unsigned int cnt) argument
643 pvr2_buffer_set_buffer(struct pvr2_buffer *bp,void *ptr,unsigned int cnt) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dbfind.c159 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) argument
169 if (cnt < 0) {
170 cnt = -cnt;
171 while (cnt > fd->record) {
172 cnt -= fd->record + 1;
187 fd->record -= cnt;
189 while (cnt >= bnode->num_recs - fd->record) {
190 cnt -= bnode->num_recs - fd->record;
205 fd->record += cnt;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dbfind.c150 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) argument
160 if (cnt < 0) {
161 cnt = -cnt;
162 while (cnt > fd->record) {
163 cnt -= fd->record + 1;
178 fd->record -= cnt;
180 while (cnt >= bnode->num_recs - fd->record) {
181 cnt -= bnode->num_recs - fd->record;
196 fd->record += cnt;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dbfind.c182 int hfs_brec_goto(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd, int cnt) argument
192 if (cnt < 0) {
193 cnt = -cnt;
194 while (cnt > fd->record) {
195 cnt -= fd->record + 1;
210 fd->record -= cnt;
212 while (cnt >= bnode->num_recs - fd->record) {
213 cnt -= bnode->num_recs - fd->record;
228 fd->record += cnt;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dio_trapped.c222 static unsigned long from_device(void *dst, const void *src, unsigned long cnt) argument
228 pr_debug("trapped io read 0x%08lx (%ld)\n", src_addr, cnt);
234 return cnt;
237 max_t(unsigned long, cnt,
239 (unsigned long)dst, cnt);
245 static unsigned long to_device(void *dst, const void *src, unsigned long cnt) argument
251 pr_debug("trapped io write 0x%08lx (%ld)\n", dst_addr, cnt);
257 return cnt;
259 tmp = copy_word((unsigned long)src, cnt,
260 dst_addr, max_t(unsigned long, cnt,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dapi_flags.c159 u_int cnt; local
169 cnt = app == NULL ? 100 : (u_int)(api_end - api_list) + 100;
170 if ((api_list = realloc(api_list, sizeof(API *) * cnt)) == NULL)
172 api_end = api_list + cnt;
173 app = api_list + (cnt - 100);
204 cnt = fpp == NULL ? 100 : (u_int)(flag_end - flag_list) + 100;
206 realloc(flag_list, sizeof(FLAG *) * cnt)) == NULL)
208 flag_end = flag_list + cnt;
209 fpp = flag_list + (cnt - 100);
232 cnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2acl.c292 U_INT cnt, offs; local
300 for (cnt = 0; cnt < ai -> acc_count; cnt++)
302 al[cnt].acl_ugname, al[cnt].acl_access);
335 U_INT cnt; local
347 for (cnt = 0; cnt < ai -> acc_count; cnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dos2acl.c292 U_INT cnt, offs; local
300 for (cnt = 0; cnt < ai -> acc_count; cnt++)
302 al[cnt].acl_ugname, al[cnt].acl_access);
335 U_INT cnt; local
347 for (cnt = 0; cnt < ai -> acc_count; cnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemblock.c37 pr_info(" %s.cnt = 0x%lx\n", name, region->cnt);
39 for (i = 0; i < region->cnt; i++) {
92 for (i = r; i < rgn->cnt - 1; i++) {
96 rgn->cnt--;
114 memblock.memory.cnt = 1;
119 memblock.reserved.cnt = 1;
128 for (i = 0; i < memblock.memory.cnt; i++)
137 if ((rgn->cnt == 1) && (rgn->region[0].size == 0)) {
144 for (i = 0; i < rgn->cnt;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_dup.c30 db_indx_t cnt, *inp, offset; local
70 for (cnt = 0; cnt < NUM_ENT(pagep); ++cnt)
71 if (inp[cnt] < offset)
72 inp[cnt] += nbytes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_dfs.c19 uint32_t cnt; local
36 for (cnt = 0; cnt < fce_calc_size(ha->fce_bufs) / 4; cnt++) {
37 if (cnt % 8 == 0)
39 (unsigned long long)((cnt * 4) + fce_start));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c60 u64 cnt = read_c0_cvmcount(); local
63 "dmultu\t%[cnt],%[mult]\n\t"
72 : [cnt] "r" (cnt), [mult] "r" (mult), [shift] "r" (shift)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/timer/
H A Dtpu.c83 unsigned int cnt; local
86 calc_param(cnt, div, divide_rate, 0x10000);
98 ctrl_outw(cnt, TPUBASE + _GRA);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dupdate_passwd.c27 int cnt = 0; local
92 cnt++;
106 ret = cnt; /* whee, success! */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compare.c193 size_t cnt, len; local
198 cnt = 1;
200 for (p1 = a->data, p2 = b->data; len--; ++p1, ++p2, ++cnt)
202 return (cnt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/transapp/
H A Dwritetest.cs26 int bytes, ch, cnt, fd, ops;
68 for (cnt = 0; cnt < ops; ++cnt) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dwritetest.cs26 int bytes, ch, cnt, fd, ops;
68 for (cnt = 0; cnt < ops; ++cnt) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dg72x.cpp325 int cnt; local
434 for (cnt = 0; cnt < 6; cnt++) {
436 state_ptr->b[cnt] -= state_ptr->b[cnt] >> 9;
438 state_ptr->b[cnt] -= state_ptr->b[cnt] >> 8;
440 if ((dq ^ state_ptr->dq[cnt]) >= 0)
441 state_ptr->b[cnt]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dmlx4_en.h152 #define INC_PERF_COUNTER(cnt) (++(cnt))
153 #define ADD_PERF_COUNTER(cnt, add) ((cnt) += (add))
154 #define AVG_PERF_COUNTER(cnt, sample) \
155 ((cnt) = ((cnt) * (AVG_SIZE - 1) + (sample) * AVG_FACTOR) / AVG_SIZE)
156 #define GET_PERF_COUNTER(cnt) (cnt)
157 #define GET_AVG_PERF_COUNTER(cnt) ((cn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dvnic_wq_copy.h71 unsigned int cnt; local
74 cnt = (index - wq->to_clean_index) + 1;
76 cnt = wq->ring.desc_count - wq->to_clean_index + index + 1;
79 wq->ring.desc_avail += cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp4_debugfs.c77 int cnt; local
92 cnt = sscanf(mdp4_debug_buf, "%x", &data);
93 if (cnt < 1) {
94 printk(KERN_ERR "%s: sscanf failed cnt=%d" , __func__, cnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_vegas.h20 extern void tcp_vegas_pkts_acked(struct sock *sk, u32 cnt, s32 rtt_us);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_kdb.c25 int cnt = 0, cpu; local
64 if (!cnt)
66 cnt++;
78 if (!cnt)

Completed in 263 milliseconds

1234567891011>>