Home | History | Annotate | Download | only in mips

Lines Matching refs:IsPowerOfTwo32

689     if (base::bits::IsPowerOfTwo32(value)) {
695 if (base::bits::IsPowerOfTwo32(value - 1)) {
701 if (base::bits::IsPowerOfTwo32(value + 1)) {