Lines Matching full:conversion
4 * Module Name: exconvrt - Object conversion routines
29 * implicit_conversion - Used for string conversion
53 /* No conversion necessary */ in acpi_ex_convert_to_integer()
83 /* String conversion is different than Buffer conversion */ in acpi_ex_convert_to_integer()
93 * Explicit conversion is used only by to_integer. in acpi_ex_convert_to_integer()
185 /* No conversion necessary */ in acpi_ex_convert_to_buffer()
363 * type - String flags (base and conversion type)
388 /* No conversion necessary */ in acpi_ex_convert_to_string()
446 * Explicit conversion from the to_decimal_string ASL operator. in acpi_ex_convert_to_string()
470 * Implicit buffer-to-string conversion in acpi_ex_convert_to_string()
484 * Explicit conversion from the to_hex_string ASL operator. in acpi_ex_convert_to_string()
523 /* Emit 0x prefix for explicit/implicit hex conversion */ in acpi_ex_convert_to_string()
568 * DESCRIPTION: Implements "implicit conversion" rules for storing an object.
588 * perform implicit conversion on the source before we store it. in acpi_ex_convert_to_target_type()
604 /* No conversion allowed for these types */ in acpi_ex_convert_to_target_type()
657 "Bad destination type during conversion: 0x%X", in acpi_ex_convert_to_target_type()
682 * Source-to-Target conversion semantics: in acpi_ex_convert_to_target_type()
684 * If conversion to the target type cannot be performed, then simply in acpi_ex_convert_to_target_type()