Home
last modified time | relevance | path

Searched refs:sz (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dopen_memstream.c49 size_t sz = st->size * 8 / 5; in memstream_write() local
51 if (sz < end + 1) in memstream_write()
52 sz = end + 1; in memstream_write()
53 p = realloc(st->string, sz); in memstream_write()
56 bzero(p + st->size, sz - st->size); in memstream_write()
58 st->size = sz; in memstream_write()
Dopen_wmemstream.c51 size_t sz = st->size * 8 / 5; in wmemstream_write() local
53 if (sz < end + 1) in wmemstream_write()
54 sz = end + 1; in wmemstream_write()
55 p = reallocarray(st->string, sz, sizeof(wchar_t)); in wmemstream_write()
58 bzero(p + st->size, (sz - st->size) * sizeof(wchar_t)); in wmemstream_write()
60 st->size = sz; in wmemstream_write()
/bionic/libc/bionic/
Djemalloc_wrapper.cpp63 size_t sz = sizeof(unsigned); in je_mallopt() local
64 if (je_mallctl("arenas.narenas", &narenas, &sz, nullptr, 0) != 0) { in je_mallopt()
/bionic/linker/
Dlinked_list.h234 size_t sz = 0; in copy_to_array() local
235 for (LinkedListEntry<T>* e = head_; sz < array_length && e != nullptr; e = e->next) { in copy_to_array()
236 array[sz++] = e->element; in copy_to_array()
239 return sz; in copy_to_array()
/bionic/libc/kernel/uapi/linux/
Dnetlink.h154 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT) argument
/bionic/libc/arch-mips/include/machine/
Dasm.h108 #define FRAMESZ(sz) (((sz) + (ALIGNSZ-1)) & ~(ALIGNSZ-1))
/bionic/libc/kernel/uapi/drm/
Dexynos_drm.h169 struct drm_exynos_sz sz; member
Di915_drm.h289 int sz; member