Searched refs:ranges (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-9.3-release/sys/dev/fdt/
H A Dfdt_common.c68 pcell_t ranges[6], *rangesptr; local
93 * Process 'ranges' property.
99 len = OF_getproplen(node, "ranges");
100 if (len > sizeof(ranges))
103 if (OF_getprop(node, "ranges", ranges, sizeof(ranges)) <= 0)
110 if (fdt_ranges_verify(ranges, tuples, par_addr_cells,
116 rangesptr = &ranges[0];
321 fdt_ranges_verify(pcell_t *ranges, in argument
[all...]
H A Dfdt_pci.c76 pcell_t ranges[FDT_RANGES_CELLS]; local
84 * Retrieve 'ranges' property.
95 len = OF_getproplen(node, "ranges");
96 if (len > sizeof(ranges))
99 if (OF_getprop(node, "ranges", ranges, sizeof(ranges)) <= 0)
106 rangesptr = &ranges[0];
127 * This is a PCI subnode 'ranges'. Skip cell0 and
165 debugf("could not decode parent PCI node 'ranges'\
[all...]
/freebsd-9.3-release/sys/boot/fdt/dts/
H A Dts7800.dts75 ranges = <0x0 0x0f 0xf9300000 0x00100000
84 ranges = <0x0 0xf1000000 0x00100000>;
120 ranges = <0x0 0x72000 0x2000>;
H A Ddb78100.dts79 ranges = <0x0 0x0f 0xf9300000 0x00100000
122 ranges = <0x0 0xf1000000 0x00100000>;
210 ranges = <0x0 0x72000 0x2000>;
236 ranges = <0x0 0x76000 0x2000>;
312 ranges = <0x02000000 0x0 0xf2000000 0xf2000000 0x0 0x04000000
H A Ddb88f6281.dts81 ranges = <0x0 0x0f 0xf9300000 0x00100000
124 ranges = <0x0 0xf1000000 0x00100000>;
202 ranges = <0x0 0x72000 0x2000>;
281 ranges = <0x02000000 0x0 0xf1300000 0xf1300000 0x0 0x04000000
299 ranges = <0x02000000 0x0 0xf1300000
H A Dmpc8572ds.dts125 ranges = <0x0 0x0 0x0 0xe8000000 0x08000000>;
242 ranges = <0x0 0 0xffe00000 0x100000>;
308 ranges = <0x0 0xc100 0x200>;
349 ranges = <0x0 0x21100 0x200>;
398 ranges = <0x0 0x24000 0x1000>;
449 ranges = <0x0 0x25000 0x1000>;
479 ranges = <0x0 0x26000 0x1000>;
509 ranges = <0x0 0x27000 0x1000>;
571 msi-available-ranges = <0 0x100>;
623 ranges
[all...]
H A Ddb88f5182.dts78 ranges = <0x0 0x0f 0xf9300000 0x00100000
112 ranges = <0x0 0xf1000000 0x00100000>;
178 ranges = <0x0 0x72000 0x2000>;
H A Ddb88f5281.dts78 ranges = <0x0 0x0f 0xf9300000 0x00100000
112 ranges = <0x0 0xf1000000 0x00100000>;
178 ranges = <0x0 0x72000 0x2000>;
H A Ddockstar.dts80 ranges = <0x0 0x0f 0xf9300000 0x00100000
123 ranges = <0x0 0xf1000000 0x00100000>;
199 ranges = <0x0 0x72000 0x2000>;
H A Dsheevaplug.dts80 ranges = <0x0 0x0f 0xf9300000 0x00100000
123 ranges = <0x0 0xf1000000 0x00100000>;
199 ranges = <0x0 0x72000 0x2000>;
H A Dmpc8555cds.dts111 ranges = <0x0 0x0 0xff800000 0x00800000
148 ranges = <0x0 0xe0000000 0x100000>;
196 ranges = <0x0 0x21100 0x200>;
240 ranges = <0x0 0x24000 0x1000>;
280 ranges = <0x0 0x25000 0x1000>;
399 ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x10000000
433 ranges = <0x2000000 0x0 0x90000000 0x90000000 0x0 0x10000000
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp70 /// RangeSet contains a set of ranges. If the set is empty, then
75 PrimRangeSet ranges; // no need to make const, since it is an member in class:__anon3507::RangeSet
82 RangeSet(PrimRangeSet RS) : ranges(RS) {}
84 iterator begin() const { return ranges.begin(); }
85 iterator end() const { return ranges.end(); }
87 bool isEmpty() const { return ranges.isEmpty(); }
91 : ranges(F.add(F.getEmptySet(), Range(from, to))) {}
95 void Profile(llvm::FoldingSetNodeID &ID) const { ranges.Profile(ID); }
101 return ranges.isSingleton() ? ranges
[all...]
/freebsd-9.3-release/lib/libc/regex/
H A Dregex2.h119 crange *ranges; member in struct:__anon5134
138 if (cs->ranges[i].min <= ch && ch <= cs->ranges[i].max)
H A Dregfree.c76 free(g->sets[i].ranges);
/freebsd-9.3-release/sys/powerpc/ofw/
H A Dofw_pci.c94 static int ofw_pci_fill_ranges(phandle_t node, struct ofw_pci_range *ranges);
172 device_printf(dev, "could not get ranges\n");
370 * Map this through the ranges list
481 nbase_ranges = OF_getproplen(node, "ranges");
490 ofw_pci_fill_ranges(phandle_t node, struct ofw_pci_range *ranges) argument
504 nbase_ranges = OF_getproplen(node, "ranges");
511 OF_getprop(node, "ranges", base_ranges, nbase_ranges);
514 ranges[i].pci_hi = base_ranges[j++];
515 ranges[i].pci = 0;
517 ranges[
[all...]
/freebsd-9.3-release/sys/powerpc/mpc85xx/
H A Dlbc.c388 pcell_t *ranges, *rangesptr; local
422 * Process 'ranges' property.
440 tuples = OF_getprop_alloc(node, "ranges", tuple_size,
441 (void **)&ranges);
443 device_printf(dev, "could not retrieve 'ranges' property\n");
447 rangesptr = ranges;
458 bank = fdt_data_get((void *)ranges, 1);
464 ranges += 1;
470 offset = fdt_data_get((void *)ranges, sc->sc_addr_cells - 1);
471 ranges
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.h61 ranges, enumerator in enum:dwarf_section_display_enum
/freebsd-9.3-release/contrib/cvs/diff/
H A Ddiff3.c73 /* The ranges are indexed by */
90 int ranges[2][2]; /* Ranges are inclusive */
100 int ranges[3][2]; /* Ranges are inclusive */
107 * Access the ranges on a diff block.
110 ((diff)->ranges[filenum][START])
112 ((diff)->ranges[filenum][END])
601 * a) Take the lowest of the two ranges (in File2) in the two
616 * 2) Find the corresponding ranges in File0 (from the blocks
618 * Create a diff3_block, reserving space as indicated by the ranges.
849 /* Find the ranges i
89 int ranges[2][2]; /* Ranges are inclusive */ member in struct:diff_block
99 int ranges[3][2]; /* Ranges are inclusive */ member in struct:diff3_block
[all...]
/freebsd-9.3-release/contrib/diff/src/
H A Ddiff3.c56 /* The ranges are indexed by */
73 lin ranges[2][2]; /* Ranges are inclusive */
83 lin ranges[3][2]; /* Ranges are inclusive */
89 /* Access the ranges on a diff block. */
91 ((diff)->ranges[filenum][RANGE_START])
93 ((diff)->ranges[filenum][RANGE_END])
476 a) Take the lowest of the two ranges (in File2) in the two
491 2) Find the corresponding ranges in File0 (from the blocks
493 Create a diff3_block, reserving space as indicated by the ranges.
702 /* Find the ranges i
72 lin ranges[2][2]; /* Ranges are inclusive */ member in struct:diff_block
82 lin ranges[3][2]; /* Ranges are inclusive */ member in struct:diff3_block
[all...]
/freebsd-9.3-release/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c73 static const range_t ranges[] = { variable
272 range = &ranges[(size_t)graphic->charset];
322 range = &ranges[(size_t)CTRL];
329 range = &ranges[(size_t)graphic->charset];
336 range = &ranges[(size_t)graphic->charset];
350 range = &ranges[(size_t)graphic->charset];
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_fb.c127 info->apertures->ranges[0].base = dev->mode_config.fb_base;
128 info->apertures->ranges[0].size =
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_da.c2577 uint32_t off, ranges = 0; local
2603 off = ((ranges - 1) * UNMAP_RANGE_SIZE) +
2614 ranges >= softc->unmap_max_ranges) {
2620 ranges, softc->unmap_max_ranges);
2623 off = (ranges * UNMAP_RANGE_SIZE) + UNMAP_HEAD_SIZE;
2628 ranges++;
2634 if (bp1 == NULL || ranges >= softc->unmap_max_ranges ||
2639 scsi_ulto2b(ranges * 16 + 6, &buf[0]);
2640 scsi_ulto2b(ranges * 16, &buf[2]);
2648 /*dxfer_len*/ ranges * 1
2664 int ranges = 0, off, block_count; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h347 std::vector<SourceRange> ranges; member in class:clang::ento::PathDiagnosticPiece
385 ranges.push_back(R);
391 ranges.push_back(SourceRange(B,E));
395 ArrayRef<SourceRange> getRanges() const { return ranges; }
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp269 SmallVector<SourceRange, 2> ranges; local
277 ranges.push_back(drCond->getSourceRange());
278 ranges.push_back(drInc->getSourceRange());
286 FSLoc, ranges);
/freebsd-9.3-release/contrib/dtc/
H A Dchecks.c493 prop = get_property(node, "ranges");
498 FAIL(c, "Root node has a \"ranges\" property");
510 FAIL(c, "%s has empty \"ranges\" property but its "
515 FAIL(c, "%s has empty \"ranges\" property but its "
520 FAIL(c, "\"ranges\" property in %s has invalid length (%d bytes) "
534 struct property *reg, *ranges; local
540 ranges = get_property(node, "ranges");
542 if (!reg && !ranges)

Completed in 269 milliseconds

12