Home
last modified time | relevance | path

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

/external/libpng/
Dpngtest.c1388 png_size_t num_in, num_out; in test_one_file() local
1390 READFILE(fpin, inbuf, 1, num_in); in test_one_file()
1393 if (num_in != num_out) in test_one_file()
1414 if (!num_in) in test_one_file()
1417 if (png_memcmp(inbuf, outbuf, num_in)) in test_one_file()