Home
last modified time | relevance | path

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

/external/libpng/
Dpngconf.h364 # ifndef PNG_RESTRICT
365 # define PNG_RESTRICT __restrict macro
392 # ifndef PNG_RESTRICT
393 # define PNG_RESTRICT __restrict macro
416 # ifndef PNG_RESTRICT
418 # define PNG_RESTRICT __restrict macro
423 # ifndef PNG_RESTRICT
424 # define PNG_RESTRICT __restrict macro
444 #ifndef PNG_RESTRICT
445 # define PNG_RESTRICT /* The C99 "restrict" feature */ macro
Dpngstruct.h126 } png_colorspace, * PNG_RESTRICT png_colorspacerp;
128 typedef const png_colorspace * PNG_RESTRICT png_const_colorspacerp;
Dpng.h469 typedef png_struct * PNG_RESTRICT png_structrp;
470 typedef const png_struct * PNG_RESTRICT png_const_structrp;
471 typedef png_info * PNG_RESTRICT png_inforp;
472 typedef const png_info * PNG_RESTRICT png_const_inforp;
3087 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8_bit,
Dpngpriv.h63 # define PNG_RESTRICT restrict macro
Dpngwrite.c2223 png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8bit, in png_image_write_to_memory()
Dlibpng-manual.txt4166 png_alloc_size_t * PNG_RESTRICT memory_bytes,