Searched refs:fcount (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb016.tcl56 set fcount 0
62 while { [gets $fdid str] != -1 && $fcount < $nentries } {
91 incr fcount
H A Dsdb003.tcl61 set fcount 0
73 while { [gets $fdid str] != -1 && $fcount < $nentries } {
114 incr fcount
166 if { [expr $fcount % 100] == 0 } {
167 puts -nonewline "$fcount "
H A Dsdb004.tcl77 set fcount [llength $file_list]
78 if { $txnenv == 1 && $fcount > 100 } {
80 set fcount 100
86 for {set i 1} {$i <= $fcount} {set i [incr i]} {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/mtrr/
H A Dif.c43 unsigned int *fcount = FILE_FCOUNT(file); local
46 if (fcount == NULL) {
47 fcount = kzalloc(max * sizeof *fcount, GFP_KERNEL);
48 if (!fcount)
50 FILE_FCOUNT(file) = fcount;
60 ++fcount[reg];
69 unsigned int *fcount = FILE_FCOUNT(file); local
80 if (fcount == NULL)
82 if (fcount[re
345 unsigned int *fcount = FILE_FCOUNT(file); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpc.c38 uint32_t fcount; member in struct:__anon691
86 c->fcount = get_le32(s->pb);
87 if((int64_t)c->fcount * sizeof(MPCFrame) >= UINT_MAX){
91 c->frames = av_malloc(c->fcount * sizeof(MPCFrame));
112 s->duration = (int64_t)c->fcount * MPC_FRAMESIZE * AV_TIME_BASE / st->codec->sample_rate;
123 if (c->curframe >= c->fcount)
158 pkt->data[1] = (c->curframe > c->fcount);
204 if(timestamp < 0 || timestamp >= c->fcount)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dauditfilter.c872 u32 fcount = old->field_count; local
878 entry = audit_init_entry(fcount);
893 memcpy(new->fields, old->fields, sizeof(struct audit_field) * fcount);
897 for (i = 0; i < fcount; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-pmu.c895 unsigned long fcount = count; local
931 return fcount;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DNCR53C9x.c1570 #define fcount(__esp, __eregs) \ macro
1638 if(2 != fcount(esp, eregs))
3179 if(!fcount(esp, eregs) &&

Completed in 95 milliseconds