Searched refs:png_alignof (Results 1 – 2 of 2) sorted by relevance
510 # define png_alignof(type) (sizeof (type)) macro513 # define png_alignof(type) offsetof(struct{char c; type t;}, t) macro516 # define png_alignof(type) (1) macro523 #ifdef png_alignof525 ((((const char*)ptr-(const char*)0) & (png_alignof(type)-1)) == 0)
463 # define png_alignof(type) (sizeof (type)) macro466 # define png_alignof(type) offsetof(struct{char c; type t;}, t) macro469 # define png_alignof(type) (1) macro476 #ifdef png_alignof478 ((((const char*)ptr-(const char*)0) & (png_alignof(type)-1)) == 0)