Searched refs:BLOCK_BRACE (Results 1 – 4 of 4) sorted by relevance
378 return (BLOCK_BRACE); in AcpiDmBlockType()392 return (BLOCK_PAREN | BLOCK_BRACE); in AcpiDmBlockType()408 return (BLOCK_PAREN | BLOCK_BRACE); in AcpiDmBlockType()665 else if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) && in AcpiDmDescendingOp()756 if (!(AcpiDmBlockType (Op) & BLOCK_BRACE)) in AcpiDmDescendingOp()1019 if (AcpiDmBlockType (Op) & BLOCK_BRACE) in AcpiDmDescendingOp()1128 if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) && in AcpiDmAscendingOp()1144 case BLOCK_BRACE: in AcpiDmAscendingOp()1145 case (BLOCK_BRACE | BLOCK_PAREN): in AcpiDmAscendingOp()1173 if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) && in AcpiDmAscendingOp()[all …]
799 return (BLOCK_PAREN | BLOCK_BRACE); in CvParseOpBlockType()
881 if ((CvParseOpBlockType(Op) == (BLOCK_PAREN | BLOCK_BRACE)) && in TrAllocateOp()
160 #define BLOCK_BRACE 2 macro