HomeSort by relevance Sort by last modified time
    Searched defs:BitCount (Results 1 - 7 of 7) sorted by null

  /external/vixl/src/
utils-vixl.cc 144 int BitCount(uint64_t value) { return CountSetBits(value); }
147 Int64 BitCount(Uint32 value) { return CountSetBits(value.Get()); }
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.c 271 UINTN BitCount;
280 BitCount = 0;
284 BitCount++;
287 return (UINTN)1 << (BitCount - 1);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.c 264 UINTN BitCount;
273 BitCount = 0;
277 BitCount++;
280 return (UINTN)1 << (BitCount - 1);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciSched.c 222 UINTN BitCount;
229 BitCount = 0;
233 BitCount++;
236 return (UINTN)1 << (BitCount - 1);
  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.c 39 static int BitCount(uint32_t u32) {
70 bit_counts[n] = (int32_t) BitCount(binary_vector ^ binary_matrix[n]);
373 handle->far_bit_counts[0] = BitCount(binary_far_spectrum);
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 481 const SizeT BitCount = typeWidthInBytes(DestTy) * CHAR_BIT;
488 Ctx->getConstantInt(DestTy, BitCount - 1)));
494 Ctx->getConstantInt(DestTy, BitCount), Masked));
507 const SizeT BitCount = typeWidthInBytes(DestTy) * CHAR_BIT;
514 Ctx->getConstantInt(DestTy, BitCount - 1)));
520 Ctx->getConstantInt(DestTy, BitCount), Masked));
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 

Completed in 769 milliseconds