HelenOS sources

is_power_of      1462 uspace/lib/ext4/src/superblock.c 			if ((idx & 1) && (is_power_of(idx, 3) ||
is_power_of      1463 uspace/lib/ext4/src/superblock.c 			    is_power_of(idx, 5) || is_power_of(idx, 7)))
HelenOS homepage, sources at GitHub