OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrevOp
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/disassembler/
dmopcode.c
91
ACPI_PARSE_OBJECT *
PrevOp
= NULL;
98
PrevOp
= Op->Asl.Value.Arg;
113
PrevOp
= NextOp;
114
NextOp =
PrevOp
->Asl.Next;
118
if (!
PrevOp
)
125
if (
PrevOp
->Asl.AmlOpcode != AML_INT_NAMEPATH_OP)
132
if (!
PrevOp
->Asl.Value.String)
139
if (!
PrevOp
->Asl.Node)
147
if (*
PrevOp
->Asl.Value.String == '\\')
154
Pathname = AcpiNsGetExternalPathname (
PrevOp
->Asl.Node)
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
RISCVCompressInstEmitter.cpp
628
StringRef
PrevOp
;
657
if (CurOp !=
PrevOp
) {
658
if (!
PrevOp
.empty())
659
CaseStream.indent(6) << "break;\n } // case " +
PrevOp
+ "\n";
816
PrevOp
= CurOp;
CodeGenDAGPatterns.cpp
2944
auto
PrevOp
= ComplexPatternOperands.find(Child->getName());
2945
if (
PrevOp
!= ComplexPatternOperands.end()) {
2946
if (
PrevOp
->getValue() != OperandId)
/src/sys/external/bsd/acpica/dist/include/
acstruct.h
125
ACPI_PARSE_OBJECT *
PrevOp
; /* Last op that was processed */
Completed in 32 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026