Home
last modified time | relevance | path

Searched refs:DATA_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/test/fuzztest/libreport_fuzzer/
DLibReport_fuzzer.cpp21 char buf[DATA_MAX_SIZE] = { 0 }; in FuzzLibReport()
/developtools/hiperf/test/fuzztest/commandline_fuzzer/
DCommandLine_fuzzer.cpp24 char buf[DATA_MAX_SIZE] = { 0 }; in FuzzCommandLine()
/developtools/hiperf/include/
Dutilities.h75 constexpr const int DATA_MAX_SIZE = 1001; variable