OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisrow
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jmemmgr.c
693
long bytesperrow, file_offset, byte_count, rows,
thisrow
, i;
local
702
thisrow
= (long) ptr->cur_start_row + i;
703
rows = MIN(rows, (long) ptr->first_undef_row -
thisrow
);
705
rows = MIN(rows, (long) ptr->rows_in_array -
thisrow
);
726
long bytesperrow, file_offset, byte_count, rows,
thisrow
, i;
local
735
thisrow
= (long) ptr->cur_start_row + i;
736
rows = MIN(rows, (long) ptr->first_undef_row -
thisrow
);
738
rows = MIN(rows, (long) ptr->rows_in_array -
thisrow
);
[
all
...]
/external/qemu/distrib/jpeg-6b/
jmemmgr.c
693
long bytesperrow, file_offset, byte_count, rows,
thisrow
, i;
local
702
thisrow
= (long) ptr->cur_start_row + i;
703
rows = MIN(rows, (long) ptr->first_undef_row -
thisrow
);
705
rows = MIN(rows, (long) ptr->rows_in_array -
thisrow
);
726
long bytesperrow, file_offset, byte_count, rows,
thisrow
, i;
local
735
thisrow
= (long) ptr->cur_start_row + i;
736
rows = MIN(rows, (long) ptr->first_undef_row -
thisrow
);
738
rows = MIN(rows, (long) ptr->rows_in_array -
thisrow
);
[
all
...]
Completed in 28 milliseconds