Home
last modified time | relevance | path

Searched refs:nelt (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c168 unsigned int nelt = 0; in handle_latent_entropy_attribute() local
170 for (fld = lst; fld; nelt++, fld = TREE_CHAIN(fld)) { in handle_latent_entropy_attribute()
186 vec_alloc(vals, nelt); in handle_latent_entropy_attribute()
207 unsigned int i, nelt; in handle_latent_entropy_attribute() local
224 nelt = array_size_int / elt_size_int; in handle_latent_entropy_attribute()
226 vec_alloc(vals, nelt); in handle_latent_entropy_attribute()
228 for (i = 0; i < nelt; i++) { in handle_latent_entropy_attribute()
589 .nelt = 1, in plugin_init()
H A Dsancov_plugin.c98 .nelt = 1, in plugin_init()
H A Dstackleak_plugin.c537 .nelt = 1, in plugin_init()
/openbmc/qemu/util/
H A Dkeyval.c410 size_t nelt; in keyval_listify() local
456 nelt = qdict_size(cur) + 1; /* one extra, for use as sentinel */ in keyval_listify()
457 elt = g_new0(QObject *, nelt); in keyval_listify()
470 if ((size_t)index >= nelt - 1) { in keyval_listify()
484 assert(!elt[nelt-1]); /* need the sentinel to be null */ in keyval_listify()
485 for (i = 0; i < MIN(nelt, max_index + 1); i++) { in keyval_listify()