Home
last modified time | relevance | path

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

/acpica-3.7.0/source/compiler/
Daslfold.c423 if (!(NextOp->Asl.CompileFlags & OP_COULD_NOT_REDUCE)) in OpcAmlCheckForConstant()
427 NextOp->Asl.CompileFlags |= OP_COULD_NOT_REDUCE; in OpcAmlCheckForConstant()
Dasltypes.h177 #define OP_COULD_NOT_REDUCE 0x00001000 macro