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

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslhex.c275 UINT32 LineLength; local
295 LineLength = HxReadAmlOutputFile (FileData);
296 if (!LineLength)
303 for (i = 0; i < LineLength; i++)
323 if (LineLength < HEX_TABLE_LINE_SIZE)
326 5 * (HEX_TABLE_LINE_SIZE - LineLength), " ");
332 LsDumpAsciiInComment (ASL_FILE_HEX_OUTPUT, LineLength, FileData);
335 HEX_TABLE_LINE_SIZE - LineLength + 1, " ");
337 Offset += LineLength;
363 UINT32 LineLength; local
451 UINT32 LineLength; local
[all...]
H A Dasldebug.c438 UINT32 LineLength; local
453 LineLength = IndentLength + 1 + NameLength + 1 + DataLength;
454 PaddingLength = (DEBUG_MAX_LINE_LENGTH + 1) - LineLength;
469 if (LineLength > DEBUG_MAX_LINE_LENGTH)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp511 unsigned LineLength = local
518 LineLength += 2;
523 LineLength -= Decoration.size();
526 return LineLength;

Completed in 128 milliseconds