Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/avs/dsbitmap/
H A Ddsbitmap.c273 #define roundup_2n(x, y) (((x) + ((y) - 1)) & (~y)) macro
293 vblocks = roundup_2n(vblocks_phys, DSW_SIZE); in do_ii()