Searched refs:PNG_CHUNK_ANCILLARY (Results 1 – 7 of 7) sorted by relevance
140 #define PNG_CHUNK_ANCILLARY(c) (1 & ((c) >> 29)) macro141 #define PNG_CHUNK_CRITICAL(c) (!PNG_CHUNK_ANCILLARY(c))382 return PNG_CHUNK_ANCILLARY(PNG_U32(name[0], name[1], name[2], name[3])); in ancillary()389 return PNG_CHUNK_ANCILLARY(PNG_U32(name[0], name[1], name[2], name[3])); in ancillaryb()
814 #define PNG_CHUNK_ANCILLARY(c) (1 & ((c) >> 29)) macro815 #define PNG_CHUNK_CRITICAL(c) (!PNG_CHUNK_ANCILLARY(c))
228 if (PNG_CHUNK_ANCILLARY(png_ptr->chunk_name) != 0 ? in png_crc_finish()254 if (PNG_CHUNK_ANCILLARY(png_ptr->chunk_name) != 0) in png_crc_error()2930 PNG_CHUNK_ANCILLARY(png_ptr->chunk_name))) in png_handle_unknown()2964 PNG_CHUNK_ANCILLARY(png_ptr->chunk_name))) in png_handle_unknown()
123 if (PNG_CHUNK_ANCILLARY(png_ptr->chunk_name) != 0) in png_calculate_crc()
888 #define PNG_CHUNK_ANCILLARY(c) (1 & ((c) >> 29)) macro889 #define PNG_CHUNK_CRITICAL(c) (!PNG_CHUNK_ANCILLARY(c))
231 if (PNG_CHUNK_ANCILLARY(png_ptr->chunk_name) != 0 ? in png_crc_finish()257 if (PNG_CHUNK_ANCILLARY(png_ptr->chunk_name) != 0) in png_crc_error()3015 PNG_CHUNK_ANCILLARY(png_ptr->chunk_name))) in png_handle_unknown()3049 PNG_CHUNK_ANCILLARY(png_ptr->chunk_name))) in png_handle_unknown()
143 if (PNG_CHUNK_ANCILLARY(png_ptr->chunk_name) != 0) in png_calculate_crc()