Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Dasltransform.c201 ACPI_PARSE_OBJECT *Predicate1);
1029 ACPI_PARSE_OBJECT *Predicate1) in TrCheckForDuplicateCase() argument
1052 if ((Predicate1->Asl.ParseOpcode == PARSEOP_INTEGER) && in TrCheckForDuplicateCase()
1055 if (Predicate1->Asl.Value.Integer == Predicate2->Asl.Value.Integer) in TrCheckForDuplicateCase()
1063 else if (((Predicate1->Asl.ParseOpcode == PARSEOP_ZERO) && in TrCheckForDuplicateCase()
1065 ((Predicate1->Asl.ParseOpcode == PARSEOP_ONE) && in TrCheckForDuplicateCase()
1067 ((Predicate1->Asl.ParseOpcode == PARSEOP_ONES) && in TrCheckForDuplicateCase()
1075 else if ((Predicate1->Asl.ParseOpcode == PARSEOP_STRING_LITERAL) && in TrCheckForDuplicateCase()
1078 if (!strcmp (Predicate1->Asl.Value.String, in TrCheckForDuplicateCase()
1087 else if ((Predicate1->Asl.ParseOpcode == PARSEOP_BUFFER) && in TrCheckForDuplicateCase()
[all …]