Searched refs:nelt (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/scripts/gcc-plugins/ |
H A D | latent_entropy_plugin.c | 168 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 D | sancov_plugin.c | 98 .nelt = 1, in plugin_init()
|
H A D | stackleak_plugin.c | 537 .nelt = 1, in plugin_init()
|
/openbmc/qemu/util/ |
H A D | keyval.c | 410 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()
|