Searched refs:BitCount (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsopcode.c126 UINT32 BitCount; local
175 BitCount = (UINT32) LengthDesc->Integer.Value;
179 if (BitCount == 0)
193 BitCount = 1;
202 BitCount = 8;
211 BitCount = 16;
220 BitCount = 32;
229 BitCount = 64;
244 if ((BitOffset + BitCount) >
250 BitOffset + BitCount,
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/components/resources/
H A Drsutils.c73 UINT8 BitCount; local
81 for (i = 0, BitCount = 0; Mask; i++)
85 List[BitCount] = i;
86 BitCount++;
92 return (BitCount);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInstructionUtils.h91 BitCount (uint64_t x)
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp365 address = SP - 4*BitCount(registers);
382 SP = SP - 4*BitCount(registers);
402 // if BitCount(registers) < 1 then UNPREDICTABLE;
403 if (BitCount(registers) < 1)
409 // if BitCount(registers) < 2 then UNPREDICTABLE;
410 if (BitCount(registers) < 2)
424 // if BitCount(register_list) < 2 then SEE STMDB / STMFD;
436 addr_t sp_offset = addr_byte_size * BitCount (registers);
503 if registers<13> == '0' then SP = SP + 4*BitCount(registers);
525 // if BitCount(register
[all...]
/freebsd-10.2-release/contrib/llvm/include/llvm/ADT/
H A DSparseBitVector.h804 unsigned BitCount = 0;
808 BitCount += Iter->count();
810 return BitCount;

Completed in 84 milliseconds