Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Daslbtypes.c322 UINT32 Btype) in AnFormatBtype() argument
329 if (Btype == 0) in AnFormatBtype()
337 if (Btype & 0x00000001) in AnFormatBtype()
347 Btype >>= 1; in AnFormatBtype()
350 if (Btype & 0x00000001) in AnFormatBtype()
361 Btype >>= 1; in AnFormatBtype()
362 if (Btype & 0x00000001) in AnFormatBtype()
563 UINT32 Btype) in AnMapBtypeToEtype() argument
569 if (Btype == 0) in AnMapBtypeToEtype()
575 for (i = 1; i < Btype; i *= 2) in AnMapBtypeToEtype()
A Dasltransform.c405 UINT32 Btype; in TrDoSwitch() local
429 Btype = AslKeywordMapping[Index].AcpiBtype; in TrDoSwitch()
430 if ((Btype != ACPI_BTYPE_INTEGER) && in TrDoSwitch()
431 (Btype != ACPI_BTYPE_STRING) && in TrDoSwitch()
432 (Btype != ACPI_BTYPE_BUFFER)) in TrDoSwitch()
435 Btype = ACPI_BTYPE_INTEGER; in TrDoSwitch()
694 switch (Btype) in TrDoSwitch()
A Daslcompiler.h237 UINT32 Btype);

Completed in 5 milliseconds