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

  /src/sys/external/bsd/acpica/dist/compiler/
aslparseop.c 195 Op = TrAllocateOp (ParseOpcode);
254 Child = TrAllocateOp (PARSEOP_DEFAULT_ARG);
361 Op = TrAllocateOp (ParseOpcode);
395 Op = TrAllocateOp (ParseOpcode);
649 Operator = TrAllocateOp (PARSEOP_STORE);
684 Op = TrAllocateOp (PARSEOP_ZERO);
730 Op = TrAllocateOp (PARSEOP_INTEGER);
738 Op = TrAllocateOp (PARSEOP___METHOD__);
744 Op = TrAllocateOp (PARSEOP_STRING_LITERAL);
753 Op = TrAllocateOp (PARSEOP_STRING_LITERAL)
    [all...]
aslprintf.c 194 DestOp = TrAllocateOp (PARSEOP_DEBUG);
299 NewOp = TrAllocateOp (PARSEOP_STRING_LITERAL);
360 NewOp = TrAllocateOp (PARSEOP_STRING_LITERAL);
388 NewOp = TrAllocateOp (PARSEOP_STRING_LITERAL);
464 NewConcatOp = TrAllocateOp (PARSEOP_CONCATENATE);
482 TrAllocateOp (PARSEOP_ZERO);
aslfold.c 546 RootOp = TrAllocateOp (PARSEOP_INTEGER);
711 NewParent = TrAllocateOp (PARSEOP_INTEGER);
845 LengthOp = TrAllocateOp (PARSEOP_INTEGER);
856 DataOp = TrAllocateOp (PARSEOP_RAW_DATA);
aslexternal.c 255 ListOp = TrAllocateOp (PARSEOP_DEFAULT_ARG);
636 PredicateOp = TrAllocateOp (PARSEOP_ZERO);
aslopcodes.c 822 NewOp = TrAllocateOp (PARSEOP_INTEGER);
833 NewOp = TrAllocateOp (PARSEOP_RAW_DATA);
aslpld.c 690 NewOp = TrAllocateOp (PARSEOP_INTEGER);
701 NewOp = TrAllocateOp (PARSEOP_RAW_DATA);
asltree.c 567 Child = TrAllocateOp (PARSEOP_DEFAULT_ARG);
757 Next = TrAllocateOp (PARSEOP_DEFAULT_ARG);
aslcompiler.h 944 TrAllocateOp (

Completed in 17 milliseconds