HomeSort by relevance Sort by last modified time
    Searched defs:maxcount (Results 1 - 6 of 6) sorted by null

  /external/libvorbis/vq/
distribution.c 95 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/
dict.c 60 #define maxcount dict_maxcount macro
255 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp)
265 new->maxcount = maxcount;
335 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp)
342 dict->maxcount = maxcount;
363 dict->maxcount = template->maxcount;
964 return dict->nodecount == dict->maxcount;
    [all...]
  /bionic/libc/kernel/common/linux/
msm_vidc_enc.h 270 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 160 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /external/kernel-headers/original/linux/
msm_vidc_enc.h 471 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 228 uint32_t maxcount; member in struct:vdec_allocatorproperty

Completed in 214 milliseconds