OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionNumber
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/include/
amlresrc.h
565
UINT16
FunctionNumber
;
647
UINT16
FunctionNumber
;
acrestyp.h
651
UINT16
FunctionNumber
;
719
UINT16
FunctionNumber
;
/src/sys/arch/prep/include/
residual.h
215
unsigned char
FunctionNumber
;
/src/sys/external/bsd/acpica/dist/resources/
rsserial.c
221
{ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.PinFunction.
FunctionNumber
),
222
AML_OFFSET (PinFunction.
FunctionNumber
),
797
{ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.PinGroupFunction.
FunctionNumber
),
798
AML_OFFSET (PinGroupFunction.
FunctionNumber
),
rsdumpinfo.c
261
{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinFunction.
FunctionNumber
), "
FunctionNumber
", NULL},
313
{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (PinGroupFunction.
FunctionNumber
), "
FunctionNumber
", NULL},
/src/sys/external/bsd/gnu-efi/dist/inc/
efipciio.h
243
OUT UINTN *
FunctionNumber
efidevp.h
92
UINT8
FunctionNumber
;
/src/sys/external/bsd/acpica/dist/compiler/
aslrestype2s.c
1509
Descriptor->PinFunction.
FunctionNumber
= (UINT16) InitializerOp->Asl.Value.Integer;
1511
CurrentByteOffset + ASL_RESDESC_OFFSET (PinFunction.
FunctionNumber
));
2132
Descriptor->PinGroupFunction.
FunctionNumber
= (UINT16) InitializerOp->Asl.Value.Integer;
2134
CurrentByteOffset + ASL_RESDESC_OFFSET (PinGroupFunction.
FunctionNumber
));
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h
291
///
FunctionNumber
- This provides a unique ID for each function emitted in
294
unsigned
FunctionNumber
;
375
/// unchanged the references to Fn, Target, MMI, and
FunctionNumber
.
379
/// \pre Fn, Target, MMI, and
FunctionNumber
are properly set.
533
unsigned getFunctionNumber() const { return
FunctionNumber
; }
/src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl2.c
504
/*
FunctionNumber
*/
506
AcpiOsPrintf ("0x%4.4X, ", Resource->PinFunction.
FunctionNumber
);
1223
/*
FunctionNumber
*/
1225
AcpiOsPrintf ("0x%4.4X, ", Resource->PinGroupFunction.
FunctionNumber
);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
783
static MCSymbol *getBFLabel(StringRef Prefix, unsigned
FunctionNumber
,
787
+ "BF" + Twine(
FunctionNumber
) + "_" + Twine(LabelId));
791
static MCSymbol *getPICLabel(StringRef Prefix, unsigned
FunctionNumber
,
795
+ "PC" + Twine(
FunctionNumber
) + "_" + Twine(LabelId));
/src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h
984
UINTN *
FunctionNumber
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
3151
unsigned
FunctionNumber
) {
3153
PrintParentLoopComment(OS, Loop->getParentLoop(),
FunctionNumber
);
3155
<< "Parent Loop BB" <<
FunctionNumber
<< "_"
3163
unsigned
FunctionNumber
) {
3167
<< "Child Loop BB" <<
FunctionNumber
<< "_"
3170
PrintChildLoopComment(OS, CL,
FunctionNumber
);
/src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c
496
CatPrint(Str, L"Pccard(0x%x)", Pccard->
FunctionNumber
);
/src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLParser.h
424
///
FunctionNumber
- If this is an unnamed function, this is the slot
426
int
FunctionNumber
;
428
PerFunctionState(LLParser &p, Function &f, int
functionNumber
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp
141
FunctionNumber
= FunctionNum;
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
3085
int
functionNumber
)
3086
: P(p), F(f),
FunctionNumber
(
functionNumber
) {
5997
if (
FunctionNumber
== -1) {
6002
ID.UIntVal =
FunctionNumber
;
6038
int
FunctionNumber
= -1;
6039
if (!Fn.hasName())
FunctionNumber
= NumberedVals.size()-1;
6041
PerFunctionState PFS(*this, Fn,
FunctionNumber
);
Completed in 37 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026