OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:space_per_minheight
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jmemmgr.c
587
long
space_per_minheight
, maximum_space, avail_mem;
local
596
space_per_minheight
= 0;
600
space_per_minheight
+= (long) sptr->maxaccess *
608
space_per_minheight
+= (long) bptr->maxaccess *
615
if (
space_per_minheight
<= 0)
619
avail_mem = jpeg_mem_available(cinfo,
space_per_minheight
, maximum_space,
629
max_minheights = avail_mem /
space_per_minheight
;
[
all
...]
/external/qemu/distrib/jpeg-6b/
jmemmgr.c
587
long
space_per_minheight
, maximum_space, avail_mem;
local
596
space_per_minheight
= 0;
600
space_per_minheight
+= (long) sptr->maxaccess *
608
space_per_minheight
+= (long) bptr->maxaccess *
615
if (
space_per_minheight
<= 0)
619
avail_mem = jpeg_mem_available(cinfo,
space_per_minheight
, maximum_space,
629
max_minheights = avail_mem /
space_per_minheight
;
[
all
...]
Completed in 33 milliseconds