Searched refs:ALGN (Results 1 – 2 of 2) sorted by relevance
26 ALGN(n) means padding with null bytes to an n-byte boundary34 cpio_file := ALGN(4) + cpio_header + filename + "\0" + ALGN(4) + data36 cpio_trailer := ALGN(4) + cpio_header + "TRAILER!!!\0" + ALGN(4)
321 #define ALGN 0x20000000 macro