| /third_party/ltp/testcases/kernel/mem/mtest01/ |
| D | mtest01.c | 49 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/ |
| D | embed_resources.py | 13 def bytes_from_file(f, chunksize=8192): argument
|
| /third_party/python/Lib/multiprocessing/ |
| D | pool.py | 362 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/ |
| D | mms.c | 73 uint64_t chunksize; in ff_mms_asf_header_parser() local
|
| D | rtpdec_asf.c | 55 uint64_t chunksize = AV_RL64(p + sizeof(ff_asf_guid)); in rtp_asf_fix_header() local
|
| D | http.c | 73 uint64_t chunksize; member
|
| /third_party/libsnd/src/ |
| D | wavlike.c | 737 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/ |
| D | process.py | 186 def _get_chunks(*iterables, chunksize): argument 792 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
|
| D | _base.py | 583 def map(self, fn, *iterables, timeout=None, chunksize=1): argument
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkPrograms.cpp | 422 deUint32 chunksize = 0; in shaderCacheFirstRunCheck() local 530 deUint32 chunksize; in shadercacheSave() local
|
| /third_party/FreeBSD/sbin/newfs_msdos/ |
| D | mkfs_msdos.c | 257 ssize_t chunksize; in mkfs_msdos() local 799 static int chunksize; in getchunksize() local
|
| /third_party/python/Lib/ |
| D | platform.py | 161 def libc_ver(executable=None, lib='', version='', chunksize=16384): argument
|
| /third_party/curl/lib/vtls/ |
| D | x509asn1.c | 1208 size_t chunksize = (clen - j) > 64 ? 64 : (clen - j); in Curl_extract_certinfo() local
|