Searched refs:png_alignof (Results 1 – 2 of 2) sorted by relevance
528 # define png_alignof(type) (sizeof (type)) macro531 # define png_alignof(type) offsetof(struct{char c; type t;}, t) macro534 # define png_alignof(type) (1) macro541 #ifdef png_alignof543 ((((const char*)ptr-(const char*)0) & (png_alignof(type)-1)) == 0)
582 # define png_alignof(type) (sizeof (type)) macro585 # define png_alignof(type) offsetof(struct{char c; type t;}, t) macro588 # define png_alignof(type) (1) macro595 #ifdef png_alignof598 (type)(png_alignof(type)-1)) == 0)