Home | History | Annotate | Download | only in include

Lines Matching full:__builtin_ctzl

160 #define count_trailing_zeros(COUNT,X)	((COUNT) = __builtin_ctzl (X))
296 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X))