OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gDumpLineLimit
(Results
1 - 7
of
7
) sorted by null
/external/dng_sdk/source/
dng_globals.cpp
24
uint32
gDumpLineLimit
= 100;
dng_globals.h
38
extern uint32
gDumpLineLimit
;
dng_misc_opcodes.cpp
327
for (uint32 j = 0; j < fCount && j <
gDumpLineLimit
; j++)
332
if (fCount >
gDumpLineLimit
)
334
printf (" ... %u table entries skipped\n", (unsigned) (fCount -
gDumpLineLimit
));
894
for (uint32 k = 0; k < deltas && k <
gDumpLineLimit
; k++)
899
if (deltas >
gDumpLineLimit
)
901
printf (" ... %u deltas skipped\n", (unsigned) (deltas -
gDumpLineLimit
));
1100
for (uint32 k = 0; k < deltas && k <
gDumpLineLimit
; k++)
1105
if (deltas >
gDumpLineLimit
)
1107
printf (" ... %u deltas skipped\n", (unsigned) (deltas -
gDumpLineLimit
));
1307
for (uint32 k = 0; k < scales && k <
gDumpLineLimit
; k++
[
all
...]
dng_validate.cpp
588
gDumpLineLimit
= 0;
592
gDumpLineLimit
= atoi (argv [++index]);
595
if (!
gDumpLineLimit
)
dng_parse_utils.cpp
[
all
...]
dng_bad_pixels.cpp
659
for (index = 0; index < pCount && index <
gDumpLineLimit
; index++)
667
if (pCount >
gDumpLineLimit
)
669
printf (" ... %u bad pixels skipped\n", (unsigned) (pCount -
gDumpLineLimit
));
674
for (index = 0; index < rCount && index <
gDumpLineLimit
; index++)
684
if (rCount >
gDumpLineLimit
)
686
printf (" ... %u bad rects skipped\n", (unsigned) (rCount -
gDumpLineLimit
));
[
all
...]
dng_gain_map.cpp
437
if (linesPrinted <
gDumpLineLimit
)
Completed in 133 milliseconds