Searched refs:nelt (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/scripts/gcc-plugins/ |
D | latent_entropy_plugin.c | 166 unsigned int nelt = 0; in handle_latent_entropy_attribute() local 168 for (fld = lst; fld; nelt++, fld = TREE_CHAIN(fld)) { in handle_latent_entropy_attribute() 185 vals = VEC_alloc(constructor_elt, gc, nelt); in handle_latent_entropy_attribute() 187 vec_alloc(vals, nelt); in handle_latent_entropy_attribute() 209 unsigned int i, nelt; in handle_latent_entropy_attribute() local 226 nelt = array_size_int / elt_size_int; in handle_latent_entropy_attribute() 229 vals = VEC_alloc(constructor_elt, gc, nelt); in handle_latent_entropy_attribute() 231 vec_alloc(vals, nelt); in handle_latent_entropy_attribute() 234 for (i = 0; i < nelt; i++) { in handle_latent_entropy_attribute() 591 .nelt = 1, in plugin_init()
|
D | sancov_plugin.c | 100 .nelt = 1, in plugin_init()
|