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

  /external/gemmlowp/internal/
common.h 229 struct IsPowerOfTwo {
  /system/extras/simpleperf/
utils.cpp 98 bool IsPowerOfTwo(uint64_t value) {
  /art/runtime/base/
bit_utils.h 97 static constexpr bool IsPowerOfTwo(T x) {
107 DCHECK((x != 0) && IsPowerOfTwo(x));
119 DCHECK_CONSTEXPR(IsPowerOfTwo(n), , T(0))
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 417 INLINE bool IsPowerOfTwo(uptr x) {
423 if (IsPowerOfTwo(size)) return size;
432 RAW_CHECK(IsPowerOfTwo(boundary));
445 CHECK(IsPowerOfTwo(x));
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 404 milliseconds