Home
last modified time | relevance | path

Searched refs:UINT32_SIZE (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/getjspandafile_fuzzer/
H A Dgetjspandafile_fuzzer.cpp27 constexpr size_t UINT32_SIZE = sizeof(uint32_t); in GetJSPandaFileFuzzTest() local
30 constexpr size_t MIN_SIZE_REQUIRED = UINT32_SIZE * 3; in GetJSPandaFileFuzzTest()
47 data += UINT32_SIZE; in GetJSPandaFileFuzzTest()
48 size -= UINT32_SIZE; in GetJSPandaFileFuzzTest()
54 data += UINT32_SIZE; in GetJSPandaFileFuzzTest()
55 size -= UINT32_SIZE; in GetJSPandaFileFuzzTest()
58 data += UINT32_SIZE; in GetJSPandaFileFuzzTest()
59 size -= UINT32_SIZE; in GetJSPandaFileFuzzTest()

Completed in 1 milliseconds