Home
last modified time | relevance | path

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

/bl2/src/
A Dflash_map.c26 #define FLOOR_ALIGN(value, alignment) ((value) & ~((alignment) - 1)) argument
31 #define CEILING_ALIGN(value, alignment) \ argument
32 (((value) + ((alignment) - 1)) & ~((alignment) - 1))

Completed in 23 milliseconds