HomeSort by relevance Sort by last modified time
    Searched refs:dictionaryCnt (Results 1 - 4 of 4) sorted by null

  /external/honggfuzz/
mangle.c 109 if (run->global->dictionaryCnt == 0) {
114 uint64_t choice = util_rndGet(0, run->global->dictionaryCnt - 1);
127 if (run->global->dictionaryCnt == 0) {
134 uint64_t choice = util_rndGet(0, run->global->dictionaryCnt - 1);
input.c 233 hfuzz->dictionaryCnt += 1;
238 LOG_I("Loaded %zu words from the dictionary", hfuzz->dictionaryCnt);
honggfuzz.h 227 size_t dictionaryCnt;
cmdline.c 257 .dictionaryCnt = 0,

Completed in 3408 milliseconds