Lines Matching refs:LineLength

167     UINT32                  LineLength;  in HxDoHexOutputC()  local
187 LineLength = HxReadAmlOutputFile (FileData); in HxDoHexOutputC()
188 if (!LineLength) in HxDoHexOutputC()
195 for (i = 0; i < LineLength; i++) in HxDoHexOutputC()
215 if (LineLength < HEX_TABLE_LINE_SIZE) in HxDoHexOutputC()
218 5 * (HEX_TABLE_LINE_SIZE - LineLength), " "); in HxDoHexOutputC()
224 LsDumpAsciiInComment (ASL_FILE_HEX_OUTPUT, LineLength, FileData); in HxDoHexOutputC()
227 HEX_TABLE_LINE_SIZE - LineLength + 1, " "); in HxDoHexOutputC()
229 Offset += LineLength; in HxDoHexOutputC()
255 UINT32 LineLength; in HxDoHexOutputAsl() local
275 LineLength = HxReadAmlOutputFile (FileData); in HxDoHexOutputAsl()
276 if (!LineLength) in HxDoHexOutputAsl()
283 for (i = 0; i < LineLength; i++) in HxDoHexOutputAsl()
303 if (LineLength < HEX_TABLE_LINE_SIZE) in HxDoHexOutputAsl()
306 5 * (HEX_TABLE_LINE_SIZE - LineLength), " "); in HxDoHexOutputAsl()
312 LsDumpAsciiInComment (ASL_FILE_HEX_OUTPUT, LineLength, FileData); in HxDoHexOutputAsl()
315 HEX_TABLE_LINE_SIZE - LineLength + 1, " "); in HxDoHexOutputAsl()
317 Offset += LineLength; in HxDoHexOutputAsl()
343 UINT32 LineLength; in HxDoHexOutputAsm() local
362 LineLength = HxReadAmlOutputFile (FileData); in HxDoHexOutputAsm()
363 if (!LineLength) in HxDoHexOutputAsm()
370 for (i = 0; i < LineLength; i++) in HxDoHexOutputAsm()
377 if ((i + 1) < LineLength) in HxDoHexOutputAsm()
387 if (LineLength < HEX_TABLE_LINE_SIZE) in HxDoHexOutputAsm()
390 5 * (HEX_TABLE_LINE_SIZE - LineLength), " "); in HxDoHexOutputAsm()
396 LsDumpAsciiInComment (ASL_FILE_HEX_OUTPUT, LineLength, FileData); in HxDoHexOutputAsm()
400 Offset += LineLength; in HxDoHexOutputAsm()