Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c230 tree rand_cst = tree_get_random_const(elt_type); in handle_latent_entropy_attribute() local
232 CONSTRUCTOR_APPEND_ELT(vals, cst, rand_cst); in handle_latent_entropy_attribute()
436 unsigned HOST_WIDE_INT rand_cst; in init_local_entropy() local
469 rand_cst = get_random_const(); in init_local_entropy()
470 rand_const = build_int_cstu(long_unsigned_type_node, rand_cst); in init_local_entropy()