Home
last modified time | relevance | path

Searched refs:NextOp1 (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
Dasltransform.c1165 ACPI_PARSE_OBJECT *NextOp1, in TrCheckForBufferMatch() argument
1174 if ((NextOp1->Asl.ParseOpcode == PARSEOP_INTEGER && in TrCheckForBufferMatch()
1176 NextOp1->Asl.Value.Integer != NextOp2->Asl.Value.Integer) in TrCheckForBufferMatch()
1194 if (NextOp1->Asl.ParseOpcode != NextOp2->Asl.ParseOpcode && in TrCheckForBufferMatch()
1195 TrBufferIsAllZero (NextOp1->Asl.Next) && in TrCheckForBufferMatch()
1203 NextOp1 = NextOp1->Asl.Next; in TrCheckForBufferMatch()
1210 while (NextOp1 && NextOp2) in TrCheckForBufferMatch()
1212 if ((NextOp1->Asl.ParseOpcode == PARSEOP_STRING_LITERAL) && in TrCheckForBufferMatch()
1215 if (!strcmp (NextOp1->Asl.Value.String, NextOp2->Asl.Value.String)) in TrCheckForBufferMatch()
1224 if ((UINT8) NextOp1->Asl.Value.Integer != (UINT8) NextOp2->Asl.Value.Integer) in TrCheckForBufferMatch()
[all …]