Home
last modified time | relevance | path

Searched refs:range (Results 176 – 200 of 362) sorted by relevance

12345678910>>...15

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c922 int range = 10; in ar9300_spur_mitigate_mrc_cck() local
937 range = 19; in ar9300_spur_mitigate_mrc_cck()
946 range = 10; in ar9300_spur_mitigate_mrc_cck()
950 range = 5; in ar9300_spur_mitigate_mrc_cck()
954 range = 10; in ar9300_spur_mitigate_mrc_cck()
976 if (cur_bb_spur < range) { in ar9300_spur_mitigate_mrc_cck()
1017 int range = 10; in ar9300_spur_mitigate_ofdm() local
1039 range = 19; in ar9300_spur_mitigate_ofdm()
1048 range = 10; in ar9300_spur_mitigate_ofdm()
1086 if (abs(freq_offset) < range) { in ar9300_spur_mitigate_ofdm()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.def32 check for various tree codes are optimized into range checks. This
161 compiler. POINTER_TYPE, REFERENCE_TYPE. Note that this range
162 overlaps the previous range of ordered types. */
197 Note that this range overlaps the previous range. */
202 Its range of values specifies the array length.
450 /* Likewise, except that the result is a range ("slice") of the array. The
452 of the range is taken from the type of the expression. */
494 one for each index in the range. (If the corresponding field VALUE
973 (one-value) case label. If it is non-NULL_TREE, the case is a range.
H A Dcalls.c1324 get_size_range (tree exp, tree range[2], bool allow_zero /* = false */) in get_size_range()
1329 range[0] = range[1] = exp; in get_size_range()
1350 range[0] = TYPE_MIN_VALUE (exptype); in get_size_range()
1351 range[1] = TYPE_MAX_VALUE (exptype); in get_size_range()
1355 range[0] = NULL_TREE; in get_size_range()
1356 range[1] = NULL_TREE; in get_size_range()
1415 range[0] = wide_int_to_tree (exptype, min); in get_size_range()
1416 range[1] = wide_int_to_tree (exptype, max); in get_size_range()
/dragonfly/contrib/gdb-7/gdb/
H A Djit-reader.in100 forest of blocks, each block representing an code address range and
108 code address range the block corresponds to.
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.def33 check for various tree codes are optimized into range checks. This
158 compiler. POINTER_TYPE, REFERENCE_TYPE. Note that this range
159 overlaps the previous range of ordered types. */
194 Note that this range overlaps the previous range. */
199 Its range of values specifies the array length.
415 /* Likewise, except that the result is a range ("slice") of the array. The
417 of the range is taken from the type of the expression. */
440 one for each index in the range. (If the corresponding field VALUE
/dragonfly/games/sail/
H A Dextern.h303 int range(struct ship *, struct ship *);
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dslist392 // versions: one that takes a count, and one that takes a range.
393 // The range version is a member template, so we dispatch on whether
637 // Moves the range [__before_first + 1, __before_last + 1) to *this,
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dslist391 // versions: one that takes a count, and one that takes a range.
392 // The range version is a member template, so we dispatch on whether
636 // Moves the range [__before_first + 1, __before_last + 1) to *this,
/dragonfly/bin/ed/
H A DPOSIX9 1) For backwards compatibility, the POSIX rule that says a range of
/dragonfly/usr.sbin/cron/doc/
H A DMAIL22 specification = range {"," range}
23 range = (start "-" finish ["/" step]) | single-unit
25 do a range inside a list), and handles your specific need. >>
/dragonfly/contrib/binutils-2.27/binutils/
H A DREADME19 Copyright years on binutils source files may be listed using range
20 notation, e.g., 1991-2012, indicating that every year in the range,
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap_pwd.c198 os_free(data->allowed_groups.range); in eap_pwd_deinit()
241 if (!data->allowed_groups.range) { in eap_pwd_allowed_group()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dpasses.texi498 @item Value range propagation
503 range propagation algorithm (Accurate Static Branch Prediction by
507 range per SSA name. This means that the current implementation
555 etc.) are replaced by code that checks the selected address range
843 integrated because coalescing, register live range splitting, and hard
905 On many RISC machines, branch instructions have a limited range.
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_mode.h381 uint8_t range; member
/dragonfly/share/i18n/csmapper/TCVN/
H A DUCS%VISCII.src47 # Contrary to the iso8859-* family of charsets viscii also uses low range
H A DVISCII%UCS.src47 # Contrary to the iso8859-* family of charsets viscii also uses low range
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dbitset1011 * extensions from the SGI version. They do no range checking.
1137 * @note These operators do no range checking and throw no exceptions,
1141 * resolves DR 11 (items 1 and 2), but does not do the range-checking
1143 * The DR has since been changed: range-checking is a precondition
/dragonfly/sys/dev/raid/mpr/mpi/
H A Dmpi2_history.txt113 * Added defines for product-specific range of message
523 * 03-29-12 02.00.21 Added a product specific range to event values.
584 * Added product-specific range to RAID Action values.
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5348 struct detailed_data_monitor_range *range; in amdgpu_dm_add_sink_to_freesync_module() local
5388 range = &data->data.range; in amdgpu_dm_add_sink_to_freesync_module()
5400 if (range->flags != 1) in amdgpu_dm_add_sink_to_freesync_module()
5403 amdgpu_dm_connector->min_vfreq = range->min_vfreq; in amdgpu_dm_add_sink_to_freesync_module()
5404 amdgpu_dm_connector->max_vfreq = range->max_vfreq; in amdgpu_dm_add_sink_to_freesync_module()
5406 range->pixel_clock_mhz * 10; in amdgpu_dm_add_sink_to_freesync_module()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dcommon.h538 } *range; member
/dragonfly/contrib/file/magic/Magdir/
H A Dmacintosh106 # length of filename (must be in the range 1-63)
199 # filename (in the range 1-63)
H A Dicc186 # search range = tags count * 12 -8=< maximal tag count * 12 -8= 43 * 12 -8= 508
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr2/
H A Ddynamic_bitset452 * do no range checking.
754 * @brief Append an iterator range of blocks.
928 * @note These operators do no range checking and throw no
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dbitset1026 * extensions from the SGI version. They do no range checking.
1149 * @note These operators do no range checking and throw no exceptions,
1153 * resolves DR 11 (items 1 and 2), but does not do the range-checking
1155 * The DR has since been changed: range-checking is a precondition
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-mmix.texi384 range 0@dots{}255 from the initial value of such an allocated register.
425 forward references, in the range 0@dots{}255. If you need operands having
493 The single operand to @samp{BSPEC} must be number in the range

12345678910>>...15