Lines Matching refs:conversion

113 conversion to the ASL ElseIf operator where incorrect ASL code could be 
376 Implemented automatic String-to-ObjectReference conversion support for
910 conversion to a Store() operator.
1418 entire ACPICA source code scan and/or conversion.
2877 Interpreter: Fix Store() when an implicit conversion is not possible. For
3519 the conversion of FADT 32-bit legacy register addresses to internal
6740 Implemented an automatic Buffer->String return value conversion for
6743 conversion for return objects that are required to be a String, but a
7061 Improve object conversion error messages. Better error messages during
7063 conversion from internal to the external ACPI_OBJECT. Used for external
7554 objects did not perform an implicit conversion as it should. These types
7559 conversion, as per the ACPI specification. (Lin Ming, Bob Moore) BZ 388
7966 Fixed a problem with the internal FADT conversion where ACPI 1.0 FADTs
8852 - Update String-to-Integer conversion to match ACPI 3.0A spec (BZ 5329)
9366 normal execution. These became apparent after the conversion from
9395 The AcpiSrc source code conversion tool now inserts one line of
9718 any implicit conversion of a Buffer to a String, 2) a String object
9860 Completed conversion of the Resource Manager to nearly full table-driven
9861 operation. Specifically, the resource conversion code (convert AML to
9873 Implemented support within the resource conversion code for the Type-
9876 Fixed some issues within the resource conversion code for the type-
9935 optimizations in the area of the AML/internal resource conversion code.
10594 conversion was improperly performed while storing the result to the
10596 operand. Since this is an "explicit conversion" operator, the implicit
10597 conversion should never be performed on the output.
10786 The string-to-buffer implicit conversion code has been modified again
10808 Implemented implicit conversion support for the predicate (operand) of
10814 Changed the string-to-integer conversion behavior to match the new ACPI
10822 non-hex character terminates the conversion and this is the code that was
10977 Fixed a problem with the internal 64-bit String-to-integer conversion
10997 Implemented ACPI 3.0 support for implicit conversion within the Match()
11008 Fixed a problem with the internal implicit "to buffer" conversion.
11100 conversion
11101 and explicit conversion via the ToInteger() operator.
11171 Fixed an issue with the String-to-Buffer conversion code where the string
11172 null terminator was not included in the buffer after conversion, but
11325 conversion was necessary (e.g., if the input to ToInteger was an Integer
11386 conversion rules if an object was already present at the index. The new
11513 BCD number were truncated during conversion.
11723 - Implemented support for implicit object conversion in the non-numeric
11739 - Updated and corrected the behavior of the string conversion support.
11741 rules concerning conversion of buffers to strings (according to the ACPI
11744 ToDecimalString - explicit byte-wise conversion of buffer to string of
11747 conversion of buffer to string of hex values (0-FF) separated by commas.
11748 ToString - explicit byte-wise conversion of buffer to string. Byte-by-
11752 string conversion - byte-wise conversion of buffer to string of hex
12231 parameter was incorrectly applying the "implicit conversion rules" during
12234 argument (LocalX or ArgX), no conversion is performed and the result is
12236 conversion during ALL stores to an ArgX.
13182 Changed the behavior of the internal Buffer-to-String conversion
13277 Fixed a problem in the Buffer-to-String conversion code where a
13482 implicit object conversion from Buffer to Integer.) The change in
13734 conversion operators were not updating the internal namespace node
13737 Fixed a memory leak during implicit source operand conversion
13748 use of an explicit conversion operator, resulting in the two names
13808 conversion" was not performed. In other words, if the existing
13922 This problem was created during the conversion to the new
14124 Fixed a problem with the conversion of internal package objects to
14565 conversion to avoid incompatibility with existing ASL code.
14649 Fixed a problem where conversion errors for hex/octal/decimal
15042 bypass the "implicit conversion" mechanism of the Store operator.)
15920 Part of the "implicit conversion" rules in ACPI 2.0 have been
15923 for stores to method Args and Locals. Source operand conversion
16109 conversion. This is when a result object is converted on the fly
16147 Support for implicit source operand conversion is partially
16151 Target operand conversion (where the result is converted to the
16518 Added a source code translation/conversion utility. Used to