Home
last modified time | relevance | path

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

/external/f2fs-tools/lib/
Dlibf2fs_io.c318 #define MAX_CHUNK_SIZE (1 * 1024 * 1024 * 1024ULL) macro
347 (MAX_CHUNK_SIZE / F2FS_BLKSIZE))) { in f2fs_finalize_device()
/external/python/cpython3/Modules/
Dpyexpat.c706 #define MAX_CHUNK_SIZE (1 << 20) macro
745 while (slen > MAX_CHUNK_SIZE) { in pyexpat_xmlparser_Parse_impl()
746 rc = XML_Parse(self->itself, s, MAX_CHUNK_SIZE, 0); in pyexpat_xmlparser_Parse_impl()
749 s += MAX_CHUNK_SIZE; in pyexpat_xmlparser_Parse_impl()
750 slen -= MAX_CHUNK_SIZE; in pyexpat_xmlparser_Parse_impl()
752 Py_BUILD_ASSERT(MAX_CHUNK_SIZE <= INT_MAX); in pyexpat_xmlparser_Parse_impl()
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc1004 #define MAX_CHUNK_SIZE 32 * 1024 * 1024 macro
1017 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create()
1022 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create()
1027 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create()