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

  /external/honggfuzz/
cmdline.c 72 LOG_HELP("\t%s", opts[i].descr);
75 LOG_HELP(
79 LOG_HELP(" As above, provide input over STDIN:");
81 LOG_HELP(" Use compile-time instrumentation (libhfuzz/instrument.c):");
83 LOG_HELP(" Use SANCOV instrumentation:");
85 LOG_HELP(" Use persistent mode (libhfuzz/persistent.c) w/o instrumentation:");
87 LOG_HELP(" Use persistent mode (libhfuzz/persistent.c) and compile-time instrumentation:");
90 LOG_HELP(
93 LOG_HELP(" As above, maximize total no. of branches:");
95 LOG_HELP(" As above, maximize unique branches (edges) via Intel BTS:")
    [all...]
  /external/honggfuzz/libcommon/
log.h 35 #define LOG_HELP(...) logLog(HELP, __FUNCTION__, __LINE__, false, __VA_ARGS__);

Completed in 351 milliseconds