Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/include/share/
H A Dalloc.h67 extern int alloc_check_threshold, alloc_check_counter;
70 if(alloc_check_threshold == INT32_MAX) in alloc_check()
72 else if(alloc_check_counter++ == alloc_check_threshold) in alloc_check()
/aosp_15_r20/external/flac/oss-fuzz/
H A Dcommon.h1 extern int alloc_check_threshold, alloc_check_counter;
2 int alloc_check_threshold = INT32_MAX, alloc_check_counter = 0; variable
H A Dencoder_v2.cc74 alloc_check_threshold = data[2]; in LLVMFuzzerTestOneInput()
171 alloc_check_threshold = INT32_MAX; in LLVMFuzzerTestOneInput()
330 alloc_check_threshold < INT32_MAX))) { in LLVMFuzzerTestOneInput()
H A Dseek.cc74 alloc_check_threshold = data[1]; in LLVMFuzzerTestOneInput()
76 alloc_check_threshold = INT32_MAX; in LLVMFuzzerTestOneInput()
H A Dmetadata.cc65 alloc_check_threshold = data[1]; in LLVMFuzzerTestOneInput()
67 alloc_check_threshold = INT32_MAX; in LLVMFuzzerTestOneInput()