HomeSort by: relevance | last modified time | path
    Searched refs:range (Results 1 - 25 of 327) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/dev/pci/
genfb_pcivar.h 34 struct range { struct
49 struct range sc_ranges[8];
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_libignore.cc 60 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.beg, range.end, mod.full_name())
    [all...]
sanitizer_libignore.h 65 inline bool IsInRange(uptr pc, const LibCodeRange &range) const {
66 return (pc >= range.begin && pc < range.end);
  /src/usr.bin/make/unit-tests/
varmod-range.mk 1 # $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} != "1
    [all...]
varmod-range.exp 1 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.mk:109: Unknown modifier ":ranger
    [all...]
directive-if-nested.mk 14 @{ printf '.if %s\n' ${:U:range=1000}; \
16 printf '.endif # %s\n' ${:U:range=1000:[-1..1]}; \
opt-debug-x-trace.mk 12 @echo 'Counting ${:U:range=7}'
varmod-match-escape.mk 87 # 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 that ends at ']'
    [all...]
  /src/games/hack/
hack.makemon.c 188 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/
acpipchb.c 70 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->min = res->Data.Address32.Address.Minimum
    [all...]
  /src/sys/dev/mvme/
vme_two.c 89 /* This range is fixed to A16, DATA */
170 vmetwo_master_range(struct vmetwo_softc *sc, int range, struct mvmebus_range *vr)
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 == 3 && (reg = vme2_lcsr_read(sc, VME2LCSR_MAST4_TRANS))!=0)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_thermal.c 168 * 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
    [all...]
amdgpu_vega20_thermal.c 238 * 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)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_mn.c 61 * @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))
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_random.c 101 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/sbin/mount_nfs/
udp_xfer.c 69 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/
amdgpu_dc_dsc.c 324 // 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->max_kbps = range->stream_kbps
380 struct dc_dsc_bw_range range; local in function:decide_dsc_target_bpp_x16
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_mac.cc 132 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/
cksnprintb.c 66 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 0..64 *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_dmem.h 44 struct hmm_range *range);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
kirkwood-98dx4122.dtsi 12 bus-range = <0x00 0xff>;
28 bus-range = <0x00 0xff>;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
hi3798cv200.dtsi 180 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 24 4 1 /* GPIO 3 *
210 range: gpio-range { label in label:soc.pmx0
    [all...]
  /src/games/adventure/
wizard.c 156 ran(int range)
160 i = rand() % range;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_mn.c 48 * @range: the VMA under invalidation
54 const struct mmu_notifier_range *range,
64 if (!mmu_notifier_range_blockable(range))
  /src/sys/arch/powerpc/oea/
ofwoea_machdep.c 476 DPRINTF("Found empty range in isa bus\n");
485 DPRINTF("FOUND PCI RANGE\n");
502 DPRINTF("FOUND ISA RANGE TYPE=%d\n",
561 int i, cur, range, nrofholes, error; local in function:ofwoea_map_space
576 range = 0;
578 find_ranges(node, regions, &range, RANGE_TYPE_ISA);
579 if (range == 0 || cur == 0)
588 if (range == -1) {
596 for (i=0; i < range; i++)
600 /* the first io range is the one *
    [all...]

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>