Home
last modified time | relevance | path

Searched refs:is_power_of (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/ext4_utils/src/
Dext4_utils.c52 static int is_power_of(int a, int b) in is_power_of() function
76 if (is_power_of(bg, 3) || is_power_of(bg, 5) || is_power_of(bg, 7)) in ext4_bg_has_super_block()