Searched defs:BitCount (Results 1 – 10 of 10) sorted by relevance
/external/angle/src/common/ |
D | mathutil.h | 1028 inline int BitCount(uint32_t bits) in BitCount() function 1037 inline int BitCount(uint64_t bits) in BitCount() function 1056 inline int BitCount(uint32_t bits) in BitCount() function 1065 inline int BitCount(uint64_t bits) in BitCount() function 1077 inline int BitCount(uint32_t bits) in BitCount() function 1082 inline int BitCount(uint64_t bits) in BitCount() function 1088 inline int BitCount(uint8_t bits) in BitCount() function 1093 inline int BitCount(uint16_t bits) in BitCount() function
|
D | mathutil_unittest.cpp | 264 TEST(MathUtilTest, BitCount) in TEST() argument
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | bitfield.inl | 278 GLM_FUNC_QUALIFIER genIUType bitfieldFillOne(genIUType Value, int FirstBit, int BitCount) 284 …UNC_QUALIFIER vecType<T, P> bitfieldFillOne(vecType<T, P> const& Value, int FirstBit, int BitCount) 290 GLM_FUNC_QUALIFIER genIUType bitfieldFillZero(genIUType Value, int FirstBit, int BitCount) 296 …NC_QUALIFIER vecType<T, P> bitfieldFillZero(vecType<T, P> const& Value, int FirstBit, int BitCount)
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | InstructionUtils.h | 80 static inline uint32_t BitCount(uint64_t x) { in BitCount() function
|
/external/vixl/src/ |
D | utils-vixl.cc | 204 int BitCount(uint64_t value) { return CountSetBits(value); } in BitCount() function 264 Int64 BitCount(Uint32 value) { return CountSetBits(value.Get()); } in BitCount() function
|
/external/webrtc/modules/audio_processing/utility/ |
D | delay_estimator.cc | 48 static int BitCount(uint32_t u32) { in BitCount() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SparseBitVector.h | 800 unsigned BitCount = 0; in count() local
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | SparseBitVector.h | 800 unsigned BitCount = 0; in count() local
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 481 const SizeT BitCount = typeWidthInBytes(DestTy) * CHAR_BIT; in Binop() local 507 const SizeT BitCount = typeWidthInBytes(DestTy) * CHAR_BIT; in Binop() local
|
/external/llvm-project/llvm/tools/llvm-rc/ |
D | ResourceFileWriter.cpp | 754 ulittle16_t BitCount; // HotspotY (.cur files but not CURSOR resource). member 769 ulittle16_t BitCount; member
|