Home
last modified time | relevance | path

Searched refs:range (Results 201 – 225 of 362) sorted by relevance

12345678910>>...15

/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dinvoke.texi358 -fcx-limited-range @gol
608 -mfixed-range=@var{register-range} @gol
663 -mfixed-range=@var{register-range} -mtls-size=@var{tls-size} @gol
888 -mdivsi3_libfunc=@var{name} -mfixed-range=@var{register-range} @gol
918 -mfixed-range=@var{register-range} @gol
12551 20-bit range.
13024 @item -mfixed-range=@var{register-range}
13025 @opindex mfixed-range
14186 @item -mfixed-range=@var{register-range}
18174 @item -mfixed-range=@var{register-range}
[all …]
/dragonfly/tools/tools/locale/etc/charmaps/
H A DISCII-DEV.TXT121 # the range 0xA1-0xEE constitutes a two-byte code point which can
163 # byte but it is not in the range 0xA1-0xEE, the mapping process
/dragonfly/contrib/file/magic/Magdir/
H A Dmsdos1092 >>>6 uleshort =0x0004 \b, cell range
1093 # active cellcoord range (start row, page,column ; end row, page, column)
1182 # 2nd record for most worksheets describes cells range
1184 # 3rd record for most japan worksheets describes cells range
1186 # check and then display Lotus worksheet cells range
1189 >0 ubelong 0x06000800 \b, cell range
1190 # cell range (start column, row, end column, row) start values normally 0,0~A1 cell
1194 # end of cell range
H A Djpeg167 # JPEG extended range
/dragonfly/share/i18n/csmapper/APPLE/
H A DGREEK%UCS.src98 # family IDs are in the Mac OS Roman range). To determine if the
H A DUCS%GREEK.src98 # family IDs are in the Mac OS Roman range). To determine if the
H A DTHAI%UCS.src151 # variant tags in the range 0xF873-75. Since these are combined with
H A DUCS%THAI.src151 # variant tags in the range 0xF873-75. Since these are combined with
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-i370.texi193 directive does not support the full range of HLASM semantics.
H A Dc-sh64.texi56 Emit code-range descriptors for constants in SHcompact code sections.
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h811 void add_range (source_range range);
/dragonfly/contrib/gcc-4.7/gcc/
H A Dexpr.c10747 try_casesi (tree index_type, tree index_expr, tree minval, tree range, in try_casesi() argument
10763 rtx rangertx = expand_normal (range); in try_casesi()
10790 op2 = expand_normal (range); in try_casesi()
10794 create_convert_operand_from_type (&ops[2], op2, TREE_TYPE (range)); in try_casesi()
10826 if (INTVAL (range) > cfun->cfg->max_jumptable_ents) in do_tablejump()
10827 cfun->cfg->max_jumptable_ents = INTVAL (range); in do_tablejump()
10838 emit_cmp_and_jump_insns (index, range, GTU, NULL_RTX, mode, 1, in do_tablejump()
10881 try_tablejump (tree index_type, tree index_expr, tree minval, tree range, in try_tablejump() argument
10897 TYPE_MODE (TREE_TYPE (range)), in try_tablejump()
10898 expand_normal (range), in try_tablejump()
[all …]
/dragonfly/sys/dev/drm/i915/
H A Di915_gem_gtt.c3899 u64 range, addr; in random_offset() local
3904 range = round_down(end - len, align) - round_up(start, align); in random_offset()
3905 if (range) { in random_offset()
3910 if (range > U32_MAX) { in random_offset()
3915 div64_u64_rem(addr, range, &addr); in random_offset()
/dragonfly/contrib/wpa_supplicant/src/p2p/
H A Dp2p.c3006 os_free(p2p->no_go_freq.range); in p2p_deinit()
4815 os_free(p2p->no_go_freq.range); in p2p_set_no_go_freq()
4816 p2p->no_go_freq.range = NULL; in p2p_set_no_go_freq()
4824 os_memcpy(tmp, list->range, list->num * sizeof(struct wpa_freq_range)); in p2p_set_no_go_freq()
4825 os_free(p2p->no_go_freq.range); in p2p_set_no_go_freq()
4826 p2p->no_go_freq.range = tmp; in p2p_set_no_go_freq()
/dragonfly/contrib/gdb-7/readline/doc/
H A Dhsuser.texi146 Fix Command. In the first form, a range of commands from @var{first} to
401 A range of words; @samp{-@var{y}} abbreviates @samp{0-@var{y}}.
/dragonfly/contrib/gdb-7/gdb/
H A Dvalarith.c1836 struct type *range = TYPE_INDEX_TYPE (type); in value_bit_index() local
1838 if (get_discrete_bounds (range, &low_bound, &high_bound) < 0) in value_bit_index()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr2/
H A Ddynamic_bitset600 * do no range checking.
896 * @brief Append an iterator range of blocks.
1070 * @note These operators do no range checking and throw no
/dragonfly/contrib/tcpdump/
H A Dprint-isoclns.c2392 uint32_t range; in isis_print_router_cap_subtlv() local
2396 range = GET_BE_U_3(tptr+1); in isis_print_router_cap_subtlv()
2399 range); in isis_print_router_cap_subtlv()
/dragonfly/contrib/gcc-4.7/libdecnumber/
H A DdecNumberLocal.h244 #error DECDPUN must be in the range 1-9
/dragonfly/contrib/gdb-7/libdecnumber/
H A DdecNumberLocal.h244 #error DECDPUN must be in the range 1-9
/dragonfly/contrib/gcc-8.0/libdecnumber/
H A DdecNumberLocal.h243 #error DECDPUN must be in the range 1-9
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dparser.c9533 if (error_operand_p (range)) in cp_parser_perform_range_for_lookup()
9539 if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (range)))) in cp_parser_perform_range_for_lookup()
9542 "has incomplete type", TREE_TYPE (range)); in cp_parser_perform_range_for_lookup()
9546 if (TREE_CODE (TREE_TYPE (range)) == ARRAY_TYPE) in cp_parser_perform_range_for_lookup()
9549 *begin = range; in cp_parser_perform_range_for_lookup()
9551 range, in cp_parser_perform_range_for_lookup()
9552 array_type_nelts_top (TREE_TYPE (range)), in cp_parser_perform_range_for_lookup()
9569 member_end = lookup_member (TREE_TYPE (range), id_end, in cp_parser_perform_range_for_lookup()
9580 "%<end%> member but not a %<begin%>", TREE_TYPE (range)); in cp_parser_perform_range_for_lookup()
9594 VEC_safe_push (tree, gc, vec, range); in cp_parser_perform_range_for_lookup()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dexpr.c11731 try_casesi (tree index_type, tree index_expr, tree minval, tree range, in try_casesi() argument
11746 rtx rangertx = expand_normal (range); in try_casesi()
11774 op2 = expand_normal (range); in try_casesi()
11778 create_convert_operand_from_type (&ops[2], op2, TREE_TYPE (range)); in try_casesi()
11802 do_tablejump (rtx index, machine_mode mode, rtx range, rtx table_label, in do_tablejump() argument
11807 if (INTVAL (range) > cfun->cfg->max_jumptable_ents) in do_tablejump()
11808 cfun->cfg->max_jumptable_ents = INTVAL (range); in do_tablejump()
11819 emit_cmp_and_jump_insns (index, range, GTU, NULL_RTX, mode, 1, in do_tablejump()
11882 TYPE_MODE (TREE_TYPE (range)), in try_tablejump()
11883 expand_normal (range), in try_tablejump()
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME-HS20235 # 0..255 range with 0 being the highest priority)
247 # provisioning_sp value). The range of this priority is 0-255 with 0
/dragonfly/usr.sbin/pfctl/
H A Dparse.y367 struct range { struct
371 } range; member
395 struct range rport;
429 int parseport(char *, struct range *r, int);
468 %type <v.range> portplain portstar portrange
6094 parseport(char *port, struct range *r, int extensions) in parseport()

12345678910>>...15