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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpc.c42 uint32_t fcount; member in struct:__anon3570
70 c->fcount = avio_rl32(s->pb);
71 if((int64_t)c->fcount * sizeof(MPCFrame) >= UINT_MAX){
75 if(c->fcount){
76 c->frames = av_malloc(c->fcount * sizeof(MPCFrame));
104 st->duration = c->fcount;
125 if (c->curframe >= c->fcount && c->fcount)
146 if(cur == c->frames_noted && c->fcount){
159 pkt->data[1] = (c->curframe > c->fcount)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpc.c41 uint32_t fcount; member in struct:__anon2217
69 c->fcount = avio_rl32(s->pb);
70 if((int64_t)c->fcount * sizeof(MPCFrame) >= UINT_MAX){
74 if(c->fcount){
75 c->frames = av_malloc(c->fcount * sizeof(MPCFrame));
103 st->duration = c->fcount;
124 if (c->curframe >= c->fcount && c->fcount)
145 if(cur == c->frames_noted && c->fcount){
158 pkt->data[1] = (c->curframe > c->fcount)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mtrr/
H A Dif.c41 unsigned int *fcount = FILE_FCOUNT(file); local
45 if (fcount == NULL) {
46 fcount = kzalloc(max * sizeof *fcount, GFP_KERNEL);
47 if (!fcount)
49 FILE_FCOUNT(file) = fcount;
59 ++fcount[reg];
67 unsigned int *fcount = FILE_FCOUNT(file); local
79 if (fcount == NULL)
81 if (fcount[re
363 unsigned int *fcount = FILE_FCOUNT(file); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_osf.c203 int fmatch = FMATCH_WRONG, fcount = 0; local
332 fcount++;
350 if (!fcount && (info->flags & XT_OSF_LOG))
356 if (fcount)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dglobals.c243 extent fcount; /* Count of files in list */ variable
H A Dfileio.c177 fcount--; /* decrement count */
444 if (fcount)
446 extent fl_size = fcount * sizeof(struct flist far *);
447 if ((fl_size / sizeof(struct flist far *)) != fcount ||
453 qsort((char *)s, fcount, sizeof(struct flist far *), fqcmp);
454 for (k = j = fcount - 1; j > 0; j--)
457 fexpel(s[j]); /* fexpel() changes fcount */
465 qsort((char *)nodup, fcount, sizeof(struct flist far *), fqcmpz);
466 for (j = 1; j < fcount; j++)
779 fcount
[all...]
H A Dzip.h526 /* NOTE: zcount and fcount cannot exceed "size_t" (resp. "extent") range.
544 extern extent fcount; /* Count of names in found list */
H A Dzip.c2287 fcount = 0;
4410 fprintf(mesg, "sd: fcount = %u\n", (unsigned)fcount);
4417 Trace((stderr, "zip diagnostic: fcount=%u\n", (unsigned)fcount));
4736 if (filesync && all_current && fcount == 0) {
5463 Trace((stderr, "zip diagnostic: fcount=%u\n", (unsigned)fcount));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dauditfilter.c752 u32 fcount = old->field_count; local
758 entry = audit_init_entry(fcount);
782 memcpy(new->fields, old->fields, sizeof(struct audit_field) * fcount);
786 for (i = 0; i < fcount; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dvia-pmu.c906 size_t fcount = count; local
942 return fcount;

Completed in 206 milliseconds