Searched refs:png_alignof (Results 1 – 1 of 1) sorted by relevance
423 # define png_alignof(type) (sizeof (type)) macro426 # define png_alignof(type) offsetof(struct{char c; type t;}, t) macro429 # define png_alignof(type) (1) macro436 #ifdef png_alignof438 ((((const char*)ptr-(const char*)0) & (png_alignof(type)-1)) == 0)