Lines Matching refs:INFO
187 INFO("encoding RS(255, %d) to '%s' for input files:\n", ctx.rs_n, in encode()
193 INFO("\t%zu: '%s'\n", n++, fn.c_str()); in encode()
197 INFO("\traw fec size: %u\n", ctx.fec_size); in encode()
198 INFO("\tblocks: %" PRIu64 "\n", ctx.blocks); in encode()
199 INFO("\trounds: %" PRIu64 "\n", ctx.rounds); in encode()
230 INFO("correcting '%s' using RS(255, %d) from '%s'\n", in decode()
235 INFO("decoding '%s' to '%s' using RS(255, %d) from '%s'\n", in decode()
242 INFO("\traw fec size: %u\n", ctx.fec_size); in decode()
243 INFO("\tblocks: %" PRIu64 "\n", ctx.blocks); in decode()
244 INFO("\trounds: %" PRIu64 "\n", ctx.rounds); in decode()
252 INFO("corrected %" PRIu64 " errors\n", ctx.rv); in decode()
254 INFO("no errors found\n"); in decode()