PN_ALIGN           54 core/contrib.c #define PN_ALIGN(o, x)   (((((o) - 1) / (x)) + 1) * (x))
PN_ALIGN          223 core/potion.h  #define PN_ALIGN(o, x)   (((((o) - 1) / (x)) + 1) * (x))