Searched refs:TableOffset (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Ddtexpress.c298 LabelField->TableOffset);
300 return (LabelField->TableOffset);
323 UINT32 TableOffset; local
326 TableOffset = AslGbl_CurrentTableOffset;
343 GenericField->TableOffset = TableOffset;
344 TableOffset += DtGetFieldLength (GenericField, Info);
379 ACPI_GET_FUNCTION_NAME, Field->Value, Field->TableOffset);
H A Ddttable2.c1485 UINT32 TableOffset = 0; local
1502 TableOffset += Subtable->Length;
1525 (*PFieldList)->TableOffset, (*PFieldList)->Name, Subtable->Length);
1531 TableOffset = sizeof (ACPI_PHAT_HEALTH_DATA);
1536 TableOffset, DataOffsetField->Name, DataOffsetField->StringLength, DataOffsetField->Value);
1553 TableOffset += DevicePathField->StringLength;
1556 TableOffset, Subtable->Length, DevicePathField->StringLength);
1558 /* Set the DataOffsetField to the current TableOffset */
1563 snprintf (DataOffsetField->Value, Subtable->Length, "%X", TableOffset);
1566 DbgPrint (ASL_DEBUG_OUTPUT, "4 Offset: %X, Length: %X\n", TableOffset, Subtabl
[all...]
H A Ddtio.c936 Field->Column, Field->TableOffset, Field->Flags,
1082 DtDumpBuffer (ASL_FILE_LISTING_OUTPUT, Buffer, Field->TableOffset, Length);
H A Ddtcompiler.h96 UINT32 TableOffset; /* Binary offset within ACPI table */ member in struct:dt_field
H A Ddtcompile.c564 LocalField->TableOffset = AslGbl_CurrentTableOffset;
/netbsd-current/sys/external/bsd/acpica/dist/common/
H A Dacfileio.c284 long TableOffset = 0; local
303 Status = AcValidateTableHeader (File, TableOffset);
309 TableOffset = ftell (File);
357 fseek (File, TableOffset, SEEK_SET);
468 long TableOffset)
495 if (fseek (File, TableOffset, SEEK_SET))
540 if (TableHeader.Length > (UINT32) (FileSize - TableOffset))
545 (UINT32) (FileSize - TableOffset));
549 else if (CdatTableHeader->Length > (UINT32) (FileSize - TableOffset))
556 (UINT32) (FileSize - TableOffset));
466 AcValidateTableHeader( FILE *File, long TableOffset) argument
[all...]
H A Ddmtable.c969 * TableOffset - Starting offset within the table for this
986 UINT32 TableOffset,
1020 CurrentOffset = TableOffset + Info->Offset;
2258 if (TableOffset && !SubtableLength)
984 AcpiDmDumpTable( UINT32 TableLength, UINT32 TableOffset, void *Table, UINT32 SubtableLength, ACPI_DMTABLE_INFO *Info) argument
/netbsd-current/sys/dev/raidframe/
H A Drf_declusterPQ.c284 RF_StripeNum_t FullTableID, FullTableOffset, TableID, TableOffset; local
302 TableOffset = FullTableOffset - TableID * info->SUsPerTable;
303 BlockID = TableOffset / info->PUsPerBlock;
304 BlockOffset = TableOffset - BlockID * info->PUsPerBlock;
334 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within
351 RF_StripeNum_t FullTableID, FullTableOffset, TableID, TableOffset; local
370 TableOffset = FullTableOffset - TableID * info->SUsPerTable;
371 BlockID = TableOffset / info->PUsPerBlock;
388 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock);
401 RF_StripeNum_t FullTableID, FullTableOffset, TableID, TableOffset; local
[all...]
H A Drf_decluster.c324 RF_StripeNum_t FullTableID, FullTableOffset, TableID, TableOffset; local
341 TableOffset = FullTableOffset - TableID * info->SUsPerTable;
342 BlockID = TableOffset / info->PUsPerBlock;
343 BlockOffset = TableOffset - BlockID * info->PUsPerBlock;
362 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within
382 RF_StripeNum_t FullTableID, FullTableOffset, TableID, TableOffset; local
400 TableOffset = FullTableOffset - TableID * info->SUsPerTable;
401 /* TableOffset = FullTableOffset % info->SUsPerTable; */
402 /* BlockID = (TableOffset / info->PUsPerBlock) %
404 BlockID = TableOffset / inf
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacapps.h142 long TableOffset);
H A Dacdisasm.h643 UINT32 TableOffset,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h392 uint64_t TableOffset; member in class:llvm::sampleprof::SampleProfileWriterCompactBinary
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h371 ParsingState(struct LineTable *LT, uint64_t TableOffset,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp512 // Fill the slot remembered by TableOffset with the offset of FuncOffsetTable.
515 if (OFS.seek(TableOffset) == (uint64_t)-1)
660 TableOffset = OutputStream->tell();
H A DSampleProfReader.cpp1180 auto TableOffset = readUnencodedNumber<uint64_t>(); local
1181 if (std::error_code EC = TableOffset.getError())
1187 *TableOffset;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp223 uint64_t TableOffset = Offset; local
230 Offset = TableOffset + *TableLength;
248 uint64_t TableOffset = Offset; local
256 Offset = TableOffset + Length;
H A DDWARFDebugLine.cpp540 struct LineTable *LT, uint64_t TableOffset,
542 : LineTable(LT), LineTableOffset(TableOffset), ErrorHandler(ErrorHandler) {
539 ParsingState( struct LineTable *LT, uint64_t TableOffset, function_ref<void(Error)> ErrorHandler) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp1764 ptrdiff_t TableOffset = TablePtr - BBS.data().data(); local
1765 return getTableEntryAtOffset(TableOffset + sizeof(Table) +
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2428 uint64_t TableOffset = TableData - Obj.base(); local
2430 *IsHeaderValid = TableOffset + /*Header size:*/ 16 < Obj.getBufSize();
2431 if (TableOffset + 16 + (uint64_t)GnuHashTable->nbuckets * 4 +
2436 Twine::utohexstr(TableOffset) +

Completed in 350 milliseconds