Home
last modified time | relevance | path

Searched refs:ByteLength (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddtutils.c575 ByteLength = 0; in DtGetFieldLength()
614 ByteLength = 1; in DtGetFieldLength()
626 ByteLength = 2; in DtGetFieldLength()
631 ByteLength = 3; in DtGetFieldLength()
642 ByteLength = 4; in DtGetFieldLength()
647 ByteLength = 5; in DtGetFieldLength()
653 ByteLength = 6; in DtGetFieldLength()
659 ByteLength = 7; in DtGetFieldLength()
665 ByteLength = 8; in DtGetFieldLength()
735 ByteLength = 10; in DtGetFieldLength()
[all …]
H A Ddtfield.c203 UINT32 ByteLength, in DtCompileOneField() argument
272 UINT32 ByteLength) in DtCompileString() argument
281 if (Length > ByteLength) in DtCompileString()
287 Length = ByteLength; in DtCompileString()
315 UINT32 ByteLength) in DtCompileUnicode() argument
354 UINT32 ByteLength) in DtCompileUuid() argument
397 UINT32 ByteLength, in DtCompileInteger() argument
407 if ((ByteLength > 8) || (ByteLength == 0)) in DtCompileInteger()
579 if (Count != ByteLength) in DtCompileBuffer()
583 Count, ByteLength); in DtCompileBuffer()
[all …]
H A Ddtsubtable.c398 UINT32 ByteLength = 0; in DtGetSubtableLength() local
417 ByteLength += DtGetFieldLength (Field, Info); in DtGetSubtableLength()
453 return (ByteLength); in DtGetSubtableLength()
H A Ddtcompiler.h418 UINT32 ByteLength,
426 UINT32 ByteLength,
434 UINT32 ByteLength);
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtable.c964 if (ByteLength) in AcpiDmLineHeader()
982 if (ByteLength) in AcpiDmLineHeader()
1011 if (ByteLength) in AcpiDmLineHeader2()
1024 if (ByteLength) in AcpiDmLineHeader2()
1158 ByteLength = 1; in AcpiDmDumpTable()
1169 ByteLength = 2; in AcpiDmDumpTable()
1174 ByteLength = 3; in AcpiDmDumpTable()
1185 ByteLength = 4; in AcpiDmDumpTable()
1190 ByteLength = 5; in AcpiDmDumpTable()
1196 ByteLength = 6; in AcpiDmDumpTable()
[all …]
H A Ddmtbdump.c306 UINT32 ByteLength) in AcpiDmDumpUnicode() argument
314 Length = ByteLength - 2; /* Last two bytes are the null terminator */ in AcpiDmDumpUnicode()
348 AcpiDmDumpBuffer (Table, BufferOffset, ByteLength, in AcpiDmDumpUnicode()
/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c190 UINT32 ByteLength);
431 UINT32 ByteLength = 0; in AcpiDbTestOneObject() local
455 ByteLength = ObjDesc->String.Length; in AcpiDbTestOneObject()
461 ByteLength = ObjDesc->Buffer.Length; in AcpiDbTestOneObject()
462 BitLength = ByteLength * 8; in AcpiDbTestOneObject()
698 UINT32 ByteLength; in AcpiDbTestBufferType() local
704 if (ByteLength == 0) in AcpiDbTestBufferType()
751 WriteValue.Buffer.Length = ByteLength; in AcpiDbTestBufferType()
775 WriteValue.Buffer.Length = ByteLength; in AcpiDbTestBufferType()
825 UINT32 ByteLength) in AcpiDbTestStringType() argument
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/components/resources/
H A Drsmemory.c274 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
300 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
328 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
348 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
H A Drscalc.c390 if (Resource->Data.Vendor.ByteLength > 7) in AcpiRsGetAmlLength()
400 (TotalSize + Resource->Data.Vendor.ByteLength); in AcpiRsGetAmlLength()
H A Drsxface.c669 if ((Vendor->ByteLength < (ACPI_UUID_LENGTH + 1)) || in ACPI_EXPORT_SYMBOL()
H A Drsdumpinfo.c231 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Vendor.ByteLength), "Length", …
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAUtils.h25 Str16.ByteLength()); in invokeBstrMethod()
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dacrestyp.h359 UINT16 ByteLength; member
368 UINT16 ByteLength; member
H A Dacdisasm.h721 UINT32 ByteLength,
727 UINT32 ByteLength,
747 UINT32 ByteLength);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1111 unsigned ByteLength = Str.size(); in StringLiteral() local
1112 assert((ByteLength % CharByteWidth == 0) && in StringLiteral()
1120 Length = ByteLength; in StringLiteral()
1123 Length = ByteLength / 2; in StringLiteral()
1126 Length = ByteLength / 4; in StringLiteral()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp568 llvm::ArrayRef<char> SrcByteArray(SrcBytes, Result16.ByteLength()); in getUndecoratedNameEx()