OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rows_left
(Results
1 - 7
of
7
) sorted by null
/external/jpeg/
jcapistd.c
80
JDIMENSION row_ctr,
rows_left
;
local
103
rows_left
= cinfo->image_height - cinfo->next_scanline;
104
if (num_lines >
rows_left
)
105
num_lines =
rows_left
;
jdmainct.c
273
int ci, i, rgroup, iMCUheight,
rows_left
;
local
283
rows_left
= (int) (compptr->downsampled_height % (JDIMENSION) iMCUheight);
284
if (
rows_left
== 0)
rows_left
= iMCUheight;
289
main->rowgroups_avail = (JDIMENSION) ((
rows_left
-1) / rgroup + 1);
296
xbuf[
rows_left
+ i] = xbuf[
rows_left
-1];
/external/qemu/distrib/jpeg-6b/
jcapistd.c
80
JDIMENSION row_ctr,
rows_left
;
local
103
rows_left
= cinfo->image_height - cinfo->next_scanline;
104
if (num_lines >
rows_left
)
105
num_lines =
rows_left
;
jdmainct.c
273
int ci, i, rgroup, iMCUheight,
rows_left
;
local
283
rows_left
= (int) (compptr->downsampled_height % (JDIMENSION) iMCUheight);
284
if (
rows_left
== 0)
rows_left
= iMCUheight;
289
main->rowgroups_avail = (JDIMENSION) ((
rows_left
-1) / rgroup + 1);
296
xbuf[
rows_left
+ i] = xbuf[
rows_left
-1];
/external/chromium_org/chrome/utility/importer/
external_process_importer_bridge.cc
107
// |
rows_left
| is required for the checks below as Windows has a
110
int
rows_left
= rows.end() - rows.begin();
local
115
it + std::min(
rows_left
, kNumHistoryRowsToSend);
120
rows_left
-= end_group - it;
123
DCHECK_EQ(0,
rows_left
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 468 milliseconds