Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c242 tree rand_cst = tree_get_random_const(elt_type); in handle_latent_entropy_attribute() local
244 CONSTRUCTOR_APPEND_ELT(vals, cst, rand_cst); in handle_latent_entropy_attribute()
448 unsigned HOST_WIDE_INT rand_cst; in init_local_entropy() local
481 rand_cst = get_random_const(); in init_local_entropy()
482 rand_const = build_int_cstu(long_unsigned_type_node, rand_cst); in init_local_entropy()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds