HomeSort by: relevance | last modified time | path
    Searched defs:Etype (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslbtypes.c 164 UINT32 Etype);
316 * PARAMETERS: Etype - Encoded ACPI Type
318 * RETURN: Btype corresponding to the Etype
322 * this Etype is implicitly converted to during interpretation.
328 UINT32 Etype)
331 if (Etype == ACPI_TYPE_ANY)
338 if (Etype <= ACPI_TYPE_EXTERNAL_MAX)
345 switch (Etype)
380 return (1 << (Etype - 1));
386 switch (Etype)
    [all...]
aslbtypes.c 164 UINT32 Etype);
316 * PARAMETERS: Etype - Encoded ACPI Type
318 * RETURN: Btype corresponding to the Etype
322 * this Etype is implicitly converted to during interpretation.
328 UINT32 Etype)
331 if (Etype == ACPI_TYPE_ANY)
338 if (Etype <= ACPI_TYPE_EXTERNAL_MAX)
345 switch (Etype)
380 return (1 << (Etype - 1));
386 switch (Etype)
    [all...]
aslbtypes.c 164 UINT32 Etype);
316 * PARAMETERS: Etype - Encoded ACPI Type
318 * RETURN: Btype corresponding to the Etype
322 * this Etype is implicitly converted to during interpretation.
328 UINT32 Etype)
331 if (Etype == ACPI_TYPE_ANY)
338 if (Etype <= ACPI_TYPE_EXTERNAL_MAX)
345 switch (Etype)
380 return (1 << (Etype - 1));
386 switch (Etype)
    [all...]

Completed in 33 milliseconds