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

  /art/libartbase/base/
bit_utils.h 151 constexpr int WhichPowerOf2(T x) {
  /external/vixl/src/
utils-vixl.h 373 inline int WhichPowerOf2(V value) {
  /external/v8/src/
utils.h 57 inline int WhichPowerOf2(uint32_t x) {
278 return (x == kMinInt) ? 31 : WhichPowerOf2(Abs(x));
    [all...]

Completed in 146 milliseconds