OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Header
(Results
1 - 25
of
152
) sorted by relevancy
1
2
3
4
5
6
7
/src/sys/external/bsd/acpica/dist/tables/
tbfind.c
65
* be used to get the table
header
or entire table.
77
ACPI_TABLE_HEADER
Header
;
101
memset (&
Header
, 0, sizeof (ACPI_TABLE_HEADER));
102
ACPI_COPY_NAMESEG (
Header
.Signature, Signature);
103
memcpy (
Header
.OemId, OemId, ACPI_OEM_ID_SIZE);
104
memcpy (
Header
.OemTableId, OemTableId, ACPI_OEM_TABLE_ID_SIZE);
112
Header
.Signature, ACPI_NAMESEG_SIZE))
140
Header
.Signature, ACPI_NAMESEG_SIZE) &&
143
Header
.OemId, ACPI_OEM_ID_SIZE)) &&
146
Header
.OemTableId, ACPI_OEM_TABLE_ID_SIZE))
[
all
...]
tbxface.c
263
* OutTableHeader - The pointer to the where the table
header
266
* RETURN: Status and a copy of the table
header
268
* DESCRIPTION: Finds and returns an ACPI table
header
. Caller provides the
269
* memory where a copy of the
header
is to be returned
282
ACPI_TABLE_HEADER *
Header
;
313
Header
= AcpiOsMapMemory (
316
if (!
Header
)
321
memcpy (OutTableHeader,
Header
, sizeof (ACPI_TABLE_HEADER));
322
AcpiOsUnmapMemory (
Header
, sizeof (ACPI_TABLE_HEADER));
/src/crypto/external/bsd/heimdal/dist/lib/wind/
generate.py
54
"""End and close the file
header
"""
58
class
Header
(GeneratedFile) :
59
"Represents a generated
header
file"
70
"Create a new
Header
with name"
77
"""End and close the file
header
"""
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
test_helpers.cc
75
auto *
Header
= reinterpret_cast<XRayFileHeader *>(&HeaderStorage);
76
new (
Header
) XRayFileHeader();
77
Header
->Version = Version;
78
Header
->Type = FileTypes::FDR_LOG;
79
Header
->CycleFrequency = 3e9;
80
Header
->ConstantTSC = 1;
81
Header
->NonstopTSC = 1;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
PDBStringTable.h
54
const PDBStringTableHeader *
Header
= nullptr;
InfoStream.h
38
const InfoStreamHeader *getHeader() const { return
Header
; }
60
const InfoStreamHeader *
Header
;
InjectedSourceStream.h
37
const SrcHeaderBlockHeader*
Header
;
PublicsStream.h
54
const PublicsStreamHeader *
Header
;
TpiStream.h
92
const TpiStreamHeader *
Header
;
DbiStream.h
66
const DbiStreamHeader *getHeader() const { return
Header
; }
133
const DbiStreamHeader *
Header
;
/src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
FDRRecordProducer.h
28
const XRayFileHeader &
Header
;
40
:
Header
(FH), E(DE), OffsetPtr(OP) {}
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
IntervalPartition.cpp
68
BasicBlock *
Header
= Int->getHeaderNode();
70
getBlockInterval(Successor)->Predecessors.push_back(
Header
);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugSubsectionRecord.cpp
31
const DebugSubsectionHeader *
Header
;
33
if (auto EC = Reader.readObject(
Header
))
37
static_cast<DebugSubsectionKind>(uint32_t(
Header
->Kind));
38
if (auto EC = Reader.readStreamRef(Info.Data,
Header
->Length))
73
DebugSubsectionHeader
Header
;
74
Header
.Kind = uint32_t(Subsection ? Subsection->kind() : Contents.kind());
75
// The value written into the
Header
's Length field is only padded to the
79
Header
.Length = alignTo(DataSize, alignOf(Container));
81
if (auto EC = Writer.writeObject(
Header
))
DebugChecksumsSubsection.cpp
38
const FileChecksumEntryHeader *
Header
;
39
if (auto EC = Reader.readObject(
Header
))
42
Item.FileNameOffset =
Header
->FileNameOffset;
43
Item.Kind = static_cast<FileChecksumKind>(
Header
->ChecksumKind);
44
if (auto EC = Reader.readBytes(Item.Checksum,
Header
->ChecksumSize))
47
Len = alignTo(
Header
->ChecksumSize + sizeof(FileChecksumEntryHeader), 4);
96
FileChecksumEntryHeader
Header
;
97
Header
.ChecksumKind = uint8_t(FC.Kind);
98
Header
.ChecksumSize = FC.Checksum.size();
99
Header
.FileNameOffset = FC.FileNameOffset
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
Object.h
31
llvm::wasm::WasmObjectHeader
Header
;
Writer.cpp
25
SectionHeader
Header
;
26
raw_svector_ostream OS(
Header
);
42
return
Header
;
61
// Write the
header
.
62
Out.write(Obj.
Header
.Magic.data(), Obj.
Header
.Magic.size());
64
support::endian::write32le(&Version, Obj.
Header
.Version);
/src/usr.sbin/rpc.statd/
statd.h
55
* by the typedef
Header
. The lists of client callbacks are chained
87
}
Header
;
95
extern
Header
status_info;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugCrossImpSubsection.h
29
const CrossModuleImport *
Header
= nullptr;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h
24
struct
Header
{
56
Header
HeaderData;
69
const
Header
&getHeader() const { return HeaderData; }
DWARFDebugMacro.h
24
/// DWARFv5 section 6.3.1 Macro Information
Header
.
37
/// If the offset_size_flag is zero, the
header
is for a 32-bit DWARF
39
/// the
header
is for a 64-bit DWARF format macro section and all offsets
56
/// Print the macro
header
from the debug_macro section.
59
/// Parse the debug_macro
header
.
93
// A value 0 in the `
Header
.Version` field indicates that we're parsing
94
// a macinfo[.dwo] section which doesn't have
header
itself, hence
95
// for that case other fields in the `
Header
` are uninitialized.
96
MacroHeader
Header
;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
Header.h
1
//===-
Header
.h -------------------------------------------------*- C++ -*-===//
29
/// The GSYM
header
.
31
/// The GSYM
header
is found at the start of a stand alone GSYM file, or as
41
/// be mmap'ed in and a pointer to the
header
can be cast to the first bytes
43
/// When endianness is swapped, the
Header
::decode() function should be used to
44
/// decode the
header
.
45
struct
Header
{
50
/// The version can number determines how the
header
is decoded and how each
88
/// Check if a
header
is valid and return an error if anything is wrong.
90
/// This function can be used prior to encoding a
header
to ensure it i
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
MatrixUtils.cpp
28
BasicBlock *
Header
= BasicBlock::Create(
29
Preheader->getContext(), Name + ".
header
", Preheader->getParent(), Exit);
30
BasicBlock *Body = BasicBlock::Create(
Header
->getContext(), Name + ".body",
31
Header
->getParent(), Exit);
32
BasicBlock *Latch = BasicBlock::Create(
Header
->getContext(), Name + ".latch",
33
Header
->getParent(), Exit);
36
BranchInst::Create(Body,
Header
);
39
PHINode::Create(I32Ty, 2, Name + ".iv",
Header
->getTerminator());
45
BranchInst::Create(
Header
, Exit, Cond, Latch);
50
PreheaderBr->setSuccessor(0,
Header
);
[
all
...]
/src/sys/external/bsd/acpica/dist/tools/acpixtract/
acpixtract.c
129
* Check up front if we have a
header
line of the form:
202
* Toss this block
header
of the form "<sig> @ <addr>" line
333
* Check up front if we have a
header
line of the form:
374
* Toss this block
header
of the form "<sig> @ <addr>" line
456
unsigned char
Header
[48];
477
/* Info
header
*/
498
* Check up front if we have a
header
line of the form:
529
/* Convert
header
to hex and display it */
532
&
Header
[ByteCount]);
542
AxDumpTableHeader (
Header
);
[
all
...]
/src/sys/arch/ia64/stand/ia64/ski/
acpi_stub.c
49
ACPI_SUBTABLE_HEADER
Header
;
60
ACPI_SUBTABLE_HEADER
Header
;
71
ACPI_TABLE_MADT
Header
;
78
/*
Header
. */
143
ACPI_TABLE_HEADER
Header
;
193
cksum(&xsdt, sizeof(xsdt), &xsdt.
Header
.Checksum);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IntervalIterator.h
53
// BasicBlock that is the
header
node. This is the opposite of
94
// See file
header
for conditions of use
177
BasicBlock *
Header
= getNodeHeader(Node);
178
if (!Visited.insert(
Header
).second)
181
Interval *Int = new Interval(
Header
);
Completed in 30 milliseconds
1
2
3
4
5
6
7
Indexes created Fri Sep 18 00:27:12 UTC 2026