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