PNG_CONST         595 3rdparty/libpng/png.c    static PNG_CONST char short_months[12][4] =
PNG_CONST        2536 3rdparty/libpng/png.c    PNG_CONST unsigned int shift, PNG_CONST png_fixed_point gamma_val)
PNG_CONST        2539 3rdparty/libpng/png.c    PNG_CONST unsigned int num = 1U << (8U - shift);
PNG_CONST        2540 3rdparty/libpng/png.c    PNG_CONST unsigned int max = (1U << (16U - shift))-1U;
PNG_CONST        2541 3rdparty/libpng/png.c    PNG_CONST unsigned int max_by_2 = 1U << (15U-shift);
PNG_CONST        2604 3rdparty/libpng/png.c    PNG_CONST unsigned int shift, PNG_CONST png_fixed_point gamma_val)
PNG_CONST        2606 3rdparty/libpng/png.c    PNG_CONST unsigned int num = 1U << (8U - shift);
PNG_CONST        2607 3rdparty/libpng/png.c    PNG_CONST unsigned int max = (1U << (16U - shift))-1U;
PNG_CONST        2671 3rdparty/libpng/png.c    PNG_CONST png_fixed_point gamma_val)
PNG_CONST         565 3rdparty/libpng/png.h typedef PNG_CONST png_color FAR * png_const_colorp;
PNG_CONST         577 3rdparty/libpng/png.h typedef PNG_CONST png_color_16 FAR * png_const_color_16p;
PNG_CONST         589 3rdparty/libpng/png.h typedef PNG_CONST png_color_8 FAR * png_const_color_8p;
PNG_CONST         605 3rdparty/libpng/png.h typedef PNG_CONST png_sPLT_entry FAR * png_const_sPLT_entryp;
PNG_CONST         621 3rdparty/libpng/png.h typedef PNG_CONST png_sPLT_t FAR * png_const_sPLT_tp;
PNG_CONST         660 3rdparty/libpng/png.h typedef PNG_CONST png_text FAR * png_const_textp;
PNG_CONST         690 3rdparty/libpng/png.h typedef PNG_CONST png_time FAR * png_const_timep;
PNG_CONST         713 3rdparty/libpng/png.h typedef PNG_CONST png_unknown_chunk FAR * png_const_unknown_chunkp;
PNG_CONST         729 3rdparty/libpng/png.h typedef PNG_CONST png_info FAR * png_const_infop;
PNG_CONST         855 3rdparty/libpng/png.h typedef PNG_CONST png_struct FAR * png_const_structp;
PNG_CONST        1121 3rdparty/libpng/png.h     PNG_CONST struct tm FAR * ttime));
PNG_CONST         424 3rdparty/libpng/pngconf.h #ifndef PNG_CONST
PNG_CONST         525 3rdparty/libpng/pngconf.h typedef PNG_CONST void            FAR * png_const_voidp;
PNG_CONST         527 3rdparty/libpng/pngconf.h typedef PNG_CONST png_byte        FAR * png_const_bytep;
PNG_CONST         529 3rdparty/libpng/pngconf.h typedef PNG_CONST png_uint_32     FAR * png_const_uint_32p;
PNG_CONST         531 3rdparty/libpng/pngconf.h typedef PNG_CONST png_int_32      FAR * png_const_int_32p;
PNG_CONST         533 3rdparty/libpng/pngconf.h typedef PNG_CONST png_uint_16     FAR * png_const_uint_16p;
PNG_CONST         535 3rdparty/libpng/pngconf.h typedef PNG_CONST png_int_16      FAR * png_const_int_16p;
PNG_CONST         537 3rdparty/libpng/pngconf.h typedef PNG_CONST char            FAR * png_const_charp;
PNG_CONST         539 3rdparty/libpng/pngconf.h typedef PNG_CONST png_fixed_point FAR * png_const_fixed_point_p;
PNG_CONST         541 3rdparty/libpng/pngconf.h typedef PNG_CONST png_size_t      FAR * png_const_size_tp;
PNG_CONST         549 3rdparty/libpng/pngconf.h typedef PNG_CONST double FAR * png_const_doublep;
PNG_CONST         558 3rdparty/libpng/pngconf.h typedef PNG_CONST char  FAR * FAR * png_const_charpp;
PNG_CONST         375 3rdparty/libpng/pngerror.c static PNG_CONST char png_digit[16] = {
PNG_CONST        1194 3rdparty/libpng/pngpread.c    static PNG_CONST png_byte FARDATA png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
PNG_CONST        1197 3rdparty/libpng/pngpread.c    static PNG_CONST png_byte FARDATA png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
PNG_CONST        1200 3rdparty/libpng/pngpread.c    static PNG_CONST png_byte FARDATA png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
PNG_CONST        1203 3rdparty/libpng/pngpread.c    static PNG_CONST png_byte FARDATA png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
PNG_CONST         179 3rdparty/libpng/pngpriv.h typedef PNG_CONST png_uint_16p FAR * png_const_uint_16pp;
PNG_CONST        3237 3rdparty/libpng/pngrtran.c       PNG_CONST png_uint_32 rc = png_ptr->rgb_to_gray_red_coeff;
PNG_CONST        3238 3rdparty/libpng/pngrtran.c       PNG_CONST png_uint_32 gc = png_ptr->rgb_to_gray_green_coeff;
PNG_CONST        3239 3rdparty/libpng/pngrtran.c       PNG_CONST png_uint_32 bc = 32768 - rc - gc;
PNG_CONST        3240 3rdparty/libpng/pngrtran.c       PNG_CONST png_uint_32 row_width = row_info->width;
PNG_CONST        3241 3rdparty/libpng/pngrtran.c       PNG_CONST int have_alpha =
PNG_CONST        4410 3rdparty/libpng/pngrtran.c          PNG_CONST png_bytep table = png_ptr->gamma_from_1;
PNG_CONST        4414 3rdparty/libpng/pngrtran.c             PNG_CONST int step =
PNG_CONST        4429 3rdparty/libpng/pngrtran.c          PNG_CONST png_uint_16pp table = png_ptr->gamma_16_from_1;
PNG_CONST        4430 3rdparty/libpng/pngrtran.c          PNG_CONST int gamma_shift = png_ptr->gamma_shift;
PNG_CONST        4434 3rdparty/libpng/pngrtran.c             PNG_CONST int step =
PNG_CONST        2948 3rdparty/libpng/pngrutil.c          static PNG_CONST png_uint_32 row_mask[2/*PACKSWAP*/][3/*depth*/][6] =
PNG_CONST        2959 3rdparty/libpng/pngrutil.c          static PNG_CONST png_uint_32 display_mask[2][3][3] =
PNG_CONST        3270 3rdparty/libpng/pngrutil.c    static PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
PNG_CONST        3761 3rdparty/libpng/pngrutil.c    static PNG_CONST png_byte png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
PNG_CONST        3764 3rdparty/libpng/pngrutil.c    static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
PNG_CONST        3767 3rdparty/libpng/pngrutil.c    static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
PNG_CONST        3770 3rdparty/libpng/pngrutil.c    static PNG_CONST png_byte png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};
PNG_CONST        3893 3rdparty/libpng/pngrutil.c    static PNG_CONST png_byte png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
PNG_CONST        3896 3rdparty/libpng/pngrutil.c    static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
PNG_CONST        3899 3rdparty/libpng/pngrutil.c    static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
PNG_CONST        3902 3rdparty/libpng/pngrutil.c    static PNG_CONST png_byte png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};
PNG_CONST         289 3rdparty/libpng/pngtrans.c static PNG_CONST png_byte onebppswaptable[256] = {
PNG_CONST         324 3rdparty/libpng/pngtrans.c static PNG_CONST png_byte twobppswaptable[256] = {
PNG_CONST         359 3rdparty/libpng/pngtrans.c static PNG_CONST png_byte fourbppswaptable[256] = {
PNG_CONST         425 3rdparty/libpng/pngwrite.c png_convert_from_struct_tm(png_timep ptime, PNG_CONST struct tm FAR * ttime)
PNG_CONST        2008 3rdparty/libpng/pngwutil.c    static PNG_CONST png_byte png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
PNG_CONST        2011 3rdparty/libpng/pngwutil.c    static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
PNG_CONST        2014 3rdparty/libpng/pngwutil.c    static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
PNG_CONST        2017 3rdparty/libpng/pngwutil.c    static PNG_CONST png_byte png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};
PNG_CONST        2118 3rdparty/libpng/pngwutil.c    static PNG_CONST png_byte png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
PNG_CONST        2121 3rdparty/libpng/pngwutil.c    static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
PNG_CONST        2124 3rdparty/libpng/pngwutil.c    static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
PNG_CONST        2127 3rdparty/libpng/pngwutil.c    static PNG_CONST png_byte png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};
PNG_CONST        2245 3rdparty/libpng/pngwutil.c    static PNG_CONST png_byte png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
PNG_CONST        2248 3rdparty/libpng/pngwutil.c    static PNG_CONST png_byte  png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};