Home
last modified time | relevance | path

Searched defs:PopCount (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/openscreen/util/
H A Dyet_another_bit_vector.cc204 #define PopCount(bits) __builtin_popcountll(bits) in CountBitsSet() macro
206 const auto PopCount = [](uint64_t bits) -> int { in CountBitsSet() local
/aosp_15_r20/external/scudo/standalone/
H A Dprimary64.h222 u16 PopCount = 0; in popBlocks() local
877 u16 PopCount = 0; in popBlocksWithCV() local
986 const u16 PopCount = ClassId == SizeClassMap::BatchClassId in popBlocksImpl() local
1111 const u16 PopCount = in populateFreeListAndPopBlocks() local
H A Dprimary32.h200 u16 PopCount = popBlocksImpl(C, ClassId, Sci, ToArray, MaxBlockCount); in popBlocks() local
744 const u16 PopCount = ClassId == SizeClassMap::BatchClassId in popBlocksImpl() local
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dbit_memory_region.h203 ALWAYS_INLINE size_t PopCount() const { in PopCount() function
214 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dbit_memory_region.h203 ALWAYS_INLINE size_t PopCount() const { in PopCount() function
214 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dbit_memory_region.h203 ALWAYS_INLINE size_t PopCount() const { in PopCount() function
214 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount() function
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dbit_memory_region.h203 ALWAYS_INLINE size_t PopCount() const { in PopCount() function
214 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount() function
/aosp_15_r20/art/libartbase/base/
H A Dbit_memory_region.h203 ALWAYS_INLINE size_t PopCount() const { in PopCount() function
214 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dbit_memory_region.h203 ALWAYS_INLINE size_t PopCount() const { in PopCount() function
214 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dbit_memory_region.h195 ALWAYS_INLINE size_t PopCount() const { in PopCount() function
207 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dbit_memory_region.h195 ALWAYS_INLINE size_t PopCount() const { in PopCount() function
207 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount() function
/aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/vector/
H A Dpop-count.h14 explicit PopCount(UInt64 x) : value_() { in PopCount() function
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dbit_memory_region.h194 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dbit_memory_region.h194 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp546 unsigned PopCount = SubRegMask.getNumLanes(); in getCoveringSubRegIndexes() local
/aosp_15_r20/external/skia/tests/
H A DMathTest.cpp399 DEF_TEST(PopCount, reporter) { in DEF_TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSplitKit.cpp577 unsigned PopCount = SubRegMask.getNumLanes(); in buildCopy() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1511 unsigned PopCount = Exponent.countPopulation(); in getIntrinsicInstrCost() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DBasicTTIImpl.h1570 unsigned PopCount = Exponent.popcount(); in getIntrinsicInstrCost() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DBasicTTIImpl.h1570 unsigned PopCount = Exponent.popcount(); in getIntrinsicInstrCost() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DBasicTTIImpl.h1557 unsigned PopCount = Exponent.popcount(); in getIntrinsicInstrCost() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DBasicTTIImpl.h1579 unsigned PopCount = Exponent.popcount(); in getIntrinsicInstrCost() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1072 unsigned PopCount = llvm::popcount(B.Mask); in emitBitTestCase() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp5682 unsigned PopCount = 64 - LeadingZeros - TrailingZeros; in Select() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2203 unsigned PopCount = countPopulation(B.Mask); in visitBitTestCase() local

12