OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_power_of
(Results
1 - 1
of
1
) sorted by null
/system/extras/ext4_utils/
ext4_utils.c
54
static int
is_power_of
(int a, int b)
function
78
if (
is_power_of
(bg, 3) ||
is_power_of
(bg, 5) ||
is_power_of
(bg, 7))
Completed in 145 milliseconds