Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/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.c639 UINT32 Btype; in TrDoSwitch() local
663 Btype = AslKeywordMapping[Index].AcpiBtype; in TrDoSwitch()
664 if ((Btype != ACPI_BTYPE_INTEGER) && in TrDoSwitch()
665 (Btype != ACPI_BTYPE_STRING) && in TrDoSwitch()
666 (Btype != ACPI_BTYPE_BUFFER)) in TrDoSwitch()
669 Btype = ACPI_BTYPE_INTEGER; in TrDoSwitch()
930 switch (Btype) in TrDoSwitch()
H A Daslmethod.c703 UINT32 Btype = ACPI_BTYPE_ANY; in MtProcessTypeOp() local
708 Btype |= AnMapObjTypeToBtype (TypeOp); in MtProcessTypeOp()
713 return (Btype); in MtProcessTypeOp()
H A Daslcompiler.h404 UINT32 Btype);