Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc960/
Dmali_gralloc_ion.cpp365 size_t max_buffer_size = 0; in get_max_buffer_descriptor_index() local
371 if (max_buffer_size < bufDescriptor->size) in get_max_buffer_descriptor_index()
374 max_buffer_size = bufDescriptor->size; in get_max_buffer_descriptor_index()
/device/amlogic/yukawa/gralloc/
Dmali_gralloc_ion.cpp377 size_t max_buffer_size = 0; in get_max_buffer_descriptor_index() local
383 if (max_buffer_size < bufDescriptor->size) in get_max_buffer_descriptor_index()
386 max_buffer_size = bufDescriptor->size; in get_max_buffer_descriptor_index()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dbufferedio.c1645 Py_ssize_t max_buffer_size = -234; in bufferedwriter_init() local
1652 &raw, &buffer_size, &max_buffer_size)) { in bufferedwriter_init()
1656 if (max_buffer_size != -234 && !complain_about_max_buffer_size()) in bufferedwriter_init()
2035 Py_ssize_t max_buffer_size = -234; in bufferedrwpair_init() local
2038 &buffer_size, &max_buffer_size)) { in bufferedrwpair_init()
2042 if (max_buffer_size != -234 && !complain_about_max_buffer_size()) in bufferedrwpair_init()
2270 Py_ssize_t max_buffer_size = -234; in bufferedrandom_init() local
2277 &raw, &buffer_size, &max_buffer_size)) { in bufferedrandom_init()
2281 if (max_buffer_size != -234 && !complain_about_max_buffer_size()) in bufferedrandom_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dbufferedio.c1673 Py_ssize_t max_buffer_size = -234; in bufferedwriter_init() local
1680 &raw, &buffer_size, &max_buffer_size)) { in bufferedwriter_init()
1684 if (max_buffer_size != -234 && !complain_about_max_buffer_size()) in bufferedwriter_init()
2066 Py_ssize_t max_buffer_size = -234; in bufferedrwpair_init() local
2069 &buffer_size, &max_buffer_size)) { in bufferedrwpair_init()
2073 if (max_buffer_size != -234 && !complain_about_max_buffer_size()) in bufferedrwpair_init()
2326 Py_ssize_t max_buffer_size = -234; in bufferedrandom_init() local
2333 &raw, &buffer_size, &max_buffer_size)) { in bufferedrandom_init()
2337 if (max_buffer_size != -234 && !complain_about_max_buffer_size()) in bufferedrandom_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_pyio.py1054 buffer_size=DEFAULT_BUFFER_SIZE, max_buffer_size=None): argument
1061 if max_buffer_size is not None:
1161 buffer_size=DEFAULT_BUFFER_SIZE, max_buffer_size=None): argument
1166 if max_buffer_size is not None:
1228 buffer_size=DEFAULT_BUFFER_SIZE, max_buffer_size=None): argument
1231 BufferedWriter.__init__(self, raw, buffer_size, max_buffer_size)