Searched refs:ALIGN_VALUE (Results 1 – 2 of 2) sorted by relevance
30 #define ALIGN_VALUE(val, align) (((val) + ALIGN_BYTES(align)) & ALIGN_MASK(align)) macro
332 …offset += ALIGN_VALUE(nhdr.n_namesz, 4); // Align hdr.n_namesz to next power multiple of 4. See ma… in GetBuildID()344 …offset += ALIGN_VALUE(nhdr.n_descsz, 4); // Align hdr.n_descsz to next power multiple of 4. See ma… in GetBuildID()