Lines Matching full:specification
24 * 2) Runtime "Explicit conversion" as defined in the ACPI specification.
25 * 3) Runtime "Implicit conversion" as defined in the ACPI specification.
50 * interface. According the ACPI specification, there is no ACPI runtime
162 * an "implicit conversion" by the ACPI specification. Used by
171 * Octal strings are not supported, as per the ACPI specification.
177 * Conversion rules as extracted from the ACPI specification:
182 * 1) According to the ACPI specification, a "0x" prefix is not allowed.
201 * interpreter - All runtime implicit conversions, as per ACPI specification
217 * Per the ACPI specification, only hexadecimal is supported for in acpi_ut_implicit_strtoul64()
228 * Ignore overflow as per the ACPI specification. This is implemented by in acpi_ut_implicit_strtoul64()
246 * an "explicit conversion" by the ACPI specification. The
252 * are not supported, as per the ACPI specification.
258 * Conversion rules as extracted from the ACPI specification:
264 * (32 or 64 bits). The ACPI specification states the behavior is
269 * specification (for the to_integer operator), so ACPICA matches the
283 * interpreter - Runtime ASL to_integer operator, as per the ACPI specification
299 * Only Hex and Decimal are supported, as per the ACPI specification. in acpi_ut_explicit_strtoul64()
311 * Ignore overflow as per the ACPI specification. This is implemented by in acpi_ut_explicit_strtoul64()