HomeSort by: relevance | last modified time | path
    Searched refs:BLOCK_BRACE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/disassembler/
dmwalk.c 378 return (BLOCK_BRACE);
392 return (BLOCK_PAREN | BLOCK_BRACE);
408 return (BLOCK_PAREN | BLOCK_BRACE);
665 else if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
756 if (!(AcpiDmBlockType (Op) & BLOCK_BRACE))
1019 if (AcpiDmBlockType (Op) & BLOCK_BRACE)
1128 if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
1144 case BLOCK_BRACE:
1145 case (BLOCK_BRACE | BLOCK_PAREN):
1173 if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslparseop.c 881 if ((CvParseOpBlockType(Op) == (BLOCK_PAREN | BLOCK_BRACE)) &&
cvcompiler.c 799 return (BLOCK_PAREN | BLOCK_BRACE);
  /src/sys/external/bsd/acpica/dist/include/
acdisasm.h 160 #define BLOCK_BRACE 2

Completed in 37 milliseconds