Searched refs:sz (Results 1 - 14 of 14) sorted by relevance

/bionic/libc/bionic/
H A Djemalloc_wrapper.cpp63 size_t sz = sizeof(unsigned); local
64 if (je_mallctl("arenas.narenas", &narenas, &sz, nullptr, 0) != 0) {
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dopen_memstream.c49 size_t sz = st->size * 8 / 5; local
51 if (sz < end + 1)
52 sz = end + 1;
53 p = realloc(st->string, sz);
56 bzero(p + st->size, sz - st->size);
58 st->size = sz;
H A Dopen_wmemstream.c51 size_t sz = st->size * 8 / 5; local
53 if (sz < end + 1)
54 sz = end + 1;
55 p = reallocarray(st->string, sz, sizeof(wchar_t));
58 bzero(p + st->size, (sz - st->size) * sizeof(wchar_t));
60 st->size = sz;
/bionic/libc/private/
H A Dbionic_asm_mips.h106 #define FRAMESZ(sz) (((sz) + (ALIGNSZ-1)) & ~(ALIGNSZ-1))
/bionic/linker/
H A Dlinked_list.h233 size_t sz = 0; local
234 for (LinkedListEntry<T>* e = head_; sz < array_length && e != nullptr; e = e->next) {
235 array[sz++] = e->element;
238 return sz;
/bionic/libc/kernel/uapi/linux/
H A Dnetlink.h140 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dnetlink.h140 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dnetlink.h140 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
/bionic/libc/kernel/uapi/drm/
H A Dexynos_drm.h139 struct drm_exynos_sz sz; member in struct:drm_exynos_ipp_config
H A Di915_drm.h243 int sz; member in struct:_drm_i915_cmdbuffer
/bionic/libc/versioner-dependencies/common/kernel_uapi/drm/
H A Dexynos_drm.h139 struct drm_exynos_sz sz; member in struct:drm_exynos_ipp_config
H A Di915_drm.h243 int sz; member in struct:_drm_i915_cmdbuffer
/bionic/tools/versioner/dependencies/common/kernel_uapi/drm/
H A Dexynos_drm.h139 struct drm_exynos_sz sz; member in struct:drm_exynos_ipp_config
H A Di915_drm.h243 int sz; member in struct:_drm_i915_cmdbuffer

Completed in 151 milliseconds