HomeSort by relevance Sort by last modified time
    Searched defs:WhichPowerOf2 (Results 1 - 3 of 3) sorted by null

  /external/vixl/src/vixl/
utils.h 194 inline int WhichPowerOf2(V value) {
  /art/runtime/base/
bit_utils.h 104 static inline int WhichPowerOf2(T x) {
  /external/v8/src/
utils.h 56 inline int WhichPowerOf2(uint32_t x) {
246 return (x == kMinInt) ? 31 : WhichPowerOf2(Abs(x));
    [all...]

Completed in 1816 milliseconds