Searched refs:TrCreateValuedLeafNode (Results 1 – 5 of 5) sorted by relevance
| /third_party/lib/acpica/source/compiler/ |
| A D | aslresources.y | 340 : PARSEOP_XFERSIZE_8 {$$ = TrCreateValuedLeafNode (PARSEOP_XFERSIZE_8, 0);} 341 | PARSEOP_XFERSIZE_16 {$$ = TrCreateValuedLeafNode (PARSEOP_XFERSIZE_16, 1);} 342 | PARSEOP_XFERSIZE_32 {$$ = TrCreateValuedLeafNode (PARSEOP_XFERSIZE_32, 2);} 343 | PARSEOP_XFERSIZE_64 {$$ = TrCreateValuedLeafNode (PARSEOP_XFERSIZE_64, 3);} 344 | PARSEOP_XFERSIZE_128 {$$ = TrCreateValuedLeafNode (PARSEOP_XFERSIZE_128, 4);} 345 | PARSEOP_XFERSIZE_256 {$$ = TrCreateValuedLeafNode (PARSEOP_XFERSIZE_256, 5);} 950 …| PARSEOP_IO {$$ = TrCreateValuedLeafNode (PARSEOP_NAMESTRING, (ACPI_NATIVE_INT… 980 : {$$ = TrCreateValuedLeafNode (PARSEOP_BYTECONST, 0);} 981 | ',' {$$ = TrCreateValuedLeafNode (PARSEOP_BYTECONST, 0);} 1176 : {$$ = TrCreateValuedLeafNode (PARSEOP_XFERSIZE_32, 2);} [all …]
|
| A D | asltransform.c | 482 NewOp2 = TrCreateValuedLeafNode (PARSEOP_NAMESTRING, in TrDoSwitch() 540 NewOp = TrCreateValuedLeafNode (PARSEOP_NAMESTRING, in TrDoSwitch() 686 NewOp2 = TrCreateValuedLeafNode (PARSEOP_NAMESEG, in TrDoSwitch() 698 NewOp2->Asl.Next = TrCreateValuedLeafNode (PARSEOP_ZERO, in TrDoSwitch() 705 NewOp2->Asl.Next = TrCreateValuedLeafNode (PARSEOP_STRING_LITERAL, in TrDoSwitch() 712 (void) TrLinkPeerNode (NewOp2, TrCreateValuedLeafNode (PARSEOP_BUFFER, in TrDoSwitch() 716 (void) TrLinkChildren (Next, 1, TrCreateValuedLeafNode (PARSEOP_ZERO, in TrDoSwitch() 720 BufferOp = TrCreateValuedLeafNode (PARSEOP_DEFAULT_ARG, (UINT64) 0); in TrDoSwitch() 759 NewOp = TrCreateValuedLeafNode (PARSEOP_NAMESEG, in TrDoSwitch()
|
| A D | aslrules.y | 404 : PARSEOP_ZERO {$$ = TrCreateValuedLeafNode (PARSEOP_ZERO, 0);} 405 | PARSEOP_ONE {$$ = TrCreateValuedLeafNode (PARSEOP_ONE, 1);} 406 | PARSEOP_ONES {$$ = TrCreateValuedLeafNode (PARSEOP_ONES, ACPI_UINT64_MAX);} 414 …: PARSEOP_INTEGER {$$ = TrCreateValuedLeafNode (PARSEOP_INTEGER, AslCompilerlval.i);} 418 …: PARSEOP_STRING_LITERAL {$$ = TrCreateValuedLeafNode (PARSEOP_STRING_LITERAL, (ACPI_NATIVE… 1019 TrCreateValuedLeafNode (PARSEOP_BYTECONST, 0), 1021 TrCreateValuedLeafNode (PARSEOP_BYTECONST, 0),$5,$6,$9);}
|
| A D | aslcompiler.h | 721 TrCreateValuedLeafNode (
|
| A D | asltree.c | 879 TrCreateValuedLeafNode ( in TrCreateValuedLeafNode() function
|
Completed in 17 milliseconds