Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/gifsicledir/
H A Dgifdiff.c350 static int same_error_count = 0; in gifread_error() local
361 if (same_error_count == 1) in gifread_error()
363 else if (same_error_count > 0) in gifread_error()
364 error(" %s (%d times)", last_message, same_error_count); in gifread_error()
365 same_error_count = 0; in gifread_error()
371 same_error_count++; in gifread_error()
H A Dgifsicle.c419 static int same_error_count = 0; in gifread_error() local
432 if (same_error_count == 1) in gifread_error()
434 else if (same_error_count > 0) in gifread_error()
435 error(" %s (%d times)", last_message, same_error_count); in gifread_error()
436 same_error_count = 0; in gifread_error()
443 same_error_count++; in gifread_error()
/dports/graphics/gifsicle/gifsicle-1.93/src/
H A Dgifdiff.c459 static int same_error_count = 0; in gifread_error() local
477 if (same_error_count == 1) in gifread_error()
479 else if (same_error_count > 0) in gifread_error()
480 error(" %s: %s (%d times)\n", etype, last_message, same_error_count); in gifread_error()
481 same_error_count = 0; in gifread_error()
488 same_error_count++; in gifread_error()
H A Dgifsicle.c534 static int same_error_count = 0; in gifread_error() local
562 else if (same_error_count == 1) in gifread_error()
564 else if (same_error_count > 0) in gifread_error()
565 f(last_landmark, "%s%s (%d times)", etype, last_message, same_error_count); in gifread_error()
566 same_error_count = 0; in gifread_error()
573 same_error_count++; in gifread_error()
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/gifsicle-1.92.5/vendor/src/
H A Dgifsicle.c538 static int same_error_count = 0; in gifread_error() local
566 else if (same_error_count == 1) in gifread_error()
568 else if (same_error_count > 0) in gifread_error()
569 f(last_landmark, "%s%s (%d times)", etype, last_message, same_error_count); in gifread_error()
570 same_error_count = 0; in gifread_error()
577 same_error_count++; in gifread_error()