Searched defs:rtSize (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/lz4/ossfuzz/ |
H A D | compress_fuzzer.c | 36 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 D | compress_hc_fuzzer.c | 38 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 D | round_trip_frame_fuzzer.c | 34 size_t const rtSize = FUZZ_decompressFrame(rt, size, dst, dstSize); in LLVMFuzzerTestOneInput() local
|
H A D | round_trip_hc_fuzzer.c | 35 int const rtSize = LZ4_decompress_safe(dst, rt, dstSize, size); in LLVMFuzzerTestOneInput() local
|
H A D | compress_frame_fuzzer.c | 38 size_t const rtSize = FUZZ_decompressFrame(rt, size, dst, dstSize); in LLVMFuzzerTestOneInput() local
|
H A D | round_trip_fuzzer.c | 40 int const rtSize = LZ4_decompress_safe(dst, rt, dstSize, size); in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/deqp/modules/internal/ |
H A D | ditFrameworkTests.cpp | 604 tcu::IVec3 rtSize; // (width, height, samples) member
|