Searched refs:Length (Results 351 - 375 of 535) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_dock.c110 buf.Length = sizeof(retobj);
166 ejd_buffer.Length = ACPI_ALLOCATE_BUFFER;
H A Dacpi_pxm.c332 length = mem->Length;
639 acpi_walk_subtables(srat + 1, (char *)srat + srat->Header.Length,
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h140 bit16 Length; member in struct:tiIOCTLPayload
152 bit16 Length; member in struct:tiIOCTLPayload_wwn
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp322 uint32_t Length = calculateSerializedLength(); local
323 if (auto EC = Msf.setStreamSize(StreamDBI, Length))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp282 uint32_t Length = readBytesUnaligned(P, 4); local
284 uint8_t *Ret = P + Length;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1234 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length) { argument
1236 *Length = Str.size();
1262 size_t Length) {
1264 unwrap(Builder)->getOrCreateTypeArray({unwrap(Types), Length}).get());
1280 int64_t *Addr, size_t Length) {
1282 Length)));
1422 size_t Length) {
1424 return wrap(unwrap(Builder)->getOrCreateArray({DataValue, Length}).get());
1260 LLVMDIBuilderGetOrCreateTypeArray(LLVMDIBuilderRef Builder, LLVMMetadataRef *Types, size_t Length) argument
1279 LLVMDIBuilderCreateExpression(LLVMDIBuilderRef Builder, int64_t *Addr, size_t Length) argument
1420 LLVMDIBuilderGetOrCreateArray(LLVMDIBuilderRef Builder, LLVMMetadataRef *Data, size_t Length) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp54 unsigned Length = RF.NumRegisterCostEntries; local
57 addRegisterFile(RF, ArrayRef<MCRegisterCostEntry>(FirstElt, Length));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp151 Value *&Index, Value *&Length,
282 /// be interpreted as a range check, return false and set `Index` and `Length`
284 /// set `Length` to the upper limit `Index` is being range checked.
288 Value *&Length, bool &IsSigned) {
324 Length = LHS;
336 Length = LHS;
366 Value *Length = nullptr, *Index;
368 if (!parseRangeCheckICmp(L, ICI, SE, Index, Length, IsSigned))
381 if (Length)
382 End = SE.getSCEV(Length);
286 parseRangeCheckICmp(Loop *L, ICmpInst *ICI, ScalarEvolution &SE, Value *&Index, Value *&Length, bool &IsSigned) argument
[all...]
/freebsd-13-stable/stand/i386/cdboot/
H A Dcdboot.S558 edd_packet: .byte 0x10 # Length
572 name_len: .byte 0x0 # Length of current name
/freebsd-13-stable/stand/i386/libi386/
H A Dpxe.c160 if (pxenv_p->Length > sizeof(*pxenv_p)) {
172 for (counter = 0; counter < pxenv_p->Length; counter++)
/freebsd-13-stable/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c298 {ACPI_DMT_UINT8, ACPI_SRATH_OFFSET (Length), "Length", DT_LENGTH},
325 {ACPI_DMT_UINT64, ACPI_SRAT1_OFFSET (Length), "Address Length", 0},
423 {ACPI_DMT_UINT32, ACPI_TCPA_CLIENT_OFFSET (MinimumLogLength), "Min Event Log Length", 0},
431 {ACPI_DMT_UINT64, ACPI_TCPA_SERVER_OFFSET (MinimumLogLength), "Min Event Log Length", 0},
497 {ACPI_DMT_UINT32, ACPI_TPM2A_OFFSET (MinimumLogLength), "Minimum Log Length", DT_OPTIONAL},
573 {ACPI_DMT_UINT32, ACPI_WDAT_OFFSET (HeaderLength), "Header Length", DT_LENGTH},
681 {ACPI_DMT_UINT16, ACPI_WPBT_OFFSET (ArgumentsLength), "Arguments Length", 0},
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload2.c767 Op->Named.Length, RegionSpace, WalkState);
831 Op->Named.Data, Op->Named.Length, WalkState);
/freebsd-13-stable/sys/contrib/dev/acpica/components/events/
H A Devregion.c370 * 2) Length of the above buffer
386 Context->Length = FieldObj->Field.ResourceLength;
396 Context->Length = FieldObj->Field.ResourceLength;
/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexoparg1.c896 Value = TempDesc->String.Length;
904 Value = TempDesc->Buffer.Length;
/freebsd-13-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsparse.c355 ReplacementOp->Named.Length = Op->Named.Length;
/freebsd-13-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c730 * DESCRIPTION: Delete a previously created mapping. Where and Length must
1511 * Length - Size of area
1522 ACPI_SIZE Length)
1534 * Length - Size of area
1545 ACPI_SIZE Length)
1520 AcpiOsReadable( void *Pointer, ACPI_SIZE Length) argument
1543 AcpiOsWritable( void *Pointer, ACPI_SIZE Length) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp333 // Check for MVC 0(Length,FI1),0(FI2)
340 // Check that Length covers the full slots.
341 int64_t Length = MI.getOperand(2).getImm();
344 if (MFI.getObjectSize(FI1) != Length ||
345 MFI.getObjectSize(FI2) != Length)
1669 // the number of set bits in Length if so.
1670 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { argument
1675 Length = findFirstSet(Top);
1690 unsigned LSB, Length; local
1691 if (isStringOfOnes(Mask, LSB, Length)) {
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp822 unsigned Length = APLength == 0 ? 64 : APLength.getZExtValue(); local
826 unsigned End = Index + Length;
829 // Since variables 'Index' and 'Length' are unsigned values
837 if ((Length % 8) == 0 && (Index % 8) == 0) {
839 Length /= 8;
846 for (int i = 0; i != (int)Length; ++i)
848 for (int i = Length; i != 8; ++i)
860 // Length bits.
864 Elt = Elt.zextOrTrunc(Length);
899 unsigned Length local
2556 uint64_t Length = (Shift >> 8) & 0xff; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h280 support::ulittle32_t Length; member in struct:llvm::TpiStreamHeader::EmbeddedBuf
332 support::ulittle32_t Size; // Record Length.
H A DSymbolCache.h171 findLineNumbersByVA(uint64_t VA, uint32_t Length) const;
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-npf.c167 oid_data_arg->Length = (ULONG)(*lenp); /* XXX - check for ridiculously large value? */
178 *lenp = oid_data_arg->Length;
359 oid_data_arg->Length = (ULONG)(*lenp); /* XXX - check for ridiculously large value? */
371 *lenp = oid_data_arg->Length;
1920 * Length of the name, including the terminating
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h614 const uptr Length = getStats(&Str) + 1; local
616 if (Length < Size)
617 Size = Length;
622 return Length;
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_ioctl.h247 uint32_t Length; member in struct:mpr_diag_action
/freebsd-13-stable/sys/dev/mps/
H A Dmps_ioctl.h248 uint32_t Length; member in struct:mps_diag_action
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp32 OS << format(" %d: Offset = 0x%llx, Length = 0x%llx\n", I++, CU.Offset,
33 CU.Length);

Completed in 307 milliseconds

<<11121314151617181920>>