Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslfold.c423 if (!(NextOp->Asl.CompileFlags & OP_COULD_NOT_REDUCE)) in OpcAmlCheckForConstant()
427 NextOp->Asl.CompileFlags |= OP_COULD_NOT_REDUCE; in OpcAmlCheckForConstant()
H A Dasltypes.h177 #define OP_COULD_NOT_REDUCE 0x00001000 macro