| /freebsd-14.2/sys/contrib/dev/acpica/compiler/ |
| H A D | dtutils.c | 575 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 D | dtfield.c | 203 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 D | dtsubtable.c | 398 UINT32 ByteLength = 0; in DtGetSubtableLength() local 417 ByteLength += DtGetFieldLength (Field, Info); in DtGetSubtableLength() 453 return (ByteLength); in DtGetSubtableLength()
|
| H A D | dtcompiler.h | 418 UINT32 ByteLength, 426 UINT32 ByteLength, 434 UINT32 ByteLength);
|
| /freebsd-14.2/sys/contrib/dev/acpica/common/ |
| H A D | dmtable.c | 964 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 D | dmtbdump.c | 306 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 D | dbtest.c | 190 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 D | rsmemory.c | 274 {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 D | rscalc.c | 390 if (Resource->Data.Vendor.ByteLength > 7) in AcpiRsGetAmlLength() 400 (TotalSize + Resource->Data.Vendor.ByteLength); in AcpiRsGetAmlLength()
|
| H A D | rsxface.c | 669 if ((Vendor->ByteLength < (ACPI_UUID_LENGTH + 1)) || in ACPI_EXPORT_SYMBOL()
|
| H A D | rsdumpinfo.c | 231 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Vendor.ByteLength), "Length", …
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIAUtils.h | 25 Str16.ByteLength()); in invokeBstrMethod()
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | acrestyp.h | 359 UINT16 ByteLength; member 368 UINT16 ByteLength; member
|
| H A D | acdisasm.h | 721 UINT32 ByteLength, 727 UINT32 ByteLength, 747 UINT32 ByteLength);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 1111 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 D | DIARawSymbol.cpp | 568 llvm::ArrayRef<char> SrcByteArray(SrcBytes, Result16.ByteLength()); in getUndecoratedNameEx()
|