Home
last modified time | relevance | path

Searched refs:BitCount (Results 1 – 13 of 13) sorted by relevance

/external/vixl/src/
Dutils-vixl.cc144 int BitCount(uint64_t value) { return CountSetBits(value); } in BitCount() function
147 Int64 BitCount(Uint32 value) { return CountSetBits(value.Get()); } in BitCount() function
Dutils-vixl.h382 int BitCount(uint64_t value);
876 Int64 BitCount(Uint32 value);
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/
Dinvalid-STMIA_UPD-thumb.txt9 # if BitCount(registers) < 1 then UNPREDICTABLE
/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.c39 static int BitCount(uint32_t u32) { in BitCount() function
70 bit_counts[n] = (int32_t) BitCount(binary_vector ^ binary_matrix[n]); in BitCountComparison()
373 handle->far_bit_counts[0] = BitCount(binary_far_spectrum); in WebRtc_AddBinaryFarSpectrum()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSparseBitVector.h801 unsigned BitCount = 0;
805 BitCount += Iter->count();
807 return BitCount;
/external/llvm/include/llvm/ADT/
DSparseBitVector.h814 unsigned BitCount = 0;
818 BitCount += Iter->count();
820 return BitCount;
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVOpCodeEnum.h192 _SPIRV_OP(BitCount, 205)
DSPIRVEntry.h727 _SPIRV_OP(BitCount)
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_integer.inl609 int const BitCount(sizeof(genIUType) * 8); local
611 for(int BitIndex(0); BitIndex < BitCount; ++BitIndex)
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-thumbv7.txt150 # if BitCount(registers) < 1 then UNPREDICTABLE
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/ ...
/external/vixl/src/aarch32/
Ddisasm-aarch32.cc8337 (BitCount(Uint32(mask)) != 1))) { in DecodeT32()
10184 (BitCount(((Uint32((instr >> 14)) & Uint32(0x1)) in DecodeT32()
10297 (BitCount(((Uint32((instr >> 15)) & Uint32(0x1)) in DecodeT32()
64980 (BitCount((Uint32(instr) & Uint32(0xffff))) > Int64(1))) { in DecodeA32()
65038 (BitCount((Uint32(instr) & Uint32(0xffff))) > Int64(1))) { in DecodeA32()