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

  /external/v8/src/
utils.h 44 #define IS_POWER_OF_TWO(x) (((x) & ((x) - 1)) == 0)
50 return IS_POWER_OF_TWO(x);
lithium-allocator.h 140 STATIC_ASSERT(IS_POWER_OF_TWO(kStep));
objects.h     [all...]

Completed in 807 milliseconds