Searched refs:Length (Results 251 - 275 of 535) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp167 Obj.Length = FB & ~FixBitsMask::Array;
173 Obj.Length = FB & ~FixBitsMask::Map;
216 Obj.Length = static_cast<size_t>(endian::read<T, Endianness>(Current));
/freebsd-13-stable/sys/arm64/coresight/
H A Dcoresight_acpi.c108 return (obj->Type == ACPI_TYPE_BUFFER) && (obj->Buffer.Length == 16);
179 buf.Length = PAGE_SIZE;
180 buf.Pointer = malloc(buf.Length, M_TEMP, M_NOWAIT | M_ZERO);
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslutils.c871 Info.InternalName = UtLocalCacheCalloc (Info.Length);
1045 UINT32 Length = Op->Asl.AmlLength; local
1048 for (i = 0; i < Length; i++)
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c607 ReturnObj.Length = ACPI_ALLOCATE_BUFFER;
617 if (ReturnObj.Length)
621 Pathname, ReturnObj.Pointer, (UINT32) ReturnObj.Length);
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c627 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length,
638 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length,
726 Op->Named.Length, WalkState);
H A Ddsdebug.c205 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsutils.c199 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
354 Info->Length = (ACPI_NAMESEG_SIZE * Info->NumSegments) +
539 InternalName = ACPI_ALLOCATE_ZEROED (Info.Length);
564 * PARAMETERS: InternalNameLength - Length of the internal name below
/freebsd-13-stable/sys/contrib/dev/acpica/components/resources/
H A Drscalc.c251 * PARAMETERS: ResourceLength - Length from the resource header
255 * RETURN: Length of optional string (0 if no string present)
346 if (!Resource->Length)
363 /* Length can be 3 or 2 */
374 /* Length can be 1 or 0 */
386 * For a Vendor Specific resource, if the Length is between 1 and 7
542 Resource = ACPI_ADD_PTR (ACPI_RESOURCE, Resource, Resource->Length);
595 /* Validate the Resource Type and Resource Length */
943 * The length String.Length field does not include the
947 (*SubObjectList)->String.Length
[all...]
H A Drsutils.c209 * Count - Length of list
327 * PARAMETERS: TotalLength - Length of the AML descriptor, including
351 /* Length is the total descriptor length minus the header length */
356 /* Length is stored differently for large and small descriptors */
384 * TotalLength - Length of the AML descriptor, including
409 /* Set the Resource Length */
457 * PARAMETERS: ResourceLength - Length field of the descriptor
465 * RETURN: Length of the string plus NULL terminator, rounded up to native
941 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
962 Args[0]->Buffer.Length
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h91 /// Adds a replacement that replaces range [Loc, Loc+Length) with
95 unsigned Length, llvm::StringRef Text);
100 /// \p InsertAfter. Users should use `replace` with `Length=0` instead if they
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp344 unsigned Length = 1; local
345 for ( ; Next != E && Length < FuncMaxClause; ++Next) {
355 ++Length;
357 if (Length < 2)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp198 SDValue Char, SDValue Length, MachinePointerInfo SrcPtrInfo) const {
202 Length = DAG.getZExtOrTrunc(Length, DL, PtrVT);
206 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, Length);
196 EmitTargetCodeForMemchr( SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, SDValue Char, SDValue Length, MachinePointerInfo SrcPtrInfo) const argument
H A DSystemZSelectionDAGInfo.h47 SDValue Src, SDValue Char, SDValue Length,
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h77 Returns the 16-bit Length field of a device path node.
79 Returns the 16-bit Length field of the device path node specified by Node.
82 the Length field.
88 @return The 16-bit Length field of the device path node specified by Node.
187 be used to set the contents of the Length field.
194 @param Length The length, in bytes, of the device path node.
196 @return Length
203 IN UINTN Length
212 END_ENTIRE_DEVICE_PATH_SUBTYPE, and the Length field of Node is set to
215 the contents of the Length fiel
[all...]
/freebsd-13-stable/sys/arm64/acpica/
H A Dacpi_iort.c478 acpi_walk_subtables(madt + 1, (char *)madt + madt->Header.Length,
487 acpi_walk_subtables(srat + 1, (char *)srat + srat->Header.Length,
515 node_offset < iort->Header.Length;
516 node_offset += node_entry->Length) {
/freebsd-13-stable/stand/efi/loader/arch/arm64/
H A Dexec.c105 sprintf(buf, "%d", rsdp->Length);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h60 uint64_t Length = 0; member in struct:llvm::DWARFListTableHeader::Header
100 uint64_t getLength() const { return HeaderData.Length; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp161 void resizePath(unsigned Length) { argument
162 if (Length == PathLength)
166 PathLength = Length;
168 PathPtr = new LValuePathEntry[Length];
199 void resizePath(unsigned Length) { argument
200 if (Length == PathLength)
204 PathLength = Length;
206 PathPtr = new PathElem[Length];
/freebsd-13-stable/sys/dev/acpi_support/
H A Dacpi_wmi.c294 obj->Buffer.Length,
414 params[2].Buffer.Length = in->Length;
637 params[1].Buffer.Length = in->Length;
757 wdg_block_count = obj->Buffer.Length / sizeof(struct guid_info);
758 if ((ginfo = malloc(obj->Buffer.Length, M_ACPIWMI, M_NOWAIT))
763 memcpy(ginfo, obj->Buffer.Pointer, obj->Buffer.Length);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp82 uint32_t Length = *((const uint32_t *)P); local
91 return P + Length;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp89 unsigned Length = getDividerWidth(getOptions()); local
90 for (unsigned I = 0; I < Length; ++I)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h55 unsigned Length; member in struct:llvm::InlineAsmIdentifierInfo::VariableIdentifier
84 Var.Length = size / type;
/freebsd-13-stable/sys/dev/vmgenc/
H A Dvmgenc_acpi.c161 buf.Length = 256;
179 buf.Length = sizeof(param);
/freebsd-13-stable/sys/arm/arm/
H A Dgic_acpi.c144 acpi_walk_subtables(madt + 1, (char *)madt + madt->Header.Length,
312 acpi_walk_subtables(madt + 1, (char *)madt + madt->Header.Length,
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_locore.asm100 .long .LENDFDEDLSI0-.LSTARTFDEDLSI0 /* Length FDE */

Completed in 178 milliseconds

<<11121314151617181920>>