Searched defs:BitCount (Results  1 – 7 of 7) sorted by relevance
| /external/angle/src/common/ | 
| D | mathutil.h | 1066 inline int BitCount(uint32_t bits)  in BitCount()  function 1075 inline int BitCount(uint64_t bits)  in BitCount()  function 1094 inline int BitCount(uint32_t bits)  in BitCount()  function 1103 inline int BitCount(uint64_t bits)  in BitCount()  function 1115 inline int BitCount(uint32_t bits)  in BitCount()  function 1120 inline int BitCount(uint64_t bits)  in BitCount()  function 1126 inline int BitCount(uint8_t bits)  in BitCount()  function 1131 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/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/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
  |