Searched defs:csize (Results 1 - 25 of 26) sorted by relevance

12

/external/ltp/testcases/kernel/fs/ftest/
H A Dlibftest.c100 void ft_dumpbuf(char *buf, int csize) argument
110 for (i = 0; i < csize; i++) {
H A Dftest04.c71 static int csize; /* chunk size */ variable
135 csize = K_2; /* should run with 1, 2, and 4 K sizes */
218 #define CHUNK(i) (((i) * testers + me) * csize)
237 nchunks = max_size / (testers * csize);
246 r_ioveclen = w_ioveclen = csize / MAXIOVCNT;
248 /* Please note that the above statement implies that csize
350 if (xfr != csize) {
354 me, xfr, csize);
378 if (xfr != csize) {
382 me, xfr, csize);
[all...]
H A Dftest08.c79 static int csize; /* chunk size */ variable
141 csize = K_2; /* should run with 1, 2, and 4 K sizes */
225 #define CHUNK(i) ((((off64_t)i) * testers + me) * csize)
244 nchunks = max_size / (testers * csize);
252 r_ioveclen = w_ioveclen = csize / MAXIOVCNT;
254 /* Please note that the above statement implies that csize
357 if (xfr != csize) {
361 me, xfr, csize);
387 if (xfr != csize) {
391 me, xfr, csize);
[all...]
H A Dftest01.c81 static int csize; /* chunk size */ variable
139 csize = K_2; /* should run with 1, 2, and 4 K sizes */
256 #define CHUNK(i) ((i) * csize)
267 nchunks = max_size / csize;
281 if ((buf = (calloc(csize, 1))) == 0) {
286 if ((val_buf = (calloc(csize, 1))) == 0) {
292 if ((zero_buf = (calloc(csize, 1))) == 0) {
329 memset(val_buf, val, csize);
330 memset(zero_buf, 0, csize);
344 if ((xfr = read(fd, buf, csize)) <
[all...]
H A Dftest03.c47 * 2. The "csize" argument must be evenly divisible by MAXIOVCNT.
87 static int csize; /* chunk size */ variable
162 csize = K_2; /* should run with 1, 2, and 4 K sizes */
281 #define CHUNK(i) ((i) * csize)
300 nchunks = max_size / csize;
312 r_ioveclen = w_ioveclen = csize / MAXIOVCNT;
314 /* Please note that the above statement implies that csize
425 if (xfr != csize) {
429 me, xfr, csize);
462 if (xfr != csize) {
[all...]
H A Dftest05.c85 static int csize; /* chunk size */ variable
148 csize = K_2; /* should run with 1, 2, and 4 K sizes */
259 #define CHUNK(i) (((off64_t)i) * csize)
269 nchunks = max_size / csize;
281 if ((buf = (calloc(csize, 1))) == NULL) {
286 if ((val_buf = (calloc(csize, 1))) == NULL) {
291 if ((zero_buf = (calloc(csize, 1))) == NULL) {
326 memset(val_buf, val, csize);
327 memset(zero_buf, 0, csize);
340 if ((xfr = read(fd, buf, csize)) <
[all...]
H A Dftest07.c50 * 2. The "csize" argument must be evenly divisible by MAXIOVCNT.
93 static int csize; /* chunk size */ variable
166 csize = K_2; /* should run with 1, 2, and 4 K sizes */
279 return (long long unsigned int) i * csize;
300 nchunks = max_size / csize;
312 r_ioveclen = w_ioveclen = csize / MAXIOVCNT;
314 /* Please note that the above statement implies that csize
419 if (xfr != csize) {
423 me, xfr, csize);
456 if (xfr != csize) {
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_urb.c109 brw->urb.csize <= brw->urb.size;
118 GLuint csize = brw->curbe.total_size; local
122 if (csize < limits[CS].min_entry_size)
123 csize = limits[CS].min_entry_size;
133 brw->urb.csize < csize ||
136 brw->urb.csize > csize))) {
139 brw->urb.csize = csize;
[all...]
H A Dbrw_context.h818 GLuint csize; /* constant buffer size in urb registers */ member in struct:brw_context::__anon15075
/external/jemalloc/src/
H A Dbase.c55 size_t csize, nsize; local
63 csize = CHUNK_CEILING(minsize + nsize);
64 addr = chunk_alloc_base(csize);
70 base_mapped += csize;
74 csize -= nsize;
80 base_extent_node_init(node, addr, csize);
93 size_t csize, usize; local
101 csize = CACHELINE_CEILING(size);
103 usize = s2u(csize);
112 node = base_chunk_alloc(tsdn, csize);
[all...]
H A Darena.c919 bool *zero, size_t csize)
924 ret = chunk_alloc_wrapper(tsdn, arena, chunk_hooks, NULL, csize,
946 size_t csize = CHUNK_CEILING(usize); local
958 ret = chunk_alloc_cache(tsdn, arena, &chunk_hooks, NULL, csize,
963 usize, alignment, sn, zero, csize);
974 size_t csize; local
976 csize = CHUNK_CEILING(usize);
984 chunk_dalloc_cache(tsdn, arena, &chunk_hooks, chunk, csize, sn, true);
917 arena_chunk_alloc_huge_hard(tsdn_t *tsdn, arena_t *arena, chunk_hooks_t *chunk_hooks, size_t usize, size_t alignment, size_t *sn, bool *zero, size_t csize) argument
/external/libedit/src/
H A Dchartype.h178 size_t csize; member in struct:ct_buffer_t
/external/ltp/testcases/kernel/mem/vmtests/
H A Ddata_space.c70 int csize; /* chunk size */ variable
114 csize = K_4;
121 if (sscanf(argv[i++], "%d", &csize) != 1)
216 #define CHUNK(i) ((i) * csize)
242 nchunks = max_size / csize;
246 val_buf = (char *)(malloc(csize));
249 zero_buf = (char *)(malloc(csize));
280 bfill(zero_buf, 0, csize);
286 bfill(val_buf, val, csize);
299 if (memcmp(buf, zero_buf, csize)) {
[all...]
H A Dstack_space.c61 int csize; /* chunk size */ variable
98 csize = K_1;
109 if (sscanf(argv[i++], "%d", &csize) != 1)
111 if (csize > MAXSIZE) {
203 #define CHUNK(i) ((i) * csize)
217 nchunks = MAXSIZE / csize;
219 val_buf = (char *)(malloc(csize));
220 zero_buf = (char *)(malloc(csize));
248 bfill(zero_buf, 0, csize);
254 bfill(val_buf, val, csize);
[all...]
/external/kernel-headers/original/uapi/linux/
H A Djffs2.h156 jint32_t csize; /* (Compressed) data size */ member in struct:jffs2_raw_inode
/external/bison/lib/
H A Dbbitset.h91 bitset_windex csize; /* Cache size in words. */ member in struct:bbitset_struct
109 #define BITSET_CSIZE_(SRC) (SRC)->b.csize
/external/curl/lib/
H A Dtftp.c405 static size_t tftp_option_add(tftp_state_data_t *state, size_t csize, argument
408 if(( strlen(option) + csize + 1) > (size_t)state->blksize)
/external/icu/icu4c/source/common/
H A Dlocid.cpp298 int32_t csize = 0; local
320 csize = (int32_t)uprv_strlen(newCountry);
321 if ( csize < 0 || csize > ULOC_STRING_LIMIT ) { // int32 wrap
325 size += csize;
359 else if ( csize > 0 )
379 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v
384 if ( csize != 0 )
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c288 signed char csize; local
290 csize = size & 0xff;
291 *cx_data = csize;
292 csize = (size >> 8) & 0xff;
293 *(cx_data + 1) = csize;
294 csize = (size >> 16) & 0xff;
295 *(cx_data + 2) = csize;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/ ...

Completed in 529 milliseconds

12