Home
last modified time | relevance | path

Searched defs:IsPowerOfTwo (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/emboss/runtime/cpp/test/
H A Demboss_bit_util_test.cc41 TEST(IsPowerOfTwo, IsPowerOfTwo) { in TEST() argument
/aosp_15_r20/external/gemmlowp/internal/
H A Dcommon.h167 struct IsPowerOfTwo { struct
168 static constexpr bool value = !(N & (N - 1));
/aosp_15_r20/external/pdfium/third_party/base/
H A Dbits.h19 constexpr inline bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
/aosp_15_r20/external/emboss/runtime/cpp/
H A Demboss_bit_util.h69 inline constexpr bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dscoped_spinlock.cc26 constexpr bool IsPowerOfTwo(size_t v) { in IsPowerOfTwo() function
H A Dmalloc_interceptor_glibc_preload.cc32 bool IsPowerOfTwo(size_t v) { in IsPowerOfTwo() function
/aosp_15_r20/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
H A DAUtils.h95 inline static bool IsPowerOfTwo(int32_t value) { in IsPowerOfTwo() function
/aosp_15_r20/external/libchrome/base/
H A Dbits.h27 constexpr inline bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/
Dbits.h30 constexpr inline bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dbits.h30 constexpr inline bool IsPowerOfTwo(T value) { in IsPowerOfTwo() function
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_sizeof.cpp128 static int IsPowerOfTwo( cl_ulong x ){ return 0 == (x & (x-1)); } in IsPowerOfTwo() function
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_mem.h307 inline bool IsPowerOfTwo( const size_t number ) in IsPowerOfTwo() function
/aosp_15_r20/external/perfetto/src/profiling/perf/
H A Devent_reader.cc47 bool IsPowerOfTwo(size_t v) { in IsPowerOfTwo() function
H A Devent_config.cc113 constexpr bool IsPowerOfTwo(size_t v) { in IsPowerOfTwo() function
H A Devent_config_unittest.cc37 bool IsPowerOfTwo(size_t v) { in IsPowerOfTwo() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dbit_utils.h145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dbit_utils.h145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dbit_utils.h145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dbit_utils.h145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Drfft2d.cc53 bool IsPowerOfTwo(uint32_t v) { return v && !(v & (v - 1)); } in IsPowerOfTwo() function
H A Dirfft2d.cc53 bool IsPowerOfTwo(uint32_t v) { return v && !(v & (v - 1)); } in IsPowerOfTwo() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dbit_utils.h145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dbit_utils.h145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dbit_utils.h145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dbit_utils.h145 constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function

12