Home
last modified time | relevance | path

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

/acpica-latest/source/compiler/
Dasltransform.c201 ACPI_PARSE_OBJECT *Predicate1);
1034 ACPI_PARSE_OBJECT *Predicate1) in TrCheckForDuplicateCase() argument
1057 if ((Predicate1->Asl.ParseOpcode == PARSEOP_INTEGER) && in TrCheckForDuplicateCase()
1060 if (Predicate1->Asl.Value.Integer == Predicate2->Asl.Value.Integer) in TrCheckForDuplicateCase()
1068 else if (((Predicate1->Asl.ParseOpcode == PARSEOP_ZERO) && in TrCheckForDuplicateCase()
1070 ((Predicate1->Asl.ParseOpcode == PARSEOP_ONE) && in TrCheckForDuplicateCase()
1072 ((Predicate1->Asl.ParseOpcode == PARSEOP_ONES) && in TrCheckForDuplicateCase()
1080 else if ((Predicate1->Asl.ParseOpcode == PARSEOP_STRING_LITERAL) && in TrCheckForDuplicateCase()
1083 if (!strcmp (Predicate1->Asl.Value.String, in TrCheckForDuplicateCase()
1092 else if ((Predicate1->Asl.ParseOpcode == PARSEOP_BUFFER) && in TrCheckForDuplicateCase()
[all …]