Home
last modified time | relevance | path

Searched defs:rtSize (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/lz4/ossfuzz/
H A Dcompress_fuzzer.c36 int const rtSize = LZ4_decompress_safe(dst, rt, dstSize, size); in LLVMFuzzerTestOneInput() local
48 int const rtSize = LZ4_decompress_safe(dst, rt, dstSize, size); in LLVMFuzzerTestOneInput() local
H A Dcompress_hc_fuzzer.c38 int const rtSize = LZ4_decompress_safe(dst, rt, dstSize, size); in LLVMFuzzerTestOneInput() local
53 int const rtSize = LZ4_decompress_safe(dst, rt, dstSize, size); in LLVMFuzzerTestOneInput() local
H A Dround_trip_frame_fuzzer.c34 size_t const rtSize = FUZZ_decompressFrame(rt, size, dst, dstSize); in LLVMFuzzerTestOneInput() local
H A Dround_trip_hc_fuzzer.c35 int const rtSize = LZ4_decompress_safe(dst, rt, dstSize, size); in LLVMFuzzerTestOneInput() local
H A Dcompress_frame_fuzzer.c38 size_t const rtSize = FUZZ_decompressFrame(rt, size, dst, dstSize); in LLVMFuzzerTestOneInput() local
H A Dround_trip_fuzzer.c40 int const rtSize = LZ4_decompress_safe(dst, rt, dstSize, size); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/deqp/modules/internal/
H A DditFrameworkTests.cpp604 tcu::IVec3 rtSize; // (width, height, samples) member