Searched refs:ThisNodeBtype (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Daslbtypes.c395 UINT32 ThisNodeBtype = 0; local
419 ThisNodeBtype = AnMapEtypeToBtype (Node->Type);
420 if (!ThisNodeBtype)
445 ThisNodeBtype = ReferencedNode->Asl.AcpiBtype;
455 ThisNodeBtype = Op->Asl.AcpiBtype;
458 return (ThisNodeBtype);
H A Daslwalks.c162 UINT32 ThisNodeBtype; local
252 ThisNodeBtype = AnGetBtype (ArgOp);
253 if (ThisNodeBtype == ACPI_UINT32_MAX)
259 RequiredBtypes, ThisNodeBtype);
380 ThisNodeBtype = AnGetBtype (ArgOp);
381 if (ThisNodeBtype == ACPI_UINT32_MAX)
396 ThisNodeBtype = RequiredBtypes;
450 /*ThisNodeBtype = RequiredBtypes;*/
464 /* ThisNodeBtype = RequiredBtypes; */
485 CommonBtypes = ThisNodeBtype
[all...]
H A Daslanalyze.c288 * ThisNodeBtype - What this node returns (if anything)
303 UINT32 ThisNodeBtype)
328 else if (!(ThisNodeBtype & RequiredBtypes))
332 AnFormatBtype (StringBuffer, ThisNodeBtype);
341 if (ThisNodeBtype != 0)
298 AnCheckMethodReturnValue( ACPI_PARSE_OBJECT *Op, const ACPI_OPCODE_INFO *OpInfo, ACPI_PARSE_OBJECT *ArgOp, UINT32 RequiredBtypes, UINT32 ThisNodeBtype) argument
H A Daslcompiler.h271 UINT32 ThisNodeBtype);

Completed in 83 milliseconds