Searched defs:maxcount (Results 1 - 6 of 6) sorted by relevance

/external/libvncserver/libvncserver/
H A Dcorre.c310 int maxcount = 0; local
335 if (counts[k] > maxcount) {
336 maxcount = counts[k];
H A Drre.c277 int maxcount = 0; local
302 if (counts[k] > maxcount) {
303 maxcount = counts[k];
/external/libvorbis/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]);
/external/e2fsprogs/e2fsck/
H A Ddict.c60 #define maxcount dict_maxcount macro
255 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp) argument
265 new->maxcount = maxcount;
335 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) argument
342 dict->maxcount = maxcount;
363 dict->maxcount = template->maxcount;
964 return dict->nodecount == dict->maxcount;
[all...]
/external/pcre/dist/
H A Dpcretest.c5221 int i, maxcount; local
5225 if (all_use_dfa || use_dfa) maxcount = use_size_offsets/2; else
5228 maxcount = (use_size_offsets == 2)? 1 : use_size_offsets/3;
5232 if (count > maxcount)
/external/elfutils/src/src/
H A Dreadelf.c9126 uint64_t maxcount = (size_t) (end - ptr) / (3 * addrsize); local
9127 if (count > maxcount)

Completed in 930 milliseconds