Home
last modified time | relevance | path

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

/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/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
Dutils-vixl.h470 int BitCount(uint64_t value);
975 Int64 BitCount(Uint32 value);
/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
839 writeObject(Res->Header.BitCount); in writeSingleIconOrCursorBody()
954 NewHeader.BitCount = BMPHeader->BitCount; in visitIconOrCursorResource()
960 NewHeader.BitCount = 32; in visitIconOrCursorResource()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSparseBitVector.h801 unsigned BitCount = 0;
805 BitCount += Iter->count();
807 return BitCount;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSparseBitVector.h796 unsigned BitCount = 0; in count() local
800 BitCount += Iter->count(); in count()
802 return BitCount; in count()
/external/llvm/include/llvm/ADT/
DSparseBitVector.h814 unsigned BitCount = 0;
818 BitCount += Iter->count();
820 return BitCount;
/external/deqp-deps/glslang/Test/baseResults/
Dspv.intOps.vert.out280 210: 6(int) BitCount 209
287 216: 102(ivec3) BitCount 215
Dhlsl.intrinsics.promote.down.frag.out188 27: 12(int) BitCount 26
Dhlsl.intrinsics.vert.out3039 168: 146(int) BitCount 167
3167 290: 267(ivec2) BitCount 289
3310 433: 410(ivec3) BitCount 432
3456 577: 555(ivec4) BitCount 576
Dhlsl.intrinsics.frag.out6436 200: 10(int) BitCount 199
6720 415: 366(ivec2) BitCount 414
7022 657: 40(ivec3) BitCount 656
7332 904: 52(ivec4) BitCount 903
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp481 const SizeT BitCount = typeWidthInBytes(DestTy) * CHAR_BIT; in Binop() local
488 Ctx->getConstantInt(DestTy, BitCount - 1))); in Binop()
494 Ctx->getConstantInt(DestTy, BitCount), Masked)); in Binop()
507 const SizeT BitCount = typeWidthInBytes(DestTy) * CHAR_BIT; in Binop() local
514 Ctx->getConstantInt(DestTy, BitCount - 1))); in Binop()
520 Ctx->getConstantInt(DestTy, BitCount), Masked)); in Binop()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVOpCodeEnum.h192 _SPIRV_OP(BitCount, 205)
DSPIRVEntry.h727 _SPIRV_OP(BitCount)
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-thumbv7.txt150 # if BitCount(registers) < 1 then UNPREDICTABLE
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/
Dinvalid-thumbv7.txt150 # if BitCount(registers) < 1 then UNPREDICTABLE
/external/vixl/src/aarch32/
Ddisasm-aarch32.cc8298 (BitCount(Uint32(mask)) != 1))) { in DecodeT32()
10180 (BitCount(((Uint32((instr >> 14)) & Uint32(0x1)) in DecodeT32()
10293 (BitCount(((Uint32((instr >> 15)) & Uint32(0x1)) in DecodeT32()
64572 (BitCount((Uint32(instr) & Uint32(0xffff))) > Int64(1))) { in DecodeA32()
64630 (BitCount((Uint32(instr) & Uint32(0xffff))) > Int64(1))) { in DecodeA32()
/external/scapy/test/
Dregression.uts9300 FieldLenField("BitCount", None, fmt="H", count_of="Values"),
9303 count_from=lambda pkt: pkt.BitCount),
9307 assert(pkt.BitCount == 8)