Lines Matching refs:gDumpLineLimit
327 for (uint32 j = 0; j < fCount && j < gDumpLineLimit; j++) in dng_opcode_MapTable()
332 if (fCount > gDumpLineLimit) in dng_opcode_MapTable()
334 printf (" ... %u table entries skipped\n", (unsigned) (fCount - gDumpLineLimit)); in dng_opcode_MapTable()
894 for (uint32 k = 0; k < deltas && k < gDumpLineLimit; k++) in dng_opcode_DeltaPerRow()
899 if (deltas > gDumpLineLimit) in dng_opcode_DeltaPerRow()
901 printf (" ... %u deltas skipped\n", (unsigned) (deltas - gDumpLineLimit)); in dng_opcode_DeltaPerRow()
1100 for (uint32 k = 0; k < deltas && k < gDumpLineLimit; k++) in dng_opcode_DeltaPerColumn()
1105 if (deltas > gDumpLineLimit) in dng_opcode_DeltaPerColumn()
1107 printf (" ... %u deltas skipped\n", (unsigned) (deltas - gDumpLineLimit)); in dng_opcode_DeltaPerColumn()
1307 for (uint32 k = 0; k < scales && k < gDumpLineLimit; k++) in dng_opcode_ScalePerRow()
1312 if (scales > gDumpLineLimit) in dng_opcode_ScalePerRow()
1314 printf (" ... %u scales skipped\n", (unsigned) (scales - gDumpLineLimit)); in dng_opcode_ScalePerRow()
1484 for (uint32 k = 0; k < scales && k < gDumpLineLimit; k++) in dng_opcode_ScalePerColumn()
1489 if (scales > gDumpLineLimit) in dng_opcode_ScalePerColumn()
1491 printf (" ... %u deltas skipped\n", (unsigned) (scales - gDumpLineLimit)); in dng_opcode_ScalePerColumn()