Searched refs:LineLength (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslhex.c167 UINT32 LineLength; local
187 LineLength = HxReadAmlOutputFile (FileData);
188 if (!LineLength)
195 for (i = 0; i < LineLength; i++)
215 if (LineLength < HEX_TABLE_LINE_SIZE)
218 5 * (HEX_TABLE_LINE_SIZE - LineLength), " ");
224 LsDumpAsciiInComment (ASL_FILE_HEX_OUTPUT, LineLength, FileData);
227 HEX_TABLE_LINE_SIZE - LineLength + 1, " ");
229 Offset += LineLength;
255 UINT32 LineLength; local
343 UINT32 LineLength; local
[all...]
H A Dasldebug.c211 UINT32 LineLength; local
226 LineLength = IndentLength + 1 + NameLength + 1 + DataLength;
227 PaddingLength = (DEBUG_MAX_LINE_LENGTH + 1) - LineLength;
242 if (LineLength > DEBUG_MAX_LINE_LENGTH)

Completed in 100 milliseconds