Lines Matching +full:line +full:- +full:orders
3 * Module Name: asldefine.h - Common defines for the iASL compiler
11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
106 * compliance with all laws, regulations, orders, or other restrictions of the
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
179 * Per-parser-generator configuration. These values are used to cheat and
195 #define ASL_PTR_DIFF(a,b) ((UINT8 *)(b) - (UINT8 *)(a))
197 #define ASL_GET_CHILD_NODE(a) (a)->Asl.Child
198 #define ASL_GET_PEER_NODE(a) (a)->Asl.Next
229 #define ASL_IGNORE_LINE (ACPI_UINT32_MAX -1)
242 #define ACPI_PREDEFINED_NAME (ACPI_UINT32_MAX - 1)
243 #define ACPI_EVENT_RESERVED_NAME (ACPI_UINT32_MAX - 2)
244 #define ACPI_COMPILER_RESERVED_NAME (ACPI_UINT32_MAX - 3)
280 "%*s Value P_Op Flags Line# End# LogL# EndL#\n", 65, " "
290 " Line# End# LogL# EndL#\n", 60, " "
303 * Special name segments - these must only be declared at the root scope