Home
last modified time | relevance | path

Searched defs:BitCount (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/common/
Dmathutil.h1028 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
Dmathutil_unittest.cpp264 TEST(MathUtilTest, BitCount) in TEST() argument
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dbitfield.inl278 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/
DInstructionUtils.h80 static inline uint32_t BitCount(uint64_t x) { in BitCount() function
/external/vixl/src/
Dutils-vixl.cc204 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/
Ddelay_estimator.cc48 static int BitCount(uint32_t u32) { in BitCount() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseBitVector.h800 unsigned BitCount = 0; in count() local
/external/llvm-project/llvm/include/llvm/ADT/
DSparseBitVector.h800 unsigned BitCount = 0; in count() local
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp481 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/
DResourceFileWriter.cpp754 ulittle16_t BitCount; // HotspotY (.cur files but not CURSOR resource). member
769 ulittle16_t BitCount; member