Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dutils.c59 static int countdown_to_fail = 0; // 0 = off variable
97 countdown_to_fail = atoi(malloc_fail_at_str); in Increment()
109 (void)countdown_to_fail; in Increment()
174 if (countdown_to_fail > 0 && --countdown_to_fail == 0) { in CheckSizeArgumentsOverflow()