Searched refs:Length (Results 301 - 325 of 535) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacrestyp.h159 typedef UINT16 ACPI_RS_LENGTH; /* Resource Length field is fixed at 16 bits */
160 typedef UINT32 ACPI_RSDESC_SIZE; /* Max Resource Descriptor size is (Length+3) = (64K-1)+3 */
894 UINT32 Length; member in struct:acpi_resource
904 #define ACPI_RS_SIZE_NO_DATA 8 /* Id + Length fields */
911 ACPI_ADD_PTR (ACPI_RESOURCE, (Res), (Res)->Length)
916 UINT32 Length; member in struct:acpi_pci_routing_table
H A Dacstruct.h299 ACPI_OBJECT_INTEGER *Length; member in struct:acpi_aml_operands::__anon8943
H A Dacutils.h265 UINT32 Length,
280 ACPI_SIZE Length; member in struct:acpi_pkg_info
1175 UINT32 Length,
1187 UINT32 Length,
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c254 if( agIOCTLPayload->Length <
336 * Length Length of this structure in bytes.
389 TI_DBG3(("tiCOMMgntIOCTL: Signature %X\ntiCOMMgntIOCTL: MajorFunction 0x%X\ntiCOMMgntIOCTL: MinorFunction 0x%X\ntiCOMMgntIOCTL: Length 0x%X\ntiCOMMgntIOCTL: Status 0x%X\ntiCOMMgntIOCTL: Reserved 0x%X\ntiCOMMgntIOCTL: FunctionSpecificArea 0x%X\n",
393 agIOCTLPayload->Length,
479 TI_DBG6(("tiCOMMgntIOCTL: IOCTL_MJ_GET_EVENT_LOG1 Length %d\n", agIOCTLPayload->Length));
480 RequestLength = agIOCTLPayload->Length;
489 agIOCTLPayload->Length = 0;
502 agIOCTLPayload->Length
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h92 FindFileRegionDecls(clang::FileID File, unsigned Offset, unsigned Length,
94 m_Source->FindFileRegionDecls(File, Offset, Length, Decls);
355 FindFileRegionDecls(clang::FileID File, unsigned Offset, unsigned Length,
358 Sources[i]->FindFileRegionDecls(File, Offset, Length, Decls);
/freebsd-13-stable/contrib/bearssl/T0/
H A DWordBuilder.cs121 int len = cfStack.Length;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h106 SDValue Src, SDValue Char, SDValue Length,
105 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Src, SDValue Char, SDValue Length, MachinePointerInfo SrcPtrInfo) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h76 uint32_t getStreamLength() const { return StreamLayout.Length; }
/freebsd-13-stable/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp215 unsigned Length = Sources.getFileOffset(End) - Offset; local
216 Ranges.push_back(tooling::Range(Offset, Length));
248 unsigned Length = Sources.getFileOffset(End) - Offset; local
249 Ranges.push_back(tooling::Range(Offset, Length));
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h141 bool getRandom(void *Buffer, uptr Length, bool Blocking = false);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h43 unsigned Length; member in struct:clang::edit::Commit::Edit
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h141 bool RemoveText(SourceLocation Start, unsigned Length,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h115 /// Get the decls that are contained in a file in the Offset/Length
116 /// range. \p Length can be 0 to indicate a point at \p Offset instead of
118 void FindFileRegionDecls(FileID File, unsigned Offset,unsigned Length,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h34 Io.mapRequired("Length", R.Length);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp24 llvm::errs() << " " << Length << " \"" << L.getSpelling(*this, SM) << "\"\n";
392 unsigned Length = TokenPtr - (BufferPtr + 1);
396 if (Length == 1 && TokenPtr[-1] == 'f' && TokenPtr != CommentEnd) {
400 Length++;
404 StringRef CommandName(BufferPtr + 1, Length);
/freebsd-13-stable/sys/dev/mps/mpi/
H A Dmpi2.h764 U16 Length; member in struct:_MPI2_SGE_CHAIN32
773 U16 Length; member in struct:_MPI2_SGE_CHAIN64
782 U16 Length; member in struct:_MPI2_SGE_CHAIN_UNION
996 U32 Length; member in struct:_MPI2_IEEE_SGE_SIMPLE64
/freebsd-13-stable/sys/dev/pms/freebsd/driver/common/
H A Dencrypt_ioctl.h148 bit16 Length; member in struct:tiIOCTLPayloadHeader_s
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h81 unsigned Length; member in struct:llvm::OnDiskChainedHashTableGenerator::Bucket
92 ++B.Length;
182 LE.write<uint16_t>(B.Length);
183 assert(B.Length != 0 && "Bucket has a head but zero length?");
/freebsd-13-stable/sys/dev/usb/
H A Dusb_hub_acpi.c146 buf.Length = ACPI_ALLOCATE_BUFFER;
272 buf.Length = ACPI_ALLOCATE_BUFFER;
286 len = obj1->Buffer.Length;
289 len = obj->Buffer.Length;
/freebsd-13-stable/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c141 sprintf(buf, "%d", rsdp->Length);
/freebsd-13-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmdeferred.c217 Op, Op->Named.Data, Op->Named.Length);
258 * AmlLength - Length of the AML
/freebsd-13-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwxfsleep.c246 if (Facs->Length > 32)
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutmisc.c536 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-format.c590 UINT16 Length; local
594 Length = (UINT16) DevicePathNodeLength ((EFI_DEVICE_PATH_PROTOCOL *) AcpiAdr);
595 AdditionalAdrCount = (UINT16) ((Length - 8) / 4);
1001 UINT16 Length; local
1006 Length = (UINT16) ((DevicePathNodeLength ((EFI_DEVICE_PATH_PROTOCOL *) UsbWWId) - sizeof (USB_WWID_DEVICE_PATH)) / sizeof (CHAR16));
1007 if (SerialNumberStr [Length - 1] != 0) {
1011 NewStr = AllocateCopyPool ((Length + 1) * sizeof (CHAR16), SerialNumberStr);
1013 NewStr [Length] = 0;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h64 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, Expr *Stride, argument
73 SubExprs[LENGTH] = Length;
82 /// An array section can be written only as Base[LowerBound:Length].

Completed in 328 milliseconds

<<11121314151617181920>>