Searched defs:chunksize (Results 1 - 16 of 16) sorted by relevance

/external/libpcap/
H A Ddlpisubs.c275 bpf_u_int32 ss, chunksize; local
310 chunksize = CHUNKSIZE;
311 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize)
H A Dpcap-snit.c287 int chunksize = CHUNKSIZE; local
339 /* set the chunksize */
342 si.ic_len = sizeof(chunksize);
343 si.ic_dp = (char *)&chunksize;
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
H A Dhttp.py122 Note that subclasses of MediaUpload may allow you to control the chunksize
144 def chunksize(self): member in class:MediaUpload
268 chunksize=1024*1024, resumable=True)
275 chunksize, which indicates that the entire file should be uploaded in a single
280 your chunksize larger than 5MB, or to -1.
284 def __init__(self, fd, mimetype, chunksize=DEFAULT_CHUNK_SIZE,
294 chunksize: int, File will be uploaded in chunks of this many bytes. Only
297 on request size, so you should never set your chunksize larger than 5MB,
305 if not (chunksize == -1 or chunksize >
313 def chunksize(self): member in class:MediaIoBaseUpload
[all...]
/external/jemalloc/src/
H A Dchunk.c17 size_t chunksize; variable
18 size_t chunksize_mask; /* (chunksize - 1). */
151 size_t nadd = (size == 0) ? 1 : size / chunksize;
177 size_t nsub = (size == 0) ? 1 : size / chunksize;
210 assert(new_addr == NULL || alignment == chunksize);
218 alloc_size = CHUNK_CEILING(s2u(size + alignment - chunksize));
373 ret = chunk_alloc_mmap(NULL, size, chunksize, &zero, &commit);
471 JEMALLOC_VALGRIND_MAKE_MEM_UNDEFINED(ret, chunksize);
705 * Configure chunksize (if not set) to match granularity (usually 64K),
718 chunksize
[all...]
/external/kernel-headers/original/uapi/linux/raid/
H A Dmd_p.h239 __le32 chunksize; /* in 512byte sectors */ member in struct:mdp_superblock_1
/external/dlmalloc/
H A Dmalloc.c2262 #define chunksize(p) ((p)->head & ~(FLAG_BITS)) macro
3074 (chunksize(p))))->prev_foot ^ mparams.magic))
3254 size_t sz = chunksize(p);
3279 size_t sz = chunksize(p);
3319 size_t tsize = chunksize(t);
3330 assert(chunksize(u) == tsize);
3357 assert(chunksize(u->child[0]) < chunksize(u->child[1]));
3385 size_t size = chunksize(p);
3391 assert(p->bk == b || chunksize(
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h175 #define chunksize JEMALLOC_N(chunksize) macro
H A Dprivate_unnamespace.h175 #undef chunksize macro
/external/sqlite/dist/orig/
H A Dsqlite3.c81352 int chunksize = 4*1024; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c81370 int chunksize = 4*1024; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1212 milliseconds