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

  /external/giflib/
gifalloc.c 30 BitSize(int n) {
56 if (ColorCount != (1 << BitSize(ColorCount))) {
71 Object->BitsPerPixel = BitSize(ColorCount);
189 NewBitSize = BitSize(CrntSlot);
  /external/v8/src/
bignum.cc 44 static int BitSize(S value) {
50 ASSERT(kBigitSize >= BitSize(value));
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 169 unsigned BitSize = V->getType()->getPrimitiveSizeInBits();
173 switch(BitSize) {
273 unsigned BitSize = V->getType()->getPrimitiveSizeInBits();
274 unsigned WordSize = (BitSize + 63) / 64;
279 for (unsigned i = 1, ct = 0; i < (BitSize>64 ? 64 : BitSize);
290 if (BitSize > 64) {
293 BitSize -= 64;
306 unsigned BitSize = V->getType()->getPrimitiveSizeInBits();
307 for (unsigned i = 1; i < BitSize; i <<= 1)
    [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 530 unsigned BitSize = getSizeInBits();
531 return BitSize >= 8 && !(BitSize & (BitSize - 1));
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 683 unsigned BitSize;
686 if (BV->isConstantSplat(APVal, APUndef, BitSize, HasAnyUndefs, 32, true))
    [all...]

Completed in 661 milliseconds