HomeSort by relevance Sort by last modified time
    Searched refs:countdown_to_fail (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/utils/
utils.c 55 static int countdown_to_fail = 0; // 0 = off variable
93 countdown_to_fail = atoi(malloc_fail_at_str);
105 (void)countdown_to_fail;
170 if (countdown_to_fail > 0 && --countdown_to_fail == 0) {
  /external/webp/src/utils/
utils.c 55 static int countdown_to_fail = 0; // 0 = off variable
93 countdown_to_fail = atoi(malloc_fail_at_str);
105 (void)countdown_to_fail;
170 if (countdown_to_fail > 0 && --countdown_to_fail == 0) {

Completed in 181 milliseconds