Home
last modified time | relevance | path

Searched refs:Btype (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslbtypes.c430 UINT32 Btype) in AnFormatBtype() argument
437 if (Btype == 0) in AnFormatBtype()
445 if (Btype & 0x00000001) in AnFormatBtype()
455 Btype >>= 1; in AnFormatBtype()
458 if (Btype & 0x00000001) in AnFormatBtype()
469 Btype >>= 1; in AnFormatBtype()
470 if (Btype & 0x00000001) in AnFormatBtype()
683 UINT32 Btype) in AnMapBtypeToEtype() argument
689 if (Btype == 0) in AnMapBtypeToEtype()
695 for (i = 1; i < Btype; i *= 2) in AnMapBtypeToEtype()
H A Dasltransform.c634 UINT32 Btype; in TrDoSwitch() local
658 Btype = AslKeywordMapping[Index].AcpiBtype; in TrDoSwitch()
659 if ((Btype != ACPI_BTYPE_INTEGER) && in TrDoSwitch()
660 (Btype != ACPI_BTYPE_STRING) && in TrDoSwitch()
661 (Btype != ACPI_BTYPE_BUFFER)) in TrDoSwitch()
664 Btype = ACPI_BTYPE_INTEGER; in TrDoSwitch()
925 switch (Btype) in TrDoSwitch()
H A Daslmethod.c641 UINT32 Btype = ACPI_BTYPE_ANY; in MtProcessTypeOp() local
646 Btype |= AnMapObjTypeToBtype (TypeOp); in MtProcessTypeOp()
651 return (Btype); in MtProcessTypeOp()
H A Daslcompiler.h404 UINT32 Btype);