/toolchain/binutils/binutils-2.25/bfd/ |
cpu-m10300.c | 27 32, /* 32 bits in a word */ 28 32, /* 32 bits in an address */ 29 8, /* 8 bits in a byte */ 44 32, /* 32 bits in a word */ 45 32, /* 32 bits in an address */ 46 8, /* 8 bits in a byte */ 61 32, /* 32 bits in a word */ 62 32, /* 32 bits in an address */ 63 8, /* 8 bits in a byte */
|
cpu-hppa.c | 27 32, /* 32 bits in a word */ 28 32, /* 32 bits in an address */ 29 8, /* 8 bits in a byte */ 45 32, /* 32 bits in a word */ 46 32, /* 32 bits in an address */ 47 8, /* 8 bits in a byte */ 63 64, /* 64 bits in a word */ 64 64, /* 64 bits in an address */ 65 8, /* 8 bits in a byte */ 80 32, /* 32 bits in a word * [all...] |
cpu-rs6000.c | 52 32, /* 32 bits in a word */ 53 32, /* 32 bits in an address */ 54 8, /* 8 bits in a byte */ 67 32, /* 32 bits in a word */ 68 32, /* 32 bits in an address */ 69 8, /* 8 bits in a byte */ 82 32, /* 32 bits in a word */ 83 32, /* 32 bits in an address */ 84 8, /* 8 bits in a byte */ 100 32, /* 32 bits in a word * [all...] |
/external/llvm/include/llvm/ADT/ |
BitVector.h | 35 BitWord *Bits; // Actual bits. 36 unsigned Size; // Size of bitvector in bits. 37 unsigned Capacity; // Number of BitWords allocated in the Bits array. 52 WordRef = &b.Bits[Idx / BITWORD_SIZE]; 79 Bits = nullptr; 82 /// BitVector ctor - Creates a bitvector of specified number of bits. All 83 /// bits are initialized to the specified value. 86 Bits = (BitWord *)std::malloc(Capacity * sizeof(BitWord)); 87 init_words(Bits, Capacity, t) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
inffast.c | 46 state->bits < 8
56 - The maximum input bits used by a length/distance pair is 15 bits for the
57 length code, 5 bits for the length extra, 15 bits for the distance code,
58 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
85 unsigned bits; /* local strm->bits */
local 91 unsigned op; /* code bits, operation, extra bits, or */ [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
inffast.c | 46 state->bits < 8
56 - The maximum input bits used by a length/distance pair is 15 bits for the
57 length code, 5 bits for the length extra, 15 bits for the distance code,
58 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
85 unsigned bits; /* local strm->bits */
local 91 unsigned op; /* code bits, operation, extra bits, or */ [all...] |
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/ |
ArchDebugSupport.c | 50 IdtEntry[Index].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler;
51 IdtEntry[Index].Bits.OffsetHigh = (UINT16)((UINTN)InterruptHandler >> 16);
52 IdtEntry[Index].Bits.Selector = CodeSegment;
53 IdtEntry[Index].Bits.GateType = IA32_IDT_GATE_TYPE_INTERRUPT_32;
57 IdtEntry[DEBUG_TIMER_VECTOR].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler;
58 IdtEntry[DEBUG_TIMER_VECTOR].Bits.OffsetHigh = (UINT16)((UINTN)InterruptHandler >> 16);
59 IdtEntry[DEBUG_TIMER_VECTOR].Bits.Selector = CodeSegment;
60 IdtEntry[DEBUG_TIMER_VECTOR].Bits.GateType = IA32_IDT_GATE_TYPE_INTERRUPT_32;
91 return (VOID *) (((UINTN)IdtEntry[ExceptionNum].Bits.OffsetLow) |
92 (((UINTN)IdtEntry[ExceptionNum].Bits.OffsetHigh) << 16)); [all...] |
/external/flac/libFLAC/ |
bitwriter.c | 49 /* WATCHOUT: there are a few places where the code will not work unless uint32_t is >= 32 bits wide */ 71 #define FLAC__TOTAL_BITS(bw) (FLAC__WORDS_TO_BITS((bw)->words) + (bw)->bits) 75 uint32_t accum; /* accumulator; bits are right-justified; when full, accum is appended to buffer */ 78 unsigned bits; /* # of used bits in accum */ member in struct:FLAC__BitWriter 93 /* calculate total words needed to store 'bits_to_add' additional bits */ 94 new_capacity = bw->words + ((bw->bits + bits_to_add + FLAC__BITS_PER_WORD - 1) / FLAC__BITS_PER_WORD); 108 FLAC__ASSERT(new_capacity >= bw->words + ((bw->bits + bits_to_add + FLAC__BITS_PER_WORD - 1) / FLAC__BITS_PER_WORD)); 150 bw->words = bw->bits = 0; 167 bw->words = bw->bits = 0 [all...] |
/external/pdfium/third_party/zlib_v128/ |
inffast.c | 46 state->bits < 8 56 - The maximum input bits used by a length/distance pair is 15 bits for the 57 length code, 5 bits for the length extra, 15 bits for the distance code, 58 and 13 bits for the distance extra. This totals 48 bits, or six bytes. 85 unsigned bits; /* local strm->bits */ local 91 unsigned op; /* code bits, operation, extra bits, or * [all...] |
/external/syslinux/com32/lib/zlib/ |
inffast.c | 46 state->bits < 8 56 - The maximum input bits used by a length/distance pair is 15 bits for the 57 length code, 5 bits for the length extra, 15 bits for the distance code, 58 and 13 bits for the distance extra. This totals 48 bits, or six bytes. 85 unsigned bits; /* local strm->bits */ local 91 unsigned op; /* code bits, operation, extra bits, or * [all...] |
/external/zlib/src/ |
inffast.c | 46 state->bits < 8 56 - The maximum input bits used by a length/distance pair is 15 bits for the 57 length code, 5 bits for the length extra, 15 bits for the distance code, 58 and 13 bits for the distance extra. This totals 48 bits, or six bytes. 85 unsigned bits; /* local strm->bits */ local 91 unsigned op; /* code bits, operation, extra bits, or * [all...] |
/external/jemalloc/src/ |
rtree.c | 11 /* Only the most significant bits of keys passed to rtree_[gs]et() are used. */ 13 rtree_new(rtree_t *rtree, unsigned bits, rtree_node_alloc_t *alloc, 20 assert(bits > 0 && bits <= (sizeof(uintptr_t) << 3)); 22 bits_in_leaf = (bits % RTREE_BITS_PER_LEVEL) == 0 ? RTREE_BITS_PER_LEVEL 23 : (bits % RTREE_BITS_PER_LEVEL); 24 if (bits > bits_in_leaf) { 25 height = 1 + (bits - bits_in_leaf) / RTREE_BITS_PER_LEVEL; 26 if ((height-1) * RTREE_BITS_PER_LEVEL + bits_in_leaf != bits) 30 assert((height-1) * RTREE_BITS_PER_LEVEL + bits_in_leaf == bits); [all...] |
/system/bt/embdrv/sbc/decoder/srce/ |
bitalloc.c | 28 The functions in this file relate to the allocation of available bits to 108 * bitpool may be larger than the bits actually required but the only input we 109 * have are the scale factors. For example, it takes 2 bits to represent values 112 * preferred bitpool. This is not ideal because 0 requires 0 bits but we 119 * @param preferredBitpool Returns the number of reserved bits 143 OI_INT bits = scale_factor[sb]; local 144 if (bits > maxBits) { 145 maxBits = bits; 147 bitneeds[sb] = bits; 149 bitcount += bits; 161 OI_INT bits = scale_factor[sb]; local [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
SIInstrInfo.td | 34 field bits<4> EncodingType = 0; 35 field bits<1> NeedWait = 0; 45 field bits<32> Inst; 51 field bits<64> Inst; 94 // i64Literal is really a i32 literal with the top 32-bits all set to zero. 119 bits<4> EN; 120 bits<6> TGT; 121 bits<1> COMPR; 122 bits<1> DONE; 123 bits<1> VM [all...] |
/external/icu/icu4c/source/i18n/ |
scriptset.cpp | 32 for (uint32_t i=0; i<UPRV_LENGTHOF(bits); i++) { 33 bits[i] = 0; 46 for (uint32_t i=0; i<UPRV_LENGTHOF(bits); i++) { 47 bits[i] = other.bits[i]; 54 for (uint32_t i=0; i<UPRV_LENGTHOF(bits); i++) { 55 if (bits[i] != other.bits[i]) { 66 if (script < 0 || script >= (int32_t)sizeof(bits) * 8) { 72 return ((bits[index] & bit) != 0) [all...] |
fmtableimp.h | 29 * IEEE doubles have 53 bits of mantissa, 10 bits exponent, 1 bit sign. 30 * IBM Mainframes have 56 bits of mantissa, 7 bits of base 16 exponent, 1 bit sign.
|
/external/llvm/lib/Target/MSP430/ |
MSP430InstrFormats.td | 17 class Format<bits<2> val> { 18 bits<2> Value = val; 26 class SourceMode<bits<2> val> { 27 bits<2> Value = val; 43 class SizeVal<bits<3> val> { 44 bits<3> Value = val; 56 field bits<16> Inst; 77 class IForm<bits<4> opcode, DestMode dest, bit bw, SourceMode src, SizeVal sz, 92 class IForm8<bits<4> opcode, DestMode dest, SourceMode src, SizeVal sz, 96 class I8rr<bits<4> opcode [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
MSP430InstrFormats.td | 17 class Format<bits<2> val> { 18 bits<2> Value = val; 26 class SourceMode<bits<2> val> { 27 bits<2> Value = val; 43 class SizeVal<bits<3> val> { 44 bits<3> Value = val; 56 field bits<16> Inst; 77 class IForm<bits<4> opcode, DestMode dest, bit bw, SourceMode src, SizeVal sz, 92 class IForm8<bits<4> opcode, DestMode dest, SourceMode src, SizeVal sz, 96 class I8rr<bits<4> opcode [all...] |
/art/test/419-long-parameter/ |
info.txt | 2 on 32bits architectures. The move to hard float ABI makes it so that the
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/ |
ArchDebugSupport.c | 50 IdtEntry[Index].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler;
51 IdtEntry[Index].Bits.OffsetHigh = (UINT16)((UINTN)InterruptHandler >> 16);
52 IdtEntry[Index].Bits.OffsetUpper = (UINT32)((UINTN)InterruptHandler >> 32);
53 IdtEntry[Index].Bits.Selector = CodeSegment;
54 IdtEntry[Index].Bits.GateType = IA32_IDT_GATE_TYPE_INTERRUPT_32;
58 IdtEntry[DEBUG_TIMER_VECTOR].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler;
59 IdtEntry[DEBUG_TIMER_VECTOR].Bits.OffsetHigh = (UINT16)((UINTN)InterruptHandler >> 16);
60 IdtEntry[DEBUG_TIMER_VECTOR].Bits.OffsetUpper = (UINT32)((UINTN)InterruptHandler >> 32);
61 IdtEntry[DEBUG_TIMER_VECTOR].Bits.Selector = CodeSegment;
62 IdtEntry[DEBUG_TIMER_VECTOR].Bits.GateType = IA32_IDT_GATE_TYPE_INTERRUPT_32; [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BitSet.js | 10 * @param {Number|Array} [bits] a 32 bit number or array of 32 bit numbers 14 org.antlr.runtime.BitSet = function(bits) { 15 if (!bits) { 16 bits = org.antlr.runtime.BitSet.BITS; 19 if (org.antlr.lang.isArray(bits)) { 24 this.bits = bits; 25 } else if(org.antlr.lang.isNumber(bits)) { 26 this.bits = [] [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
DESKeyGenerator.java | 12 * the key generated will be 64 bits in size, otherwise 13 * strength can be 64 or 56 bits (if you don't count the parity bits). 30 + " bits long.");
|
/external/dtc/tests/ |
appendprop.dts | 5 prop-int64 = /bits/ 64 <0xdeadbeef01abcdef 0xdeadbeef01abcdef>;
|
/external/elfutils/backends/ |
ppc_corenote.c | 39 #ifndef BITS 40 # define BITS 32 43 # define BITS 64 51 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS } 68 #define PRSTATUS_REGS_SIZE (BITS / 8 * 48) 72 { .offset = 0, .regno = 32, .count = 32, .bits = 64 }, /* f0-f31 */ 73 { .offset = 32 * 8 + 4, .regno = 65, .count = 1, .bits = 32 } /* fpscr */ 80 { .offset = 0, .regno = 1124, .count = 32, .bits = 128 } [all...] |
/external/llvm/test/Assembler/ |
invalid-datalayout7.ll | 3 ; CHECK: number of bits must be a byte width multiple
|