HomeSort by relevance Sort by last modified time
    Searched refs:BitCount (Results 1 - 25 of 29) sorted by null

1 2

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Library/ComPhyLib/
ComPhyMux.c 98 IN UINT32 BitCount
104 Offset = Lane * BitCount;
105 Mask = (((1 << BitCount) - 1) << Offset);
  /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/llvm/include/llvm/ADT/
SparseBitVector.h 814 unsigned BitCount = 0;
818 BitCount += Iter->count();
820 return BitCount;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SparseBitVector.h 801 unsigned BitCount = 0;
805 BitCount += Iter->count();
807 return BitCount;
  /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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SparseBitVector.h 796 unsigned BitCount = 0;
800 BitCount += Iter->count();
802 return BitCount;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SparseBitVector.h 796 unsigned BitCount = 0;
800 BitCount += Iter->count();
802 return BitCount;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SparseBitVector.h 796 unsigned BitCount = 0;
800 BitCount += Iter->count();
802 return BitCount;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SparseBitVector.h 796 unsigned BitCount = 0;
800 BitCount += Iter->count();
802 return BitCount;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SparseBitVector.h 796 unsigned BitCount = 0;
800 BitCount += Iter->count();
802 return BitCount;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SparseBitVector.h 796 unsigned BitCount = 0;
800 BitCount += Iter->count();
802 return BitCount;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SparseBitVector.h 796 unsigned BitCount = 0;
800 BitCount += Iter->count();
802 return BitCount;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SparseBitVector.h 796 unsigned BitCount = 0;
800 BitCount += Iter->count();
802 return BitCount;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SparseBitVector.h 796 unsigned BitCount = 0;
800 BitCount += Iter->count();
802 return BitCount;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SparseBitVector.h 796 unsigned BitCount = 0;
800 BitCount += Iter->count();
802 return BitCount;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SparseBitVector.h 796 unsigned BitCount = 0;
800 BitCount += Iter->count();
802 return BitCount;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SparseBitVector.h 796 unsigned BitCount = 0;
800 BitCount += Iter->count();
802 return BitCount;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SparseBitVector.h 796 unsigned BitCount = 0;
800 BitCount += Iter->count();
802 return BitCount;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SparseBitVector.h 796 unsigned BitCount = 0;
800 BitCount += Iter->count();
802 return BitCount;
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 192 _SPIRV_OP(BitCount, 205)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certenc.h     [all...]
  /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...]

Completed in 480 milliseconds

1 2