Searched refs:PO2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/geom/part/
H A Dg_part_mbr.c183 #define PO2(x) ((x & (x - 1)) == 0) macro
185 if (secsz < 512 || secsz > 4096 || !PO2(secsz))
188 if (clstsz < 1 || clstsz > 128 || !PO2(clstsz))
190 #undef PO2 macro

Completed in 101 milliseconds