Lines Matching refs:LineLength
279 UINT32 LineLength; in HxDoHexOutputC() local
311 LineLength = HxReadAmlOutputFile (FileData); in HxDoHexOutputC()
312 if (!LineLength) in HxDoHexOutputC()
319 for (i = 0; i < LineLength; i++) in HxDoHexOutputC()
339 if (LineLength < HEX_TABLE_LINE_SIZE) in HxDoHexOutputC()
342 5 * (HEX_TABLE_LINE_SIZE - LineLength), " "); in HxDoHexOutputC()
348 LsDumpAsciiInComment (ASL_FILE_HEX_OUTPUT, LineLength, FileData); in HxDoHexOutputC()
351 HEX_TABLE_LINE_SIZE - LineLength + 1, " "); in HxDoHexOutputC()
353 Offset += LineLength; in HxDoHexOutputC()
380 UINT32 LineLength; in HxDoHexOutputAsl() local
400 LineLength = HxReadAmlOutputFile (FileData); in HxDoHexOutputAsl()
401 if (!LineLength) in HxDoHexOutputAsl()
408 for (i = 0; i < LineLength; i++) in HxDoHexOutputAsl()
428 if (LineLength < HEX_TABLE_LINE_SIZE) in HxDoHexOutputAsl()
431 5 * (HEX_TABLE_LINE_SIZE - LineLength), " "); in HxDoHexOutputAsl()
437 LsDumpAsciiInComment (ASL_FILE_HEX_OUTPUT, LineLength, FileData); in HxDoHexOutputAsl()
440 HEX_TABLE_LINE_SIZE - LineLength + 1, " "); in HxDoHexOutputAsl()
442 Offset += LineLength; in HxDoHexOutputAsl()
468 UINT32 LineLength; in HxDoHexOutputAsm() local
487 LineLength = HxReadAmlOutputFile (FileData); in HxDoHexOutputAsm()
488 if (!LineLength) in HxDoHexOutputAsm()
495 for (i = 0; i < LineLength; i++) in HxDoHexOutputAsm()
502 if ((i + 1) < LineLength) in HxDoHexOutputAsm()
512 if (LineLength < HEX_TABLE_LINE_SIZE) in HxDoHexOutputAsm()
515 5 * (HEX_TABLE_LINE_SIZE - LineLength), " "); in HxDoHexOutputAsm()
521 LsDumpAsciiInComment (ASL_FILE_HEX_OUTPUT, LineLength, FileData); in HxDoHexOutputAsm()
525 Offset += LineLength; in HxDoHexOutputAsm()