Home
last modified time | relevance | path

Searched refs:range (Results 151 – 175 of 362) sorted by relevance

12345678910>>...15

/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-arm-common.inc675 /* Cleanup in range, and we are running cleanups. */
689 /* Cleanup not in range, or we are in stage 1. */
745 /* Handler out of range, or not matched. */
795 /* Handler out of range, or exception is permitted. */
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-m68hc11.texi104 out of range. By default @code{@value{AS}} transforms the relative
108 an absolute branch when the offset is out of the -128 .. 127 range.
114 is out of range. This option does not affect the optimization
228 The number must be in the range @samp{-8}..@samp{+8} and must not be 0.
H A Dc-hppa.texi118 general register range), @samp{entry_fr} (end of float register range),
119 @samp{entry_sr} (end of space register range).
/dragonfly/contrib/binutils-2.27/include/
H A Ddwarf2.def314 DW_AT_DUP (DW_AT_lo_user, 0x2000) /* Implementation-defined range start. */
315 DW_AT_DUP (DW_AT_hi_user, 0x3fff) /* Implementation-defined range end. */
594 DW_OP_DUP (DW_OP_lo_user, 0xe0) /* Implementation-defined range start. */
595 DW_OP_DUP (DW_OP_hi_user, 0xff) /* Implementation-defined range end. */
/dragonfly/stand/boot/pc32/mbr/
H A Dmbr.S84 cmpb %dh,%dl # Within range?
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.def42 C, represents an expression evaluated in greater range or precision
/dragonfly/contrib/binutils-2.34/binutils/
H A Dwrstabs.c1021 char *range, *element, *buf; in stab_array_type() local
1026 range = stab_pop_type (info); in stab_array_type()
1032 buf = (char *) xmalloc (strlen (range) + strlen (element) + 100); in stab_array_type()
1050 range, (long) low, (long) high, element); in stab_array_type()
1051 free (range); in stab_array_type()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dwrstabs.c1021 char *range, *element, *buf; in stab_array_type() local
1026 range = stab_pop_type (info); in stab_array_type()
1032 buf = (char *) xmalloc (strlen (range) + strlen (element) + 100); in stab_array_type()
1050 range, (long) low, (long) high, element); in stab_array_type()
1051 free (range); in stab_array_type()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-strlen.c1958 tree range[2]; in maybe_diag_stxncpy_trunc() local
1959 get_range_strlen (src, range); in maybe_diag_stxncpy_trunc()
1960 if (range[0] != NULL_TREE in maybe_diag_stxncpy_trunc()
1961 && TREE_CODE (range[0]) == INTEGER_CST in maybe_diag_stxncpy_trunc()
1962 && range[1] != NULL_TREE in maybe_diag_stxncpy_trunc()
1963 && TREE_CODE (range[1]) == INTEGER_CST) in maybe_diag_stxncpy_trunc()
1965 lenrange[0] = wi::to_wide (range[0], prec); in maybe_diag_stxncpy_trunc()
1966 lenrange[1] = wi::to_wide (range[1], prec); in maybe_diag_stxncpy_trunc()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf-eh-frame.c1989 hdr_info->u.dwarf.array[hdr_info->array_count].range in _bfd_elf_write_section_eh_frame()
2086 if (p->range > q->range) in vma_compare()
2088 if (p->range < q->range) in vma_compare()
2302 + hdr_info->u.dwarf.array[i - 1].range))) in write_dwarf_eh_frame_hdr()
/dragonfly/contrib/mpfr/doc/
H A Dmpfr.info122 root, except the default exponent range is much wider and subnormal
541 representable in the current exponent range.
625 an unbounded exponent range. The exact result cannot be
634 exponent range. In the round-to-nearest mode, the result is
646 * Range error: A range exception occurs when a function that does
665 a range error in MPFR.
2189 its absolute value is the same, so that the possible range is
2410 in the range accepted by the implementation (in that case the
2412 If the user changes the exponent range, it is her/his
2414 are in the new allowed range (for example using
[all …]
/dragonfly/contrib/binutils-2.34/include/
H A Ddwarf2.def368 DW_AT_DUP (DW_AT_lo_user, 0x2000) /* Implementation-defined range start. */
369 DW_AT_DUP (DW_AT_hi_user, 0x3fff) /* Implementation-defined range end. */
662 DW_OP_DUP (DW_OP_lo_user, 0xe0) /* Implementation-defined range start. */
663 DW_OP_DUP (DW_OP_hi_user, 0xff) /* Implementation-defined range end. */
/dragonfly/contrib/gcc-8.0/include/
H A Ddwarf2.def360 DW_AT_DUP (DW_AT_lo_user, 0x2000) /* Implementation-defined range start. */
361 DW_AT_DUP (DW_AT_hi_user, 0x3fff) /* Implementation-defined range end. */
654 DW_OP_DUP (DW_OP_lo_user, 0xe0) /* Implementation-defined range start. */
655 DW_OP_DUP (DW_OP_hi_user, 0xff) /* Implementation-defined range end. */
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dcharset.c835 cpp_substring_ranges::add_range (source_range range) in add_range() argument
844 m_ranges[m_num_ranges++] = range; in add_range()
1670 source_range range = loc_reader->get_next (); in cpp_interpret_string_1() local
1671 out->add_range (range); in cpp_interpret_string_1()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf-eh-frame.c2191 hdr_info->u.dwarf.array[hdr_info->array_count].range in _bfd_elf_write_section_eh_frame()
2276 if (p->range > q->range) in vma_compare()
2278 if (p->range < q->range) in vma_compare()
2492 + hdr_info->u.dwarf.array[i - 1].range))) in write_dwarf_eh_frame_hdr()
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h315 int (*start_thermal_controller)(struct pp_hwmgr *hwmgr, struct PP_TemperatureRange *range);
323 struct PP_TemperatureRange *range);
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Drandom410 /** The type of the range of the distribution. */
637 /** The type of the range of the distribution. */
957 /** The type of the range of the distribution. */
1203 /** The type of the range of the distribution. */
1440 /** The type of the range of the distribution. */
1679 /** The type of the range of the distribution. */
1925 /** The type of the range of the distribution. */
2166 /** The type of the range of the distribution. */
2403 /** The type of the range of the distribution. */
2666 /** The type of the range of the distribution. */
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Dmips.cc5720 range = *range_ptr; in record_got_page_entry()
5721 if (!range || addend < range->min_addend - 0xffff) in record_got_page_entry()
5724 range->next = *range_ptr; in record_got_page_entry()
5725 range->min_addend = addend; in record_got_page_entry()
5726 range->max_addend = addend; in record_got_page_entry()
5728 *range_ptr = range; in record_got_page_entry()
5741 if (addend < range->min_addend) in record_got_page_entry()
5742 range->min_addend = addend; in record_got_page_entry()
5745 if (range->next && addend >= range->next->min_addend - 0xffff) in record_got_page_entry()
5748 range->max_addend = range->next->max_addend; in record_got_page_entry()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dmd.texi1678 Integer in the range @minus{}4095 to 4095
1687 Integer in the range 0 to 32
2419 range of @minus{}2048 to @minus{}1
2426 range of 1 to 2047.
2516 Unsigned 3 bit integer (in the range 0 to 7)
2866 Integer in the range 1 to 8
2875 Integer in the range @minus{}8 to @minus{}1
2954 A constant in the range of 0 to 255.
3122 A constant in the range 0 to 15, inclusive.
3522 Integer constant in the range 0 @dots{} 15.
[all …]
/dragonfly/sys/dev/disk/ccd/
H A Dccd.c907 daddr_t range = cs->sc_size / 16 * cs->sc_geom.ccg_secsize; in ccdstart() local
908 if (doffset < cs->sc_blk[pick] - range || in ccdstart()
909 doffset > cs->sc_blk[pick] + range in ccdstart()
/dragonfly/crypto/libressl/include/openssl/
H A Dbn.h366 int BN_rand_range(BIGNUM *rnd, const BIGNUM *range);
367 int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
/dragonfly/share/i18n/csmapper/MISC/
H A DNEXTSTEP%UCS.src43 # this table only maps the NextStep range from 0x80 - 0xFF.
H A DUCS%NEXTSTEP.src43 # this table only maps the NextStep range from 0x80 - 0xFF.
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_edid.h147 struct detailed_data_monitor_range range; member
/dragonfly/sys/dev/agp/
H A Dagp_if.m127 # AGP aperture. This effectively defines a range of contiguous

12345678910>>...15