__ilog2_u32       195 include/asm-mn10300/bitops.h 	return (x != 0) ? __ilog2_u32(x) + 1 : 0;
__ilog2_u32       156 include/linux/log2.h 	__ilog2_u32(n) :			\