Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dutils.c57 static int countdown_to_fail = 0; // 0 = off variable
95 countdown_to_fail = atoi(malloc_fail_at_str); in Increment()
107 (void)countdown_to_fail; in Increment()
172 if (countdown_to_fail > 0 && --countdown_to_fail == 0) { in CheckSizeArgumentsOverflow()