Searched refs:max_to_use (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmemmgr.c1035 size_t max_to_use; local
1060 max_to_use = jpeg_mem_init(cinfo); /* system-dependent initialization */
1087 mem->pub.max_memory_to_use = max_to_use;
1115 max_to_use = (size_t)mem_max;
1117 max_to_use *= 1000L;
1118 mem->pub.max_memory_to_use = max_to_use * 1000L;

Completed in 39 milliseconds