Home
last modified time | relevance | path

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

/external/libpng/
Dpngconf.h386 # ifndef PNG_RESTRICT
387 # define PNG_RESTRICT __restrict macro
414 # ifndef PNG_RESTRICT
415 # define PNG_RESTRICT __restrict macro
438 # ifndef PNG_RESTRICT
440 # define PNG_RESTRICT __restrict macro
445 # ifndef PNG_RESTRICT
446 # define PNG_RESTRICT __restrict macro
466 #ifndef PNG_RESTRICT
467 # define PNG_RESTRICT /* The C99 "restrict" feature */ macro
Dpngstruct.h127 } png_colorspace, * PNG_RESTRICT png_colorspacerp;
129 typedef const png_colorspace * PNG_RESTRICT png_const_colorspacerp;
Dpng.h591 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;
Dpngpriv.h63 # define PNG_RESTRICT restrict macro