Searched refs:PNG_RESTRICT (Results 1 – 4 of 4) sorted by relevance
386 # ifndef PNG_RESTRICT387 # define PNG_RESTRICT __restrict macro414 # ifndef PNG_RESTRICT415 # define PNG_RESTRICT __restrict macro438 # ifndef PNG_RESTRICT440 # define PNG_RESTRICT __restrict macro445 # ifndef PNG_RESTRICT446 # define PNG_RESTRICT __restrict macro466 #ifndef PNG_RESTRICT467 # define PNG_RESTRICT /* The C99 "restrict" feature */ macro
127 } png_colorspace, * PNG_RESTRICT png_colorspacerp;129 typedef const png_colorspace * PNG_RESTRICT png_const_colorspacerp;
591 typedef png_struct * PNG_RESTRICT png_structrp;592 typedef const png_struct * PNG_RESTRICT png_const_structrp;593 typedef png_info * PNG_RESTRICT png_inforp;594 typedef const png_info * PNG_RESTRICT png_const_inforp;
63 # define PNG_RESTRICT restrict macro