Lines Matching full:conversion
4 * Module Name: exconvrt - Object conversion routines
30 * implicit_conversion - Used for string conversion
54 /* No conversion necessary */ in acpi_ex_convert_to_integer()
84 /* String conversion is different than Buffer conversion */ in acpi_ex_convert_to_integer()
94 * Explicit conversion is used only by to_integer. in acpi_ex_convert_to_integer()
186 /* No conversion necessary */ in acpi_ex_convert_to_buffer()
375 * type - String flags (base and conversion type)
401 /* No conversion necessary */ in acpi_ex_convert_to_string()
452 /* Append "0x" prefix for explicit hex conversion */ in acpi_ex_convert_to_string()
486 * Explicit conversion from the to_decimal_string ASL operator. in acpi_ex_convert_to_string()
511 * Implicit buffer-to-string conversion in acpi_ex_convert_to_string()
526 * Explicit conversion from the to_hex_string ASL operator. in acpi_ex_convert_to_string()
566 /* Emit 0x prefix for explicit/implicit hex conversion */ in acpi_ex_convert_to_string()
612 * DESCRIPTION: Implements "implicit conversion" rules for storing an object.
632 * perform implicit conversion on the source before we store it. in acpi_ex_convert_to_target_type()
648 /* No conversion allowed for these types */ in acpi_ex_convert_to_target_type()
701 "Bad destination type during conversion: 0x%X", in acpi_ex_convert_to_target_type()
726 * Source-to-Target conversion semantics: in acpi_ex_convert_to_target_type()
728 * If conversion to the target type cannot be performed, then simply in acpi_ex_convert_to_target_type()