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

/external/jemalloc/src/
H A Dbase.c45 size_t csize, nsize; local
52 csize = CHUNK_CEILING(minsize + nsize);
53 addr = chunk_alloc_base(csize);
59 base_mapped += csize;
63 csize -= nsize;
69 extent_node_init(node, NULL, addr, csize, true, true);
82 size_t csize, usize; local
90 csize = CACHELINE_CEILING(size);
92 usize = s2u(csize);
101 node = base_chunk_alloc(csize);
[all...]
H A Darena.c895 size_t usize, size_t alignment, bool *zero, size_t csize)
900 ret = chunk_alloc_wrapper(arena, chunk_hooks, NULL, csize, alignment,
922 size_t csize = CHUNK_CEILING(usize); local
933 ret = chunk_alloc_cache(arena, &chunk_hooks, NULL, csize, alignment,
938 alignment, zero, csize);
948 size_t csize; local
950 csize = CHUNK_CEILING(usize);
958 chunk_dalloc_cache(arena, &chunk_hooks, chunk, csize, true);
894 arena_chunk_alloc_huge_hard(arena_t *arena, chunk_hooks_t *chunk_hooks, size_t usize, size_t alignment, bool *zero, size_t csize) argument
/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::__anon14525
/external/libedit/src/
H A Dchartype.h178 size_t csize; member in struct:ct_buffer_t
/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.cpp289 int32_t csize = 0; local
306 csize = (int32_t)uprv_strlen(newCountry);
307 size += csize;
337 else if ( csize > 0 )
371 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v
376 if ( csize != 0 )
379 p += csize;
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c366 signed char csize; local
368 csize = size & 0xff;
369 *cx_data = csize;
370 csize = (size >> 8) & 0xff;
371 *(cx_data + 1) = csize;
372 csize = (size >> 16) & 0xff;
373 *(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/ ...
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 235 milliseconds