Lines Matching +full:line +full:- +full:orders
3 * Module Name: aslhex - ASCII hex output file generation (C, ASM, and ASL)
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
229 * PARAMETERS: Buffer - Where to return data
233 * DESCRIPTION: Read a line of the AML output prior to formatting the data
295 /* Finish the file header and emit the non-data symbols */ in HxDoHexOutputC()
309 /* Read enough bytes needed for one output line */ in HxDoHexOutputC()
337 /* Add fill spaces if needed for last line */ in HxDoHexOutputC()
342 5 * (HEX_TABLE_LINE_SIZE - LineLength), " "); in HxDoHexOutputC()
345 /* Emit the offset and ascii dump for the entire line */ in HxDoHexOutputC()
351 HEX_TABLE_LINE_SIZE - LineLength + 1, " "); in HxDoHexOutputC()
398 /* Read enough bytes needed for one output line */ in HxDoHexOutputAsl()
426 /* Add fill spaces if needed for last line */ in HxDoHexOutputAsl()
431 5 * (HEX_TABLE_LINE_SIZE - LineLength), " "); in HxDoHexOutputAsl()
434 /* Emit the offset and ascii dump for the entire line */ in HxDoHexOutputAsl()
440 HEX_TABLE_LINE_SIZE - LineLength + 1, " "); in HxDoHexOutputAsl()
485 /* Read enough bytes needed for one output line */ in HxDoHexOutputAsm()
499 * Add a comma until the last byte of the line in HxDoHexOutputAsm()
510 /* Add fill spaces if needed for last line */ in HxDoHexOutputAsm()
515 5 * (HEX_TABLE_LINE_SIZE - LineLength), " "); in HxDoHexOutputAsm()
518 /* Emit the offset and ascii dump for the entire line */ in HxDoHexOutputAsm()