Searched refs:range (Results 1 - 25 of 323) sorted by relevance

1234567891011>>

/src/sys/dev/pci/
H A Dgenfb_pcivar.h34 struct range { struct
49 struct range sc_ranges[8];
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_libignore.cc60 for (const auto &range : mod.ranges()) { local in function:__sanitizer::LibIgnore::OnLibraryLoaded
61 if (!range.executable)
85 ignored_code_ranges_[idx].begin = range.beg;
86 ignored_code_ranges_[idx].end = range.end;
104 for (const auto &range : mod.ranges()) { local in function:__sanitizer::LibIgnore::OnLibraryLoaded
105 if (!range.executable)
107 if (IsPcInstrumented(range.beg) && IsPcInstrumented(range.end - 1))
109 VReport(1, "Adding instrumented range %p-%p from library '%s'\n",
110 range
[all...]
H A Dsanitizer_libignore.h65 inline bool IsInRange(uptr pc, const LibCodeRange &range) const {
66 return (pc >= range.begin && pc < range.end);
/src/usr.bin/make/unit-tests/
H A Dvarmod-range.mk1 # $NetBSD: varmod-range.mk,v 1.19 2025/06/28 22:39:29 rillig Exp $
3 # Tests for the :range variable modifier, which generates sequences
4 # of integers from the given range.
9 # The :range modifier generates a sequence of integers, one number per
11 .if ${a b c:L:range} != "1 2 3"
17 .if ${:U first "the second word" third 4 :range} != "1 2 3 4"
21 # The :range modifier takes the number of words from the value of the
22 # expression. If that expression is undefined, the range is
24 .if "${:range}" != ""
30 .if ${:U:range} !
[all...]
H A Dvarmod-range.exp1 make: varmod-range.mk:43: Variable "" is undefined
2 while evaluating "${:range=5} != """ with value "1 2 3 4 5"
3 make: varmod-range.mk:66: Invalid number "x}Rest" != "Rest"" for modifier ":range"
4 while evaluating "${:U:range=x}Rest" != "Rest"" with value ""
5 make: varmod-range.mk:76: Unknown modifier ":x0"
6 while evaluating "${:U:range=0x0}Rest" != "Rest"" with value "1"
7 make: varmod-range.mk:93: Unknown modifier ":rang"
9 make: varmod-range.mk:101: Unknown modifier ":rango"
11 make: varmod-range
[all...]
H A Ddirective-if-nested.mk14 @{ printf '.if %s\n' ${:U:range=1000}; \
16 printf '.endif # %s\n' ${:U:range=1000:[-1..1]}; \
H A Dopt-debug-x-trace.mk12 @echo 'Counting ${:U:range=7}'
H A Dvarmod-match-escape.mk87 # when the range ends with the character ']'.
89 # 'A' begins the range, 'B' is in the middle of the range, ']' ends the range,
90 # 'a' is outside the range.
92 # The ']' is part of the character range and at the same time ends the
95 # The first ']' is part of the character range and at the same time ends the
98 # The first ']' is part of the character range and at the same time ends the
101 # For negative character lists, the ']' ends the character range but does not
104 # is no practical need for a character range tha
[all...]
/src/games/hack/
H A Dhack.makemon.c188 int range; local in function:enexto
191 range = 1;
193 for (x = xx - range; x <= xx + range; x++)
194 if (goodpos(x, yy - range)) {
196 tfoo++->y = yy - range;
200 for (x = xx - range; x <= xx + range; x++)
201 if (goodpos(x, yy + range)) {
203 tfoo++->y = yy + range;
[all...]
/src/sys/arch/arm/acpi/
H A Dacpipchb.c70 struct acpipchb_bus_range range[ACPIPCHB_MAX_RANGES]; member in struct:acpipchb_bus_space
232 struct acpipchb_bus_range * const range = &abs->range[i]; local in function:acpipchb_bus_space_map
233 if (bpa >= range->min && bpa + size - 1 <= range->max) {
234 return abs->map(t, bpa + range->offset, size,
249 struct acpipchb_bus_range *range; local in function:acpipchb_setup_ranges_cb
279 range = &abs->range[abs->nrange];
282 range
[all...]
/src/sys/dev/mvme/
H A Dvme_two.c89 /* This range is fixed to A16, DATA */
170 vmetwo_master_range(struct vmetwo_softc *sc, int range, struct mvmebus_range *vr) argument
176 * First, check if the range is actually enabled...
179 if ((reg & VME2_MASTER_ENABLE(range)) == 0) {
185 * Fetch and record the range's attributes
188 attr >>= VME2_MASTER_ATTR_AM_SHIFT(range);
191 * Fix up the datasizes available through this range
222 * Fetch the local-bus start and end addresses for the range
224 reg = vme2_lcsr_read(sc, VME2LCSR_MASTER_ADDRESS(range));
237 if (range
264 vmetwo_slave_range(struct vmetwo_softc * sc,int range,vme_am_t am,struct mvmebus_range * vr) argument
[all...]
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_vega12_thermal.c168 * Set the requested temperature range for high and low alert signals
171 * @param range Temperature range to be programmed for
176 struct PP_TemperatureRange *range)
185 if (low < range->min)
186 low = range->min;
187 if (high > range->max)
188 high = range->max;
257 * @return result from set temperature range routine
279 * @return result from set temperature range routin
175 vega12_thermal_set_temperature_range(struct pp_hwmgr * hwmgr,struct PP_TemperatureRange * range) argument
295 vega12_start_thermal_controller(struct pp_hwmgr * hwmgr,struct PP_TemperatureRange * range) argument
[all...]
H A Damdgpu_vega20_thermal.c238 * Set the requested temperature range for high and low alert signals
241 * @param range Temperature range to be programmed for
246 struct PP_TemperatureRange *range)
255 if (low < range->min)
256 low = range->min;
257 if (high > range->max)
258 high = range->max;
327 * @return result from set temperature range routine
343 struct PP_TemperatureRange *range)
245 vega20_thermal_set_temperature_range(struct pp_hwmgr * hwmgr,struct PP_TemperatureRange * range) argument
342 vega20_start_thermal_controller(struct pp_hwmgr * hwmgr,struct PP_TemperatureRange * range) argument
[all...]
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_random.c101 u64 range, addr; local in function:igt_random_offset
106 range = round_down(end - len, align) - round_up(start, align);
107 if (range) {
109 div64_u64_rem(addr, range, &addr);
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_mn.c61 * @mni: the range (mm) is about to update
62 * @range: details on the invalidation
69 const struct mmu_notifier_range *range,
76 if (!mmu_notifier_range_blockable(range))
98 * @mni: the range (mm) is about to update
99 * @range: details on the invalidation
102 * We temporarily evict the BO attached to this range. This necessitates
106 const struct mmu_notifier_range *range,
112 if (!mmu_notifier_range_blockable(range))
68 amdgpu_mn_invalidate_gfx(struct mmu_interval_notifier * mni,const struct mmu_notifier_range * range,unsigned long cur_seq) argument
105 amdgpu_mn_invalidate_hsa(struct mmu_interval_notifier * mni,const struct mmu_notifier_range * range,unsigned long cur_seq) argument
/src/sbin/mount_nfs/
H A Dudp_xfer.c69 int range = IP_PORTRANGE_LOW; local in function:sendudp
82 setsockopt(sock, IPPROTO_IP, IP_PORTRANGE, &range, sizeof(range));
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
H A Damdgpu_dc_dsc.c324 // Round down to the nearest precision stop to bring it into DSC spec range
332 /* Get DSC bandwidth range based on [min_bpp, max_bpp] target bitrate range, and timing's pixel clock
340 struct dc_dsc_bw_range *range)
343 range->stream_kbps = dc_dsc_bandwidth_in_kbps_from_timing(timing);
346 range->max_kbps = dsc_div_by_10_round_up(max_bpp * timing->pix_clk_100hz);
347 range->max_target_bpp_x16 = max_bpp * 16;
348 if (range->max_kbps > range->stream_kbps) {
350 range
335 get_dsc_bandwidth_range(const uint32_t min_bpp,const uint32_t max_bpp,const struct dsc_enc_caps * dsc_caps,const struct dc_crtc_timing * timing,struct dc_dsc_bw_range * range) argument
380 struct dc_dsc_bw_range range; local in function:decide_dsc_target_bpp_x16
882 dc_dsc_compute_bandwidth_range(const struct display_stream_compressor * dsc,const uint32_t dsc_min_slice_height_override,const uint32_t min_bpp,const uint32_t max_bpp,const struct dsc_dec_dpcd_caps * dsc_sink_caps,const struct dc_crtc_timing * timing,struct dc_dsc_bw_range * range) argument
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common_mac.cc132 for (const __sanitizer::LoadedModule::AddressRange &range : local in function:__lsan::ProcessGlobalRegions
135 if (range.executable || !range.writable) continue;
138 if (!internal_strcmp(range.name, name)) continue;
141 ScanGlobalRange(range.beg, range.end, frontier);
/src/usr.bin/xlint/lint1/
H A Dcksnprintb.c66 range(quoted_iterator start, quoted_iterator end) function in typeref:typename:int
152 range(*dir, it), start(*dir, ck->fmt));
172 warning(364, range(dir, *it), start(dir, fmt));
182 warning(365, range(dir, *it), start(dir, fmt));
191 warning(368, range(dir, *it), start(dir, fmt));
236 range(dir, *it), start(dir, fmt));
240 range(dir, *it), start(dir, fmt));
242 /* bit position '%.*s' (%ju) in '%.*s' out of range %u..%u */
245 range(dir, *it), start(dir, fmt),
248 /* field width '%.*s' (%ju) in '%.*s' out of range
[all...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_dmem.h44 struct hmm_range *range);
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
H A Dhi3798cv200.dtsi180 pinctrl-single,gpio-range = <
181 &range 0 8 2 /* GPIO 0 */
182 &range 8 1 0 /* GPIO 1 */
183 &range 9 4 2
184 &range 13 1 0
185 &range 14 1 1
186 &range 15 1 0
187 &range 16 5 0 /* GPIO 2 */
188 &range 21 3 1
189 &range 2
210 range: gpio-range { label in label:soc.pmx0
[all...]
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dkirkwood-98dx4122.dtsi12 bus-range = <0x00 0xff>;
28 bus-range = <0x00 0xff>;
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
H A Dmerge_data_flow.py20 for i in range(0, len(a)):
/src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_mn.c48 * @range: the VMA under invalidation
54 const struct mmu_notifier_range *range,
64 if (!mmu_notifier_range_blockable(range))
53 radeon_mn_invalidate(struct mmu_interval_notifier * mn,const struct mmu_notifier_range * range,unsigned long cur_seq) argument
/src/games/adventure/
H A Dwizard.c156 ran(int range) argument
160 i = rand() % range;

Completed in 13 milliseconds

1234567891011>>