Home
last modified time | relevance | path

Searched defs:is_power_of_2 (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/io/
H A Dio_block.c26 #define is_power_of_2(x) (((x) != 0U) && (((x) & ((x) - 1U)) == 0U)) macro
/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c666 static int is_power_of_2(unsigned long x) in is_power_of_2() function