Searched defs:BLOCK_ALIGN (Results 1 – 5 of 5) sorted by relevance
62 #define BLOCK_ALIGN SPARC64_BLOCK_ALIGN macro
41 #define BLOCK_ALIGN SPARC64_BLOCK_ALIGN macro
89 #define BLOCK_ALIGN SPARC64_BLOCK_ALIGN macro
96 #define BLOCK_ALIGN SPARC64_BLOCK_ALIGN macro
50 #define BLOCK_ALIGN(a) (((a) + BLOCK_SIZE - 1) & ~(BLOCK_SIZE - 1)) macro