Home
last modified time | relevance | path

Searched defs:chunksize (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/mem/mtest01/
Dmtest01.c49 static int chunksize = 1024*1024; variable
57 static void parse_mtest_options(char *str_chunksize, int *chunksize, in parse_mtest_options()
90 static void do_write_mem(char *mem, int chunksize) in do_write_mem()
/third_party/skia/tools/
Dembed_resources.py13 def bytes_from_file(f, chunksize=8192): argument
/third_party/python/Lib/multiprocessing/
Dpool.py362 def map(self, func, iterable, chunksize=None): argument
369 def starmap(self, func, iterable, chunksize=None): argument
377 def starmap_async(self, func, iterable, chunksize=None, callback=None, argument
396 def imap(self, func, iterable, chunksize=1): argument
425 def imap_unordered(self, func, iterable, chunksize=1): argument
463 def map_async(self, func, iterable, chunksize=None, callback=None, argument
471 def _map_async(self, func, iterable, mapper, chunksize=None, callback=None, argument
796 def __init__(self, pool, chunksize, length, callback, error_callback): argument
/third_party/ffmpeg/libavformat/
Dmms.c73 uint64_t chunksize; in ff_mms_asf_header_parser() local
Drtpdec_asf.c55 uint64_t chunksize = AV_RL64(p + sizeof(ff_asf_guid)); in rtp_asf_fix_header() local
Dhttp.c73 uint64_t chunksize; member
/third_party/libsnd/src/
Dwavlike.c737 wavlike_read_bext_chunk (SF_PRIVATE *psf, uint32_t chunksize) in wavlike_read_bext_chunk()
836 wavlike_read_cart_chunk (SF_PRIVATE *psf, uint32_t chunksize) in wavlike_read_cart_chunk()
/third_party/python/Lib/concurrent/futures/
Dprocess.py186 def _get_chunks(*iterables, chunksize): argument
792 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
D_base.py583 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPrograms.cpp422 deUint32 chunksize = 0; in shaderCacheFirstRunCheck() local
530 deUint32 chunksize; in shadercacheSave() local
/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_msdos.c257 ssize_t chunksize; in mkfs_msdos() local
799 static int chunksize; in getchunksize() local
/third_party/python/Lib/
Dplatform.py161 def libc_ver(executable=None, lib='', version='', chunksize=16384): argument
/third_party/curl/lib/vtls/
Dx509asn1.c1208 size_t chunksize = (clen - j) > 64 ? 64 : (clen - j); in Curl_extract_certinfo() local