Searched refs:onehot (Results 1 – 1 of 1) sorted by relevance
358 static bool onehot(unsigned short value) in onehot() function360 bool onehot; in onehot() local362 onehot = value && !(value & (value - 1)); in onehot()363 return onehot; in onehot()410 if (onehot(ecc_odd | ecc_even)) in zynq_nand_correct_data()