Home
last modified time | relevance | path

Searched refs:ALGN (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/Documentation/early-userspace/
Dbuffer-format.txt26 ALGN(n) means padding with null bytes to an n-byte boundary
34 cpio_file := ALGN(4) + cpio_header + filename + "\0" + ALGN(4) + data
36 cpio_trailer := ALGN(4) + cpio_header + "TRAILER!!!\0" + ALGN(4)
/linux-4.1.27/arch/blackfin/include/asm/
Dmem_init.h321 #define ALGN 0x20000000 macro