Deleted Added
full compact
exconvrt.c (241973) exconvrt.c (245582)
1/******************************************************************************
2 *
3 * Module Name: exconvrt - Object conversion routines
4 *
5 *****************************************************************************/
6
7/*
1/******************************************************************************
2 *
3 * Module Name: exconvrt - Object conversion routines
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.
8 * Copyright (C) 2000 - 2013, Intel Corp.
9 * All rights reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
13 * are met:
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions, and the following disclaimer,
16 * without modification.

--- 177 unchanged lines hidden (view full) ---

194 return_ACPI_STATUS (AE_NO_MEMORY);
195 }
196
197 ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "Converted value: %8.8X%8.8X\n",
198 ACPI_FORMAT_UINT64 (Result)));
199
200 /* Save the Result */
201
9 * All rights reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
13 * are met:
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions, and the following disclaimer,
16 * without modification.

--- 177 unchanged lines hidden (view full) ---

194 return_ACPI_STATUS (AE_NO_MEMORY);
195 }
196
197 ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "Converted value: %8.8X%8.8X\n",
198 ACPI_FORMAT_UINT64 (Result)));
199
200 /* Save the Result */
201
202 AcpiExTruncateFor32bitTable (ReturnDesc);
202 (void) AcpiExTruncateFor32bitTable (ReturnDesc);
203 *ResultDesc = ReturnDesc;
204 return_ACPI_STATUS (AE_OK);
205}
206
207
208/*******************************************************************************
209 *
210 * FUNCTION: AcpiExConvertToBuffer

--- 542 unchanged lines hidden ---
203 *ResultDesc = ReturnDesc;
204 return_ACPI_STATUS (AE_OK);
205}
206
207
208/*******************************************************************************
209 *
210 * FUNCTION: AcpiExConvertToBuffer

--- 542 unchanged lines hidden ---