Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
H A Dadvanced_api_fuzzer.c84 size_t available_size = value + 1; in LLVMFuzzerTestOneInput() local
86 if (available_size > size) available_size = size; in LLVMFuzzerTestOneInput()
87 status = WebPIUpdate(idec, data, available_size); in LLVMFuzzerTestOneInput()
88 if (status != VP8_STATUS_SUSPENDED || available_size == size) break; in LLVMFuzzerTestOneInput()
89 available_size *= 2; in LLVMFuzzerTestOneInput()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_sqtt.c560 uint32_t available_size = (info->cur_offset * 32) / 1024; in si_get_thread_trace() local
566 expected_size, available_size); in si_get_thread_trace()

Completed in 2 milliseconds