Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslresource.c722 if (!(NextOp->Asl.CompileFlags & OP_IS_DUPLICATE)) in RsCheckListForDuplicates()
724 NextOp->Asl.CompileFlags |= OP_IS_DUPLICATE; in RsCheckListForDuplicates()
H A Dasltypes.h183 #define OP_IS_DUPLICATE 0x00040000 macro
H A Dasltransform.c1044 if (Next->Asl.CompileFlags & OP_IS_DUPLICATE) in TrCheckForDuplicateCase()
1102 Next->Asl.CompileFlags |= OP_IS_DUPLICATE; in TrCheckForDuplicateCase()