Searched refs:c_size (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/coregrind/m_demangle/ |
D | vg_libciface.h | 83 static inline void *xmemdup(const void *in, size_t c_size, size_t a_size) { in xmemdup() argument 86 if (a_size > c_size) in xmemdup() 87 memset ((char *) dst + c_size, 0, a_size - c_size); in xmemdup() 88 return memcpy (dst, in, c_size); in xmemdup()
|
/external/libmojo/third_party/jinja2/ |
D | environment.py | 1162 c_size = 0 1167 while c_size < size: 1171 c_size += 1 1173 if not c_size: 1177 c_size = 0
|
/external/autotest/client/site_tests/graphics_Gralloc/src/ |
D | gralloctest.c | 558 uint32_t y_size, c_stride, c_size, cr_offset, cb_offset; in test_yuv_info() local 583 c_size = c_stride * height / 2; in test_yuv_info() 585 cb_offset = y_size + c_size; in test_yuv_info()
|
/external/squashfs-tools/squashfs-tools/ |
D | sort.c | 62 int *c_size);
|