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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 204 INLINE bool IsPowerOfTwo(uptr x) {
210 if (IsPowerOfTwo(size)) return size;
219 CHECK(IsPowerOfTwo(boundary));
232 CHECK(IsPowerOfTwo(x));
  /art/runtime/
utils.h 51 static inline bool IsPowerOfTwo(T x) {
124 CHECK(IsPowerOfTwo(n));
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_egl.cc 575 bool IsPowerOfTwo (unsigned int x) {
587 !(IsPowerOfTwo(width) &&
588 IsPowerOfTwo(height));
  /art/compiler/dex/quick/
gen_common.cc     [all...]

Completed in 275 milliseconds