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

  /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_dec.h 140 uint32_t maxcount; member in struct:vdec_allocatorproperty
msm_vidc_enc.h 250 unsigned long maxcount; member in struct:venc_allocatorproperty
  /external/kernel-headers/original/linux/
msm_vidc_dec.h 221 uint32_t maxcount; member in struct:vdec_allocatorproperty
msm_vidc_enc.h 458 unsigned long maxcount; member in struct:venc_allocatorproperty

Completed in 353 milliseconds