Searched refs:maxcount (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Ddistribution.c95 long maxcount=0; local
138 long maxcount=0,i,j; local
140 if(countarray[i]>maxcount)maxcount=countarray[i];
144 int stars=rint(50./maxcount*countarray[ptr]);
228 long maxcount=0,i,j; local
230 if(countarray[i]>maxcount)maxcount=countarray[i];
235 int stars=rint(50./maxcount*countarray[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4xdr.c2187 unsigned long maxcount; local
2198 maxcount = svc_max_payload(resp->rqstp);
2199 if (maxcount > read->rd_length)
2200 maxcount = read->rd_length;
2202 len = maxcount;
2217 &maxcount);
2223 eof = (read->rd_offset + maxcount >=
2227 WRITE32(maxcount);
2231 resp->xbuf->page_len = maxcount;
2236 if (maxcount
2249 int maxcount; local
2291 int maxcount; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dhash.c44 #define maxcount hash_maxcount macro
292 hash_t *hash_create(hashcount_t maxcount, hash_comp_t compfun, argument
309 hash->maxcount = maxcount;
399 hash_t *hash_init(hash_t *hash, hashcount_t maxcount, argument
411 hash->maxcount = maxcount;
525 assert (hash->nodecount < hash->maxcount); /* 1 */
729 return hash->nodecount == hash->maxcount;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.c44 #define maxcount hash_maxcount macro
292 hash_t *hash_create(hashcount_t maxcount, hash_comp_t compfun, argument
309 hash->maxcount = maxcount;
399 hash_t *hash_init(hash_t *hash, hashcount_t maxcount, argument
411 hash->maxcount = maxcount;
525 assert (hash->nodecount < hash->maxcount); /* 1 */
729 return hash->nodecount == hash->maxcount;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-core.c224 unsigned int maxcount; local
226 maxcount = 1024 / saa7134_buffer_pages(size);
227 if (count > maxcount)
228 count = maxcount;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dreply.c1899 ssize_t maxcount,mincount; local
1979 maxcount = (SVAL(inbuf,smb_vwv3) & 0xFFFF);
1983 maxcount = MIN(65535,maxcount);
1985 if (!is_locked(fsp,conn,(SMB_BIG_UINT)maxcount,(SMB_BIG_UINT)startpos, READ_LOCK)) {
1987 SMB_OFF_T sizeneeded = startpos + maxcount;
2000 nread = MIN(maxcount,(size - startpos));
2009 (int)maxcount, (int)mincount, (int)nread ) );
4898 size_t maxcount; local
4917 maxcount
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsis900.c1130 int i, maxcount=10; local
1140 for (i=0; i < maxcount; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c254 #define maxcount dict_maxcount macro
380 static dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) argument
385 dict->maxcount = maxcount;
613 #undef maxcount macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dprinting.c684 int qcount, snum, maxcount, total_jobs; member in struct:traverse_struct

Completed in 157 milliseconds