Home
last modified time | relevance | path

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

/system/nfc/utils/test/ringbuffer_fuzzer/
Dringbuffer_fuzzer.cpp50 size_t bytes_to_grab = Data[i++]; in LLVMFuzzerTestOneInput() local
51 uint8_t* copy_buffer = (uint8_t*)malloc(bytes_to_grab); in LLVMFuzzerTestOneInput()
57 ringbuffer_peek(buffer, offset, copy_buffer, (size_t)bytes_to_grab); in LLVMFuzzerTestOneInput()
66 size_t bytes_to_grab = Data[i++]; in LLVMFuzzerTestOneInput() local
67 uint8_t* copy_buffer = (uint8_t*)malloc(bytes_to_grab); in LLVMFuzzerTestOneInput()
68 ringbuffer_pop(buffer, copy_buffer, bytes_to_grab); in LLVMFuzzerTestOneInput()