Searched refs:base (Results 1 - 25 of 1274) sorted by last modified time

1234567891011>>

/haiku-buildtools/binutils/zlib/win32/
H A DMakefile.msc52 -out:$@ -base:0x5A4C0000 $(OBJS) $(OBJA) zlib1.res
/haiku-buildtools/binutils/zlib/
H A Dtrees.c120 int extra_base; /* base index for extra_bits */
496 int base = desc->stat_desc->extra_base; local
523 if (n >= base) xbits = extra[n-base];
H A Dinftrees.c55 const unsigned short FAR *base; /* base value table to use */ local
57 int end; /* use base and extra for symbol > end */
60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */
183 base = extra = work; /* dummy value--not used */
187 base = lbase;
188 base -= 257;
194 base = dbase;
225 here.val = base[wor
[all...]
/haiku-buildtools/binutils/zlib/contrib/infback9/
H A Dinftree9.c55 const unsigned short FAR *base; /* base value table to use */ local
57 int end; /* use base and extra for symbol > end */
60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
68 static const unsigned short dbase[32] = { /* Distance codes 0..31 base */
177 base = extra = work; /* dummy value--not used */
181 base = lbase;
182 base -= 257;
188 base = dbase;
219 this.val = base[wor
[all...]
/haiku-buildtools/binutils/zlib/contrib/blast/
H A Dblast.c247 * This is the base-2 logarithm of the dictionary size minus six.
306 static const short base[16] = { /* base for length codes */ local
330 len = base[symbol] + bits(s, extra[symbol]);
/haiku-buildtools/binutils/opcodes/
H A Dz80-dis.c28 bfd_vma base; member in struct:buffer
66 r = info->read_memory_func (buf->base + buf->n_fetch,
91 target_addr = (buf->base + 2 + e) & 0xffff;
620 buf.base = addr;
H A Dxstormy16-opc.c1146 insns[i].base = &ib[i];
H A Dxstormy16-desc.c48 { "base", MACH_BASE },
369 /* Rb: base register */
373 /* Rbj: base register for jump */
1246 insns[i].base = &ib[i];
H A Dxc16x-opc.c3022 insns[i].base = &ib[i];
H A Dxc16x-desc.c48 { "base", MACH_BASE },
3278 insns[i].base = &ib[i];
H A Dtic6x-dis.c1322 char base[4]; local
1335 snprintf (base, 4, "%c%u", side, mem_base_reg);
1378 snprintf (operands[op_num], 24, "*-%s%s", base, offsetp);
1382 snprintf (operands[op_num], 24, "*+%s%s", base, offsetp);
1391 snprintf (operands[op_num], 24, "*--%s%s", base,
1396 snprintf (operands[op_num], 24, "*++%s%s", base,
1401 snprintf (operands[op_num], 24, "*%s--%s", base,
1406 snprintf (operands[op_num], 24, "*%s++%s", base,
H A Dor1k-opc.c1051 insns[i].base = &ib[i];
H A Dor1k-desc.c48 { "base", MACH_BASE },
1877 insns[i].base = &ib[i];
H A Dnds32-asm.c1407 build_hash_table (const void *base, size_t size)
1416 p = base;
1948 /* Generic operand parse base on the information provided by the field. */
2149 /* Initial the base value. */
1405 build_hash_table(const void *base, size_t size) argument
H A Dmt-opc.c897 insns[i].base = &ib[i];
H A Dmt-desc.c48 { "base", MACH_BASE },
1075 insns[i].base = &ib[i];
H A Dmep-opc.c118 /* All base insns are supported. */
173 if (insn->base->num == MEP_INSN_BSR12
6399 insns[i].base = &ib[i];
H A Dmep-desc.c48 { "base", MACH_BASE },
6155 insns[i].base = &ib[i];
H A Dm32r-opc.c1778 insns[i].base = &ib[i];
H A Dm32r-desc.c48 { "base", MACH_BASE },
1294 insns[i].base = &ib[i];
H A Dm32c-opc.c[all...]
H A Dm32c-desc.c48 { "base", MACH_BASE },
1752 /* BitBase16-16-u8: unsigned bit,base:8 at offset 16for m16c */
1756 /* BitBase16-16-s8: signed bit,base:8 at offset 16for m16c */
1760 /* BitBase16-16-u16: unsigned bit,base:16 at offset 16 for m16c */
1764 /* BitBase16-8-u11-S: signed bit,base:11 at offset 16 for m16c */
1768 /* BitBase32-16-u11-Unprefixed: unsigned bit,base:11 at offset 16 for m32c */
1772 /* BitBase32-16-s11-Unprefixed: signed bit,base:11 at offset 16 for m32c */
1776 /* BitBase32-16-u19-Unprefixed: unsigned bit,base:19 at offset 16 for m32c */
1780 /* BitBase32-16-s19-Unprefixed: signed bit,base:19 at offset 16 for m32c */
1784 /* BitBase32-16-u27-Unprefixed: unsigned bit,base
[all...]
H A Dm32c-asm.c581 unsigned long base;
591 return "Missing base for bit,base:8";
599 errmsg = cgen_parse_unsigned_integer (cd, & newp, opindex, & base);
603 bitbase = (unsigned long long) bit + ((unsigned long long) base * 8);
606 return _("bit,base is out of range");
609 if (! have_zero && base == 0)
613 return _("bit,base out of range for symbol");
618 return _("bit,base out of range for symbol");
635 signed long base;
580 unsigned long base; local
634 signed long base; local
[all...]
H A Dlm32-opc.c825 insns[i].base = &ib[i];
H A Dlm32-desc.c48 { "base", MACH_BASE },
931 insns[i].base = &ib[i];

Completed in 227 milliseconds

1234567891011>>