Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/mtest01/
Dmtest01.c51 static int chunksize = 1024*1024; variable
59 static void parse_mtest_options(char *str_chunksize, int *chunksize, in parse_mtest_options()
92 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.py359 def map(self, func, iterable, chunksize=None): argument
366 def starmap(self, func, iterable, chunksize=None): argument
374 def starmap_async(self, func, iterable, chunksize=None, callback=None, argument
393 def imap(self, func, iterable, chunksize=1): argument
422 def imap_unordered(self, func, iterable, chunksize=1): argument
460 def map_async(self, func, iterable, chunksize=None, callback=None, argument
468 def _map_async(self, func, iterable, mapper, chunksize=None, callback=None, argument
793 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.c56 uint64_t chunksize = AV_RL64(p + sizeof(ff_asf_guid)); in rtp_asf_fix_header() local
Dhttp.c69 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.py183 def _get_chunks(*iterables, chunksize): argument
710 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
D_base.py573 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPrograms.cpp203 deUint32 chunksize = 0; in shaderCacheFirstRunCheck() local
314 deUint32 chunksize; in shadercacheSave() local
/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_msdos.c262 ssize_t chunksize; in mkfs_msdos() local
804 static int chunksize; in getchunksize() local
/third_party/python/Lib/
Dplatform.py162 def libc_ver(executable=None, lib='', version='', chunksize=16384): argument
/third_party/libffi/src/
Ddlmalloc.c1731 #define chunksize(p) ((p)->head & ~(INUSE_BITS)) macro
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h55025 unsigned int chunksize; member
55138 unsigned int chunksize; member