Home | History | Annotate | Download | only in libpng

Lines Matching full:png_alignof

582 #  define png_alignof(type) (sizeof (type))
585 # define png_alignof(type) offsetof(struct{char c; type t;}, t)
588 # define png_alignof(type) (1)
590 /* Else leave png_alignof undefined to prevent use thereof */
595 #ifdef png_alignof
598 (type)(png_alignof(type)-1)) == 0)