Searched refs:MAX_CHUNK_SIZE (Results 1 – 5 of 5) sorted by relevance
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | PrimitiveArrayBuilder.java | 25 final static int MAX_CHUNK_SIZE = (1 << 18); field in PrimitiveArrayBuilder
|
/external/python/cpython3/Modules/ |
D | pyexpat.c | 697 #define MAX_CHUNK_SIZE (1 << 20) macro 736 while (slen > MAX_CHUNK_SIZE) { in pyexpat_xmlparser_Parse_impl() 737 rc = XML_Parse(self->itself, s, MAX_CHUNK_SIZE, 0); in pyexpat_xmlparser_Parse_impl() 740 s += MAX_CHUNK_SIZE; in pyexpat_xmlparser_Parse_impl() 741 slen -= MAX_CHUNK_SIZE; in pyexpat_xmlparser_Parse_impl() 743 Py_BUILD_ASSERT(MAX_CHUNK_SIZE <= INT_MAX); in pyexpat_xmlparser_Parse_impl()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 1004 #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()
|
/external/f2fs-tools/lib/ |
D | libf2fs_io.c | 712 #define MAX_CHUNK_SIZE (1 * 1024 * 1024 * 1024ULL) macro 713 #define MAX_CHUNK_COUNT (MAX_CHUNK_SIZE / F2FS_BLKSIZE)
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 1695 #define MAX_CHUNK_SIZE (32 * 1024 * 1024) macro 1714 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create() 1719 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create() 1724 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create()
|