Home | History | Annotate | Download | only in jni

Lines Matching refs:isPowerOf2

1668     bool isPowerOf2 = ((value & (value - 1)) == 0);
1670 if (!isPowerOf2) ret++;