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

1 2

  /external/capstone/suite/benchmark/
test_iter_benchmark.c 78 int maxcount = 10000000; local
80 for (i = 0; i < maxcount;) {
  /external/libvncserver/libvncserver/
rre.c 277 int maxcount = 0; local
302 if (counts[k] > maxcount) {
303 maxcount = counts[k];
corre.c 310 int maxcount = 0; local
335 if (counts[k] > maxcount) {
336 maxcount = counts[k];
  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
demangler-fuzzer.c 43 fprintf (fp, " -m MAXCOUNT Exit after MAXCOUNT symbols.\n");
55 int count = 0, maxcount = DEFAULT_MAXCOUNT; local
79 maxcount = atoi (optarg);
90 while (maxcount < 0 || count < maxcount)
  /external/e2fsprogs/lib/support/
dict.c 66 #define maxcount dict_maxcount macro
261 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp)
271 new->maxcount = maxcount;
341 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp)
348 dict->maxcount = maxcount;
369 dict->maxcount = template->maxcount;
970 return dict->nodecount == dict->maxcount;
    [all...]
  /external/f2fs-tools/fsck/
dict.c 61 #define maxcount dict_maxcount macro
248 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp)
258 new->maxcount = maxcount;
324 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp)
331 dict->maxcount = maxcount;
351 dict->maxcount = template->maxcount;
940 return dict->nodecount == dict->maxcount;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
video_encoder_device_copper.h 51 unsigned long maxcount; member in struct:msm_venc_allocatorproperty
  /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/msm8994/kernel-headers/linux/
msm_vidc_enc.h 299 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 171 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_vidc_enc.h 528 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 244 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_vidc_enc.h 299 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 171 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_vidc_enc.h 528 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 244 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_vidc_enc.h 299 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 171 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_vidc_enc.h 528 unsigned long maxcount; member in struct:venc_allocatorproperty
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_vidc_enc.h 299 unsigned long maxcount; member in struct:venc_allocatorproperty
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_vidc_enc.h 528 unsigned long maxcount; member in struct:venc_allocatorproperty
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 284 uint32_t maxcount; member in struct:vdpp_allocatorproperty

Completed in 633 milliseconds

1 2