Searched refs:low (Results 1 - 25 of 425) sorted by path

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c229 uint16_t low = DTRACE_LLQUANTIZE_LOW(arg); local
239 for (order = 0; order < low; order++)
H A Ddt_consume.c998 uint16_t factor, low, high, nsteps; local
1013 low = DTRACE_LLQUANTIZE_LOW(arg);
1021 if (size > INT32_MAX || factor < 2 || low >= high ||
1057 for (order = 0; order < low; order++)
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbinary.c244 bfd_vma low; local
251 low = 0;
257 && (! found_low || s->lma < low))
259 low = s->lma;
265 s->filepos = s->lma - low;
H A Ddwarf2.c146 bfd_vma low; member in struct:arange
934 first_arange->low = low_pc;
948 if (high_pc == arange->low)
950 arange->low = low_pc;
960 arange->low = low_pc;
1150 for ia64-Linux). Thus, to determine the low and high
1353 lowest_pc = function->arange.low;
1358 if (function->arange.low < lowest_pc)
1359 lowest_pc = function->arange.low;
1459 if (addr >= arange->low
[all...]
H A Decofflink.c1879 long low, high, len;
1888 for (low = 0, high = len - 1 ; low != high ;)
1890 mid = (high + low) / 2;
1897 low = mid + 1;
1901 higher than the highest entry. In the former case high = low = mid = 0;
1902 we want to return -1. In the latter case, low = high and mid = low - 1;
1875 long low, high, len; local
H A Delf32-score.c108 struct elf_link_hash_entry *low; member in struct:score_elf_hash_sort_data
939 hsd->low = (struct elf_link_hash_entry *) h;
947 hsd->low = (struct elf_link_hash_entry *) h;
1002 hsd.low = NULL;
1027 g->global_gotsym = hsd.low;
H A Dhash.c336 const unsigned long *low = &primes[0]; local
339 while (low != high)
341 const unsigned long *mid = low + (high - low) / 2;
343 low = mid + 1;
348 if (n >= *low)
351 return *low;
H A Dpe-mips.c233 /* The low 16 bits of a symbol value. */
564 the low 16 bits of the addend */
626 bfd_vma val, tmp, targ, src, low; local
766 low = bfd_get_32 (input_bfd, contents + rel[1].r_vaddr);
767 low &= 0xffff;
768 if (low & 0x8000)
769 low -= 0x10000;
770 targ = val + low + ((tmp & 0xffff) << 16);
H A Dppcboot.c378 bfd_vma low;
384 low = abfd->sections->vma;
386 if (s->vma < low)
387 low = s->vma;
390 s->filepos = s->vma - low;
370 bfd_vma low; local
H A Dsyms.c1259 long low, high; local
1266 low = 0;
1268 while (low != high)
1270 mid = (high + low) / 2;
1281 low = mid + 1;
H A Dtekhex.c75 bfd_vma low; member in struct:__anon256
768 int low; local
779 for (low = 0; !need && low < span; low++)
780 if (d->chunk_init[addr + low])
788 for (low = 0; low < span; low++)
790 TOHEX (dst, d->chunk_data[addr + low]);
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.c579 is->low = s->where->offset;
H A Dcoffgrok.h71 int low; member in struct:coff_isection
H A Dieee.c1646 bfd_vma low, high, signedp, size; local
1648 if (! ieee_read_number (info, pp, &low)
1657 (bfd_signed_vma) low,
3632 bfd_vma low;
3777 bfd_signed_vma low;
4334 ieee_add_range (struct ieee_handle *info, bfd_boolean global, bfd_vma low,
4339 if (low == (bfd_vma) -1 || high == (bfd_vma) -1 || low == high)
4349 if (high >= r->low && low <
3630 bfd_vma low; member in struct:ieee_range
3775 bfd_signed_vma low; member in struct:ieee_modified_array_type
4332 ieee_add_range(struct ieee_handle *info, bfd_boolean global, bfd_vma low, bfd_vma high) argument
4388 ieee_start_range(struct ieee_handle *info, bfd_vma low) argument
4406 bfd_vma low; local
4964 bfd_vma low, high; local
5033 bfd_vma low, high; local
5072 ieee_add_bb11(struct ieee_handle *info, asection *sec, bfd_vma low, bfd_vma high) argument
5573 ieee_range_type(void *p, bfd_signed_vma low, bfd_signed_vma high) argument
5594 ieee_array_type(void *p, bfd_signed_vma low, bfd_signed_vma high, bfd_boolean stringp ATTRIBUTE_UNUSED) argument
[all...]
H A Dresrc.c2878 rc_uint_type low, high, offset;
2881 low = windres_get_32 (&wrtarget, mt->items[i].lowid, 4);
2884 while (low <= high)
2900 wr_printcomment (e, "MessageId = 0x%x", low);
2909 ++low;
2875 rc_uint_type low, high, offset; local
H A Dsrconv.c1241 = sfile->section[src].high - sfile->section[src].low + 1;
1243 = sfile->section[src].low;
1296 return sfile->section[section->number].low;
H A Dwrstabs.c991 stab_range_type (void *p, bfd_signed_vma low, bfd_signed_vma high)
1003 sprintf (buf, "r%s;%ld;%ld;", s, (long) low, (long) high);
1017 stab_array_type (void *p, bfd_signed_vma low, bfd_signed_vma high,
1052 range, (long) low, (long) high, element);
1056 if (high < low)
1059 size = element_size * ((high - low) + 1);
989 stab_range_type(void *p, bfd_signed_vma low, bfd_signed_vma high) argument
1015 stab_array_type(void *p, bfd_signed_vma low, bfd_signed_vma high, bfd_boolean stringp) argument
/freebsd-11-stable/contrib/binutils/gas/
H A Datof-generic.c131 address_of_generic_floating_point_number->low;
145 address_of_generic_floating_point_number->low;
300 = -1 + address_of_generic_floating_point_number->low;
321 - address_of_generic_floating_point_number->low
434 digits_flonum.low = digits_binary_low;
488 power_of_10_flonum.low = power_binary_low;
492 temporary_flonum.low = temporary_binary_low;
603 if (f->low < f->high)
604 for (lp = f->high; lp >= f->low; lp--)
607 for (lp = f->low; l
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Datof-ieee.c168 /* Extra bits for zeroed low-order bits.
184 generic_floating_point_number.low = bits + MAX_PRECISION;
234 = generic_floating_point_number.low + precision - 1 + GUARD;
275 if (generic_floating_point_number.low > generic_floating_point_number.leader)
422 - generic_floating_point_number.low);
430 - generic_floating_point_number.low);
H A Datof-vax.c200 /* Extra bits for zeroed low-order bits.
208 f.low = bits + MAX_PRECISION;
227 f.high = f.low + precision - 1 + GUARD;
262 if (f->low > f->leader)
298 littlenum_end = f->low;
304 exponent_1 = f->exponent + f->leader + 1 - f->low;
H A Dtc-alpha.c1465 offsetT low, high, extra, tmp;
1469 low = sign_extend_16 (addend);
1470 tmp = addend - low;
1502 if ((low && !poffset) || (!poffset && basereg != targreg))
1504 /* Emit "lda r, low(base)". */
1505 set_tok_const (newtok[1], low);
1508 low = 0;
1512 set_tok_const (*poffset, low);
1458 offsetT low, high, extra, tmp; local
H A Dtc-arm.c4792 are, OR the register number into the low-order bits. */
5446 OP_HALF, /* 0 .. 65535 or low/high reloc. */
6595 add rd, pc, #low(label-.-8)"
8671 instruction encoding, and it allows only two low registers.
9708 /* We know we have low registers at this point.
11964 /* Invert low-order SIZE bits of XHI:XLO. */
16856 offsetT low;
16862 low = (1 << shift) - 1;
16866 if (offset & low)
17949 /* We usually want to set the low bi
16843 offsetT low; local
[all...]
H A Dtc-mips.c6651 order 32 bits of the value and the low order 32 bits are either
6727 the value and the low order 32 bits are either zero or in
9210 * We issue a warning and mask out all but the low 5 bits.
9235 greater than 31, issue a warning and mask out all but the low
9488 as_warn ("Improper align amount (%ld), using low bits",
9734 the low order 32 bits. Otherwise, set imm_expr to
12042 the same low-part relocation unless there's no alternative. Having
12043 several high parts for the same low part is a GNU extension; this rule
12048 It therefore makes sense to choose the last matching low-part
12078 Set LO_POS to the position of the chosen low
[all...]
H A Dtc-ppc.c563 int middle, low, high;
566 low = 0;
571 middle = (low + high) / 2;
576 low = middle + 1;
580 while (low <= high);
560 int middle, low, high; local
H A Dtc-s390.c227 int middle, low, high; local
230 low = 0;
235 middle = (low + high) / 2;
240 low = middle + 1;
244 while (low <= high);

Completed in 627 milliseconds

1234567891011>>