HomeSort by relevance Sort by last modified time
    Searched defs:maxcount (Results 1 - 16 of 16) 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...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
video_encoder_device_copper.h 51 unsigned long maxcount; member in struct:msm_venc_allocatorproperty
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 383 GLsizei maxcount,
387 glGetCurrentContextPPAPI(), program, maxcount, count, shaders); local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_enc.h 272 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 169 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_enc.h 477 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 244 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_vidc_enc.h 296 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 167 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_vidc_enc.h 526 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 241 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_vidc_enc.h 299 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 170 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_vidc_enc.h 528 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 243 uint32_t maxcount; member in struct:vdec_allocatorproperty

Completed in 1461 milliseconds