Home
last modified time | relevance | path

Searched refs:nelems (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch1052 +void *xcalloc(const size_t nelems, const size_t size)
1054 + void *ret = calloc(nelems, size);
1056 + if (!ret && size && nelems)
H A D0013-eglibc-Forward-port-cross-locale-generation-support.patch209 init_locale_data (&file, nelems);
/openbmc/qemu/hw/nvme/
H A Dnvme.h74 unsigned int nelems; member