Searched refs:ecb_is_pot32 (Results 1 – 1 of 1) sorted by relevance
1022 ecb_function_ ecb_const ecb_bool ecb_is_pot32 (uint32_t x);1023 ecb_function_ ecb_const ecb_bool ecb_is_pot32 (uint32_t x) { return !(x & (x - 1)); } in ecb_is_pot32() function