Home
last modified time | relevance | path

Searched refs:HEX_TABLE_LINE_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/lib/acpica/source/compiler/
A Daslhex.c135 Actual = fread (Buffer, 1, HEX_TABLE_LINE_SIZE, in HxReadAmlOutputFile()
166 UINT8 FileData[HEX_TABLE_LINE_SIZE]; in HxDoHexOutputC()
215 if (LineLength < HEX_TABLE_LINE_SIZE) in HxDoHexOutputC()
218 5 * (HEX_TABLE_LINE_SIZE - LineLength), " "); in HxDoHexOutputC()
227 HEX_TABLE_LINE_SIZE - LineLength + 1, " "); in HxDoHexOutputC()
254 UINT8 FileData[HEX_TABLE_LINE_SIZE]; in HxDoHexOutputAsl()
303 if (LineLength < HEX_TABLE_LINE_SIZE) in HxDoHexOutputAsl()
306 5 * (HEX_TABLE_LINE_SIZE - LineLength), " "); in HxDoHexOutputAsl()
315 HEX_TABLE_LINE_SIZE - LineLength + 1, " "); in HxDoHexOutputAsl()
342 UINT8 FileData[HEX_TABLE_LINE_SIZE]; in HxDoHexOutputAsm()
[all …]
A Daslglobal.h117 #define HEX_TABLE_LINE_SIZE 8 macro

Completed in 4 milliseconds