Searched refs:Length (Results 126 - 150 of 354) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp50 void resizePath(unsigned Length) { argument
51 if (Length == PathLength)
55 PathLength = Length;
57 PathPtr = new LValuePathEntry[Length];
88 void resizePath(unsigned Length) { argument
89 if (Length == PathLength)
93 PathLength = Length;
95 PathPtr = new PathElem[Length];
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h37 unsigned Length, Size, Type; member in class:llvm::InlineAsmIdentifierInfo
42 Length = 1;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseAST.cpp79 unsigned Length = Tok.getLength(); local
85 OS << ": current parser token '" << StringRef(Spelling, Length) << "'\n";
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h28 FileNameEntry() : Name(nullptr), DirIdx(0), ModTime(0), Length(0) {}
33 uint64_t Length; member in struct:llvm::DWARFDebugLine::FileNameEntry
74 // Length of the prologue in bytes.
79 // Length of the line table data in bytes (not including the prologue).
H A DDWARFUnit.h123 uint32_t Length; member in class:llvm::DWARFUnit
193 uint32_t getNextUnitOffset() const { return Offset + Length + 4; }
194 uint32_t getLength() const { return Length; }
272 size_t getDebugInfoSize() const { return Length + 4 - getHeaderSize(); }
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp97 E.Length = data.getU32(&Offset);
119 OS.indent(Indent) << " Length: " << E.Length << '\n';
/freebsd-11.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexmisc.c440 Length0 = Operand0->Buffer.Length;
441 Length1 = LocalOperand1->Buffer.Length;
453 /* Length and all bytes must be equal */
458 /* Length and all bytes match ==> TRUE */
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dactbl1.h109 UINT8 Length; member in struct:acpi_subtable_header
139 UINT32 RegionLength; /* Length of the boot error region */
151 UINT32 RawDataLength; /* Length of raw error data */
152 UINT32 DataLength; /* Length of generic error data */
303 UINT32 Length; member in struct:acpi_einj_vendor
562 UINT8 Length; member in struct:acpi_hest_notify
1077 UINT32 Length; member in struct:acpi_madt_generic_redistributor
1144 UINT8 Length; member in struct:acpi_msct_proximity
1172 UINT16 Length; member in struct:acpi_nfit_header
1206 UINT64 Length; member in struct:acpi_nfit_system_address
1431 UINT64 Length; member in struct:acpi_srat_mem_affinity
[all...]
H A Dacapps.h222 UINT32 Length,
H A Dacobject.h133 UINT32 Length;
205 UINT32 Length; member in struct:acpi_object_region
289 UINT8 Length; member in struct:acpi_object_processor
320 UINT32 BitLength; /* Length of field in bits */\
H A Dacpiosxf.h254 ACPI_SIZE Length);
436 ACPI_SIZE Length);
443 ACPI_SIZE Length);
/freebsd-11.0-release/sys/x86/xen/
H A Dpvcpu_enum.c117 acpi_walk_subtables(madt + 1, (char *)madt + madt->Header.Length,
186 madt_length = madt->Header.Length;
/freebsd-11.0-release/usr.sbin/acpi/acpidump/
H A Dacpi_user.c124 len = rsdp.Length;
218 acpi_checksum(sdt, sdt->Length) != 0)
/freebsd-11.0-release/contrib/llvm/tools/clang/tools/clang-format/
H A DClangFormat.cpp162 unsigned Length = Sources.getFileOffset(End) - Offset; local
163 Ranges.push_back(tooling::Range(Offset, Length));
195 unsigned Length = Sources.getFileOffset(End) - Offset; local
196 Ranges.push_back(tooling::Range(Offset, Length));
/freebsd-11.0-release/sys/dev/acpica/
H A Dacpi_throttle.c154 buf.Length = ACPI_ALLOCATE_BUFFER;
202 buf.Length = ACPI_ALLOCATE_BUFFER;
273 buf.Length = sizeof(obj);
276 if (obj.Buffer.Length < sizeof(ACPI_GENERIC_ADDRESS) + 3) {
H A Dacpi_pcib.c83 while (entry->Length != 0) {
85 prtptr += entry->Length;
142 prt->Length = ACPI_ALLOCATE_BUFFER;
/freebsd-11.0-release/sys/boot/i386/libi386/
H A Dbiosacpi.c94 sprintf(buf, "%d", rsdp->Length);
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Dasllisting.c370 UINT32 Length; local
606 Length = strlen (Pathname);
607 if (Length >= 4)
611 for (i = 0; i < Length; i++)
H A Ddtcompiler.h90 UINT32 StringLength;/* Length of Value */
119 UINT32 Length; member in struct:dt_subtable
182 UINT32 Length,
218 UINT32 Length);
230 UINT32 Length,
/freebsd-11.0-release/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c314 {ACPI_DMT_UINT32, ACPI_HDR_OFFSET (Length), "Table Length", DT_LENGTH},
363 {ACPI_DMT_UINT32, ACPI_RSDP_OFFSET (Length), "Length", DT_LENGTH},
380 {ACPI_DMT_UINT32, ACPI_FACS_OFFSET (Length), "Length", DT_LENGTH},
424 {ACPI_DMT_UINT8, ACPI_FADT_OFFSET (Pm1EventLength), "PM1 Event Block Length", 0},
425 {ACPI_DMT_UINT8, ACPI_FADT_OFFSET (Pm1ControlLength), "PM1 Control Block Length", 0},
426 {ACPI_DMT_UINT8, ACPI_FADT_OFFSET (Pm2ControlLength), "PM2 Control Block Length", 0},
427 {ACPI_DMT_UINT8, ACPI_FADT_OFFSET (PmTimerLength), "PM Timer Block Length",
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.cpp250 unsigned Length =
252 Format.ColumnSizes[Column] = std::max(Format.ColumnSizes[Column], Length);
253 MinSizeInColumn[Column] = std::min(MinSizeInColumn[Column], Length);
/freebsd-11.0-release/contrib/llvm/tools/llvm-cov/
H A DCoverageReport.cpp108 unsigned Length = 0; variable
110 Length += Columns[I];
111 for (unsigned I = 0; I < Length; ++I)
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Dintel_acpi.c45 params[0].Buffer.Length = sizeof(intel_dsm_guid);
69 if (obj->Buffer.Length == 4) {
150 params[0].Buffer.Length = sizeof(intel_dsm_guid);
/freebsd-11.0-release/sys/contrib/dev/acpica/components/resources/
H A Drscalc.c143 * PARAMETERS: ResourceLength - Length from the resource header
147 * RETURN: Length of optional string (0 if no string present)
238 if (!Resource->Length)
255 /* Length can be 3 or 2 */
266 /* Length can be 1 or 0 */
278 * For a Vendor Specific resource, if the Length is between 1 and 7
389 Resource = ACPI_ADD_PTR (ACPI_RESOURCE, Resource, Resource->Length);
442 /* Validate the Resource Type and Resource Length */
723 * The length String.Length field does not include the
727 (*SubObjectList)->String.Length
[all...]
/freebsd-11.0-release/sys/x86/bios/
H A Dvpd.c60 u_int8_t Length; /* Sructure Length */ member in struct:vpd
129 length = ADDR2VPD(addr)->Length;
294 for (i = offsetof(struct vpd, BuildID); i < v->Length ; i++)

Completed in 241 milliseconds

1234567891011>>