Home
last modified time | relevance | path

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

/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/webrtc/modules/audio_processing/utility/
Ddelay_estimator.c39 static int BitCount(uint32_t u32) { in BitCount() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSparseBitVector.h796 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp749 ulittle16_t BitCount; // HotspotY (.cur files but not CURSOR resource). member
764 ulittle16_t BitCount; member