/external/qemu/distrib/libpng-1.2.19/ |
png.c | 119 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local 131 return ((int)(png_memcmp(&sig[start], &png_signature[start], num_to_check)));
|
pngwutil.c | 134 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local 136 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes], [all...] |
/external/libpng/ |
png.c | 123 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local 135 return ((int)(png_memcmp(&sig[start], &png_signature[start], num_to_check)));
|
pngwutil.c | 65 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10}; local 68 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes], [all...] |