HomeSort by: relevance | last modified time | path
    Searched defs:Range (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/lib/libunwind/
AddressSpace.hpp 61 rangeCmp, rangeCmpKey, offsetof(Range, range_link), NULL
64 dsoTableCmp, dsoTableCmpKey, offsetof(Range, dso_link), NULL
245 Range *n;
248 n = (Range *)rb_tree_find_node(&segmentTree, &pc);
286 Range *n = (Range *)malloc(sizeof(*n));
295 if (static_cast<Range *>(rb_tree_insert_node(&segmentTree, n)) == n) {
306 Range *n = static_cast<Range *>(rb_tree_find_node(&segmentTree, &pcStart));
326 Range *n
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h 102 /// \brief Annotation for a range of locations in a diagnostic.
103 class Range {
108 Range() : Start(), End(), Text() {}
109 Range(MemoryLocation Start, MemoryLocation End, const char *Text)
189 Range Ranges[MaxRanges];
198 Diag &AddRange(Range A) {
220 Diag &operator<<(const Range &R) { return AddRange(R); }
  /src/sys/arch/ibmnws/include/
pnp.h 217 #define L1_Packet 0x81 /* Memory range */
228 #define L6_Packet 0x86 /* 32-bit Fixed Loc Mem Range Desc */
514 /* bit(7:1) cmd in range x31-x37 */
515 /* bit(7:0) cmd in range x28-x3f (opt)*/
565 unsigned char Range[2]; /* base address 10 bits */
585 struct _L1_Pack{ /* MEMORY RANGE PACKET */
  /src/sys/arch/prep/include/
pnp.h 217 #define L1_Packet 0x81 /* Memory range */
228 #define L6_Packet 0x86 /* 32-bit Fixed Loc Mem Range Desc */
539 /* bit(7:1) cmd in range x31-x37 */
540 /* bit(7:0) cmd in range x28-x3f (opt)*/
590 unsigned char Range[2]; /* base address 10 bits */
610 struct _L1_Pack{ /* MEMORY RANGE PACKET */
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 1433 UINT64 Range;
2212 ACPI_HMAT_TYPE_ADDRESS_RANGE = 0, /* Memory subsystem address range */

Completed in 16 milliseconds