Searched defs:IsPowerOfTwo (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h204 INLINE bool IsPowerOfTwo(uptr x) { function in namespace:__sanitizer
210 if (IsPowerOfTwo(size)) return size;
219 CHECK(IsPowerOfTwo(boundary));
232 CHECK(IsPowerOfTwo(x));
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_egl.cc575 bool IsPowerOfTwo (unsigned int x) { function in namespace:gpu::__anon8262
587 !(IsPowerOfTwo(width) &&
588 IsPowerOfTwo(height));

Completed in 375 milliseconds