OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
45
static int
BitSize
(S value) {
51
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
510
unsigned
BitSize
= getSizeInBits();
511
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
638
unsigned
BitSize
;
641
if (BV->isConstantSplat(APVal, APUndef,
BitSize
, HasAnyUndefs, 32, true))
[
all
...]
Completed in 851 milliseconds