Searched defs:ByteLength (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Ddtsubtable.c398 UINT32 ByteLength = 0; local
H A Ddtfield.c200 DtCompileOneField( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength, UINT8 Type, UINT8 Flags) argument
269 DtCompileString( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength) argument
310 DtCompileUnicode( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength) argument
349 DtCompileUuid( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength) argument
392 DtCompileInteger( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength, UINT8 Flags) argument
561 DtCompileBuffer( UINT8 *Buffer, char *StringValue, DT_FIELD *Field, UINT32 ByteLength) argument
[all...]
H A Ddtutils.c489 UINT32 ByteLength = 0; local
531 UINT32 ByteLength = 0; local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmtable.c764 AcpiDmLineHeader( UINT32 Offset, UINT32 ByteLength, char *Name) argument
817 AcpiDmLineHeader2( UINT32 Offset, UINT32 ByteLength, char *Name, UINT32 Value) argument
882 UINT32 ByteLength; local
[all...]
H A Ddmtbdump.c249 AcpiDmDumpUnicode( void *Table, UINT32 BufferOffset, UINT32 ByteLength) argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c425 UINT32 ByteLength = 0; local
711 UINT32 ByteLength; local
836 AcpiDbTestStringType( ACPI_NAMESPACE_NODE *Node, UINT32 ByteLength) argument
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacrestyp.h359 UINT16 ByteLength; member in struct:acpi_resource_vendor
368 UINT16 ByteLength; member in struct:acpi_resource_vendor_typed
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1039 unsigned ByteLength = Str.size(); local
1073 std::memcpy(getTrailingObjects<char>(), Str.data(), ByteLength); local

Completed in 164 milliseconds