Home
last modified time | relevance | path

Searched refs:png_alignof (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngpriv.h528 # define png_alignof(type) (sizeof (type)) macro
531 # define png_alignof(type) offsetof(struct{char c; type t;}, t) macro
534 # define png_alignof(type) (1) macro
541 #ifdef png_alignof
543 ((((const char*)ptr-(const char*)0) & (png_alignof(type)-1)) == 0)
/external/libpng/
Dpngpriv.h582 # define png_alignof(type) (sizeof (type)) macro
585 # define png_alignof(type) offsetof(struct{char c; type t;}, t) macro
588 # define png_alignof(type) (1) macro
595 #ifdef png_alignof
598 (type)(png_alignof(type)-1)) == 0)