Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Dasltransform.c1032 ACPI_PARSE_OBJECT *Predicate2; in TrCheckForDuplicateCase() local
1051 Predicate2 = Next->Asl.Child; in TrCheckForDuplicateCase()
1053 (Predicate2->Asl.ParseOpcode == PARSEOP_INTEGER)) in TrCheckForDuplicateCase()
1055 if (Predicate1->Asl.Value.Integer == Predicate2->Asl.Value.Integer) in TrCheckForDuplicateCase()
1064 (Predicate2->Asl.ParseOpcode == PARSEOP_ZERO)) || in TrCheckForDuplicateCase()
1066 (Predicate2->Asl.ParseOpcode == PARSEOP_ONE)) || in TrCheckForDuplicateCase()
1068 (Predicate2->Asl.ParseOpcode == PARSEOP_ONES))) in TrCheckForDuplicateCase()
1076 (Predicate2->Asl.ParseOpcode == PARSEOP_STRING_LITERAL)) in TrCheckForDuplicateCase()
1079 Predicate2->Asl.Value.String)) in TrCheckForDuplicateCase()
1088 (Predicate2->Asl.ParseOpcode == PARSEOP_BUFFER)) in TrCheckForDuplicateCase()
[all …]