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 87 Op = TrAllocateOp (ParseOpcode);
146 Child = TrAllocateOp (PARSEOP_DEFAULT_ARG);
253 Op = TrAllocateOp (ParseOpcode);
287 Op = TrAllocateOp (ParseOpcode);
541 Operator = TrAllocateOp (PARSEOP_STORE);
576 Op = TrAllocateOp (PARSEOP_ZERO);
622 Op = TrAllocateOp (PARSEOP_INTEGER);
630 Op = TrAllocateOp (PARSEOP___METHOD__);
636 Op = TrAllocateOp (PARSEOP_STRING_LITERAL);
645 Op = TrAllocateOp (PARSEOP_STRING_LITERAL)
    [all...]
aslprintf.c 86 DestOp = TrAllocateOp (PARSEOP_DEBUG);
191 NewOp = TrAllocateOp (PARSEOP_STRING_LITERAL);
252 NewOp = TrAllocateOp (PARSEOP_STRING_LITERAL);
280 NewOp = TrAllocateOp (PARSEOP_STRING_LITERAL);
356 NewConcatOp = TrAllocateOp (PARSEOP_CONCATENATE);
374 TrAllocateOp (PARSEOP_ZERO);
aslfold.c 438 RootOp = TrAllocateOp (PARSEOP_INTEGER);
603 NewParent = TrAllocateOp (PARSEOP_INTEGER);
737 LengthOp = TrAllocateOp (PARSEOP_INTEGER);
748 DataOp = TrAllocateOp (PARSEOP_RAW_DATA);
aslexternal.c 147 ListOp = TrAllocateOp (PARSEOP_DEFAULT_ARG);
528 PredicateOp = TrAllocateOp (PARSEOP_ZERO);
aslopcodes.c 714 NewOp = TrAllocateOp (PARSEOP_INTEGER);
725 NewOp = TrAllocateOp (PARSEOP_RAW_DATA);
aslpld.c 582 NewOp = TrAllocateOp (PARSEOP_INTEGER);
593 NewOp = TrAllocateOp (PARSEOP_RAW_DATA);
asltree.c 459 Child = TrAllocateOp (PARSEOP_DEFAULT_ARG);
649 Next = TrAllocateOp (PARSEOP_DEFAULT_ARG);
aslcompiler.h 836 TrAllocateOp (

Completed in 23 milliseconds