Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djmemmgr.c1088 long max_to_use; local
1113 max_to_use = jpeg_mem_init(cinfo); /* system-dependent initialization */
1140 mem->pub.max_memory_to_use = max_to_use;
1168 if (sscanf_s(memenv, "%ld%c", &max_to_use, &ch, 1) > 0) {
1170 if (sscanf(memenv, "%ld%c", &max_to_use, &ch) > 0) {
1173 max_to_use *= 1000L;
1174 mem->pub.max_memory_to_use = max_to_use * 1000L;