Searched refs:pot_align (Results 1 – 2 of 2) sorted by relevance
310 #define ALIGN_POT(x, pot_align) (((x) + (pot_align) - 1) & ~((pot_align) - 1)) argument
337 def pot_align(base, pot_alignment): function396 current_offset = pot_align(current_offset, sizeof(c_type))