Home
last modified time | relevance | path

Searched refs:range (Results 76 – 100 of 362) sorted by relevance

12345678910>>...15

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenrecog.c823 struct range struct
825 range (T *);
826 range (T *, T *);
833 range release ();
834 void push_back (range);
835 range remove (range);
836 void replace (range, range);
845 list_head <T>::range::range (T *start_in) : start (start_in), end (start_in) {} in range() function
850 list_head <T>::range::range (T *start_in, T *end_in) in range() function
906 list_head <T>::replace (range oldr, range newr) in replace()
[all …]
H A Dtree-switch-conversion.c134 expand_switch_using_bit_tests_p (tree range, in expand_switch_using_bit_tests_p() argument
142 && compare_tree_int (range, GET_MODE_BITSIZE (word_mode)) < 0 in expand_switch_using_bit_tests_p()
143 && compare_tree_int (range, 0) > 0); in expand_switch_using_bit_tests_p()
276 tree minval, tree range, tree maxval) in emit_case_bit_tests() argument
373 range = maxval; in emit_case_bit_tests()
403 range = force_gimple_operand_gsi (&gsi, in emit_case_bit_tests()
404 fold_convert (unsigned_index_type, range), in emit_case_bit_tests()
407 tmp = fold_build2 (GT_EXPR, boolean_type_node, idx, range); in emit_case_bit_tests()
1893 expand_switch_as_decision_tree_p (tree range, in expand_switch_as_decision_tree_p() argument
1928 || compare_tree_int (range, max_ratio * count) > 0) in expand_switch_as_decision_tree_p()
[all …]
H A Dgimple-ssa-warn-restrict.c252 tree range[2]; in builtin_memref() local
255 get_size_range (size, range, true); in builtin_memref()
256 sizrange[0] = wi::to_offset (range[0]); in builtin_memref()
257 sizrange[1] = wi::to_offset (range[1]); in builtin_memref()
706 tree range[2]; in builtin_access() local
707 if (get_size_range (size, range, true)) in builtin_access()
709 bounds[0] = wi::to_offset (range[0]); in builtin_access()
710 bounds[1] = wi::to_offset (range[1]); in builtin_access()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_ht.c360 struct printranges *range; in ht_rateprint() local
362 for (range = ranges; range->txstream != 0; range++) { in ht_rateprint()
363 if (ic->ic_txstream < range->txstream) in ht_rateprint()
365 if (range->htcapflags && in ht_rateprint()
366 (ic->ic_htcaps & range->htcapflags) == 0) in ht_rateprint()
368 if (ratetype < range->ratetype) in ht_rateprint()
370 minrate = ht_getrate(ic, range->minmcs, mode, ratetype); in ht_rateprint()
371 maxrate = ht_getrate(ic, range->maxmcs, mode, ratetype); in ht_rateprint()
372 if (range->maxmcs) { in ht_rateprint()
374 range->minmcs, range->maxmcs, in ht_rateprint()
[all …]
/dragonfly/contrib/wpa_supplicant/src/common/
H A Dqca-vendor-attr.h25 struct qca_avoid_freq_range range[0]; member
/dragonfly/crypto/openssh/
H A DPROTOCOL.krl79 2.2. Certificate serial range section
82 a range of serial numbers of certificates:
87 All certificates in the range serial_min <= serial <= serial_max are
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind-dw2-fde-dip.c395 _Unwind_Ptr range; in _Unwind_IteratePhdrCallback() local
423 &f->pc_begin[f_enc_size], &range); in _Unwind_IteratePhdrCallback()
424 if (data->pc < table[mid].initial_loc + data_base + range) in _Unwind_IteratePhdrCallback()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-dw2-fde-dip.c391 _Unwind_Ptr range; in _Unwind_IteratePhdrCallback() local
419 &f->pc_begin[f_enc_size], &range); in _Unwind_IteratePhdrCallback()
420 if (data->pc < table[mid].initial_loc + data_base + range) in _Unwind_IteratePhdrCallback()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Dalgorithm72 "output range must use a RandomAccessIterator when input range"
/dragonfly/contrib/tcsh-6/nls/et/
H A Dset220 18 Program range error
21 19 Operand range error
/dragonfly/contrib/binutils-2.34/gold/
H A Dgdb-index.cc1288 const Dwarf_range_list::Range& range = ranges[j]; in do_write() local
1290 if (range.shndx > 0) in do_write()
1292 const Output_section* os = object->output_section(range.shndx); in do_write()
1294 + object->output_section_offset(range.shndx)); in do_write()
1296 elfcpp::Swap_aligned32<64, false>::writeval(pov, base + range.start); in do_write()
1298 base + range.end); in do_write()
/dragonfly/contrib/binutils-2.27/gold/
H A Dgdb-index.cc1288 const Dwarf_range_list::Range& range = ranges[j]; in do_write() local
1290 if (range.shndx > 0) in do_write()
1292 const Output_section* os = object->output_section(range.shndx); in do_write()
1294 + object->output_section_offset(range.shndx)); in do_write()
1296 elfcpp::Swap_aligned32<64, false>::writeval(pov, base + range.start); in do_write()
1298 base + range.end); in do_write()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-nios2.texi36 Replace identified out-of-range branches with PC-relative @code{jmp}
39 on the extended branch range because of the length of the sequences.
44 Replace branch instructions not determinable to be in range
246 Replace identified out-of-range branches with
/dragonfly/games/worm/
H A Dworm.c179 rnd(int range) in rnd() argument
181 return (random() % range); in rnd()
/dragonfly/contrib/tcsh-6/nls/french/
H A Dset220 18 Program range error
21 19 Operand range error
/dragonfly/contrib/grep/
H A DREADME58 For any copyright year range specified as YYYY-ZZZZ in this package
59 note that the range specifies every single year in that closed interval.
/dragonfly/games/sail/
H A Dpl_3.c98 target = range(ms, closest); in acceptcombat()
226 if (range(ms, sp) > 1 && !grappled2(ms, sp)) in grapungrap()
H A Ddr_1.c318 if (range(closest, sp) > in compcombat()
319 range(sp, closestenemy(sp, r ? 'r' : 'l', 1))) in compcombat()
323 target = range(sp, closest); in compcombat()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dmemory111 * @brief Copies the range [first,last) into result.
118 * Like copy(), but does not require an initialized output range.
168 * typical [first,last) range, and provides the begin(), end(), size()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dmemory112 * @brief Copies the range [first,last) into result.
119 * Like copy(), but does not require an initialized output range.
169 * typical [first,last) range, and provides the begin(), end(), size()
/dragonfly/tools/regression/bin/sh/parser/
H A Ddollar-quote13.03 # This Unicode escape sequence that has never been in range should either
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_event.c1678 struct wpa_freq_range *range = NULL; in qca_nl80211_avoid_freq() local
1694 range = os_calloc(count, sizeof(struct wpa_freq_range)); in qca_nl80211_avoid_freq()
1695 if (range == NULL) in qca_nl80211_avoid_freq()
1702 range[idx].min = freq_range->range[i].start_freq; in qca_nl80211_avoid_freq()
1703 range[idx].max = freq_range->range[i].end_freq; in qca_nl80211_avoid_freq()
1705 range[idx].min, range[idx].max); in qca_nl80211_avoid_freq()
1706 if (range[idx].min > range[idx].max) { in qca_nl80211_avoid_freq()
1712 event.freq_range.range = range; in qca_nl80211_avoid_freq()
1716 os_free(range); in qca_nl80211_avoid_freq()
/dragonfly/nrelease/root/etc/
H A Ddhcpd.conf25 range 10.1.0.128 10.1.0.254;
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dvega12_thermal.h63 struct PP_TemperatureRange *range);
/dragonfly/usr.sbin/edquota/
H A Dedquota.c93 int i, quotatype, range, tmpfd; in main() local
208 range = 1; in main()
211 range = 0; in main()
214 if (range) in main()

12345678910>>...15