Searched refs:ccp_round_down (Results 1 – 2 of 2) sorted by relevance
147 #define ccp_round_down(x, y) ((x) & ~__ccp_round_mask(x, y)) macro
220 start = ccp_round_down(start, BITS_PER_WORD); in _ccp_find_next_bit()