Home | History | Annotate | Download | only in source

Lines Matching refs:gDumpLineLimit

1708 	if (rows > gDumpLineLimit)
1709 rows = gDumpLineLimit;
1782 if (rows > gDumpLineLimit)
1783 rows = gDumpLineLimit;
1932 const uint32 kMaxDumpString = gDumpLineLimit * 64;
2007 const uint32 kMaxDumpArray = Max_uint32 (gDumpLineLimit, kMaxDumpSingleLine);
2320 if (gDumpLineLimit == 0 ||
2321 gDumpLineLimit > doneLines)