Searched refs:__ccp_round_mask (Results 1 – 1 of 1) sorted by relevance
146 #define __ccp_round_mask(x, y) ((typeof(x))((y)-1)) macro147 #define ccp_round_down(x, y) ((x) & ~__ccp_round_mask(x, y))